1a13c21377
(cherry picked from commit c0d5df1)
7 lines
120 B
Kotlin
Vendored
7 lines
120 B
Kotlin
Vendored
// "Create extension function 'T.foo'" "true"
|
|
|
|
interface T
|
|
|
|
fun test(t: T) {
|
|
val b: Boolean = t.<caret>foo("1", 2)
|
|
} |