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
7 lines
141 B
Kotlin
Vendored
7 lines
141 B
Kotlin
Vendored
class A : Some() {
|
|
fun test() {
|
|
val res1 = foo(1)
|
|
val res2 = foo(-1)
|
|
val res3 = bar(intArrayOf(0, 2, -2))
|
|
}
|
|
} |