FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ public abstract interface Test : R|kotlin/Any| {
|
||||
public final companion object Companion : R|kotlin/Any| {
|
||||
public final fun incProp4(): R|kotlin/Unit|
|
||||
|
||||
private constructor()
|
||||
private constructor(): R|test/Test.Companion|
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user