220141ab2b
(cherry picked from commit b620099)
7 lines
110 B
Kotlin
Vendored
7 lines
110 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Their {
|
|
fun Int.foo() = "x"
|
|
|
|
val x = { arg: Int -> <caret>arg.foo() }
|
|
} |