10660f35d7
Test highlighting and navigation depending on provided script definition
7 lines
107 B
Kotlin
Vendored
7 lines
107 B
Kotlin
Vendored
val c = 3
|
|
|
|
val g = listOf("a", "b", "c")
|
|
|
|
val time = <error>measureNanoTime</error> {
|
|
println("text")
|
|
} |