Files
kotlin-fork/idea/testData/completion/smart/This.kt
T
2014-04-21 22:06:15 +04:00

6 lines
103 B
Kotlin

fun String.foo(){
val s : String = <caret>
}
// EXIST: { lookupString:"this", typeText:"String" }