f8ad244899
Changes in testData are needed to avoid running injection for string literals
9 lines
139 B
Kotlin
Vendored
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 |