Files
kotlin-fork/idea/testData/intentions/conventionNameCalls/replaceContains/twoArgsContainsFromJava.kt
T
2016-10-13 15:45:30 +02:00

6 lines
90 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo() {
val c = Container()
c.cont<caret>ains(1, 2)
}