Files
kotlin-fork/idea/testData/completion/handlers/smart/Comma7.kt
T
2014-04-17 14:39:28 +04:00

10 lines
98 B
Kotlin

fun foo(c: C, i: Int){ }
class C {
fun bar() {
foo(<caret>)
}
}
//ELEMENT: this