1c32941949
#KT-30627 Fixed
7 lines
123 B
Kotlin
Vendored
7 lines
123 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
J().<caret>setR(fun() {
|
|
println("Hello, world!")
|
|
})
|
|
} |