4b2834c4a8
#KT32868 Fixed
4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
class Test {
|
|
val a : () -> Int = { <caret>pri }
|
|
} |