f8ad244899
Changes in testData are needed to avoid running injection for string literals
9 lines
149 B
Kotlin
Vendored
9 lines
149 B
Kotlin
Vendored
val c = 3
|
|
|
|
val g = listOf(1, 2, 3)
|
|
|
|
val time = measureNanoTime {
|
|
println()
|
|
}
|
|
|
|
// DEPENDENCIES: classpath:runtime-classes; imports:kotlin.system.* |