7 lines
101 B
Kotlin
Vendored
7 lines
101 B
Kotlin
Vendored
// IS_APPLICABLE: true
|
|
|
|
object Object {
|
|
fun foo() = 42
|
|
}
|
|
|
|
val x = { o: Object -> o.foo()<caret> } |