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
6 lines
104 B
Kotlin
Vendored
6 lines
104 B
Kotlin
Vendored
class User : Annotated() {
|
|
fun test() {
|
|
val x = foo("123")
|
|
val y = foo(null)
|
|
}
|
|
} |