Files
kotlin-fork/idea/testData/script/definition/highlighting/simple/script.kts
T
Natalia Selezneva f8ad244899 Rewrite AbstractScriptConfigurationTest to test file from project sources
Changes in testData are needed to avoid running injection for string literals
2018-04-10 14:06:23 +03:00

9 lines
139 B
Kotlin
Vendored

val c = 3
val g = listOf(1, 2, 3)
val time = <error>measureNanoTime</error> {
println()
}
// DEPENDENCIES: classpath:runtime-classes