7 lines
85 B
Kotlin
7 lines
85 B
Kotlin
val testing = 12
|
|
val test = "Hello"
|
|
|
|
val more = test<caret>
|
|
|
|
// EXIST: test, testing
|