6 lines
103 B
Kotlin
6 lines
103 B
Kotlin
fun String.foo(){
|
|
val s : String = <caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"this", typeText:"String" }
|