Files
kotlin-fork/compiler/testData/cli/js/jsCodeNotLiteralError.kt
T
2014-12-15 19:16:20 +03:00

3 lines
75 B
Kotlin

val s = "1 + 1;"
fun two(): Int = js(s)
fun three(): Int = js("1" + "+ 2;")