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
12 lines
561 B
Plaintext
Vendored
12 lines
561 B
Plaintext
Vendored
FILE: jvm.kt
|
|
public final class A : R|Some| {
|
|
public constructor(): super<R|Some|>()
|
|
|
|
public final function test(): R|kotlin/Unit| {
|
|
val res1: R|error: Not supported: FirImplicitTypeRefImpl| = R|/Some.foo|(Int(1))
|
|
val res2: R|error: Not supported: FirImplicitTypeRefImpl| = R|/Some.foo|(<Unresolved name: unaryMinus>#(Int(1)))
|
|
val res3: R|error: Not supported: FirImplicitTypeRefImpl| = R|/Some.bar|(<Unresolved name: intArrayOf>#(Int(0), Int(2), <Unresolved name: unaryMinus>#(Int(2))))
|
|
}
|
|
|
|
}
|