Files
kotlin-fork/idea/testData/fir/multiModule/basicWithAnnotatedOverriddenJava/jvm/jvm.txt
T
2019-03-14 18:09:41 +03:00

11 lines
410 B
Plaintext
Vendored

FILE: jvm.kt
public final class User : R|AnnotatedDerived| {
public constructor(): super<R|AnnotatedDerived|>()
public final function test(): R|kotlin/Unit| {
val x: R|error: Not supported: FirImplicitTypeRefImpl| = R|/AnnotatedDerived.foo|(String(123))
val y: R|error: Not supported: FirImplicitTypeRefImpl| = R|/AnnotatedDerived.foo|(Null(null))
}
}