FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
||||
public final class Outer : R|kotlin/Any| {
|
||||
public constructor()
|
||||
public constructor(): R|test/Outer|
|
||||
|
||||
public open class Nested1 : R|kotlin/Any| {
|
||||
public constructor()
|
||||
public constructor(): R|test/Outer.Nested1|
|
||||
|
||||
}
|
||||
|
||||
public final class Nested2 : R|test/Outer.Nested1| {
|
||||
public constructor()
|
||||
public constructor(): R|test/Outer.Nested2|
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user