FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
public final class A : R|kotlin/Any| {
|
||||
public constructor()
|
||||
public constructor(): R|test/A|
|
||||
|
||||
public final enum class E : R|kotlin/Enum<test/A.E>| {
|
||||
private constructor()
|
||||
private constructor(): R|test/A.E|
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user