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