6b9242075a
#KT-17238 Fixed (cherry picked from commit 7f9d88a)
3 lines
67 B
Kotlin
Vendored
3 lines
67 B
Kotlin
Vendored
class TestClass {
|
|
val <caret>prop2 = { a: Int, b: String -> }
|
|
} |