FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
public final class Outer : R|kotlin/Any| {
|
||||
public constructor()
|
||||
public constructor(): R|test/Outer|
|
||||
|
||||
public final object Obj : R|kotlin/Any| {
|
||||
public final fun f(): R|kotlin/String|
|
||||
|
||||
private constructor()
|
||||
private constructor(): R|test/Outer.Obj|
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user