220141ab2b
(cherry picked from commit b620099)
7 lines
102 B
Kotlin
Vendored
7 lines
102 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
object Object {
|
|
fun foo() = 42
|
|
}
|
|
|
|
val x = { o: Object -> o.foo()<caret> } |