f31faafd72
Java type enhancement is performed by a special scope kind Java FIR dump was added for multiplatform tests to look at enhancements Overrides, J2K mapping, special cases does not work yet Related to KT-29937
11 lines
478 B
Plaintext
Vendored
11 lines
478 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| = <Ambiguity: foo, [/AnnotatedDerived.foo, /Annotated.foo]>#(String(123))
|
|
val y: R|error: Not supported: FirImplicitTypeRefImpl| = <Ambiguity: foo, [/AnnotatedDerived.foo, /Annotated.foo]>#(Null(null))
|
|
}
|
|
|
|
}
|