FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FILE: jvm.kt
|
||||
public final class User : R|AnnotatedDerived| {
|
||||
public constructor(): super<R|AnnotatedDerived|>()
|
||||
public constructor(): R|User| {
|
||||
super<R|AnnotatedDerived|>()
|
||||
}
|
||||
|
||||
public final fun test(): R|kotlin/Unit| {
|
||||
lval x: R|kotlin/String| = R|/AnnotatedDerived.foo|(String(123))
|
||||
|
||||
Reference in New Issue
Block a user