6 lines
90 B
Kotlin
Vendored
6 lines
90 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo() {
|
|
val c = Container()
|
|
c.cont<caret>ains(1, 2)
|
|
} |