Files
kotlin-fork/compiler/testData/integration/ant/js/sourceMap/root1/foo.kt
T
Alexander Udalov fad40ac11e Rename package jet -> kotlin in ant
org.jetbrains.jet.buildtools.ant -> org.jetbrains.kotlin.ant

The old antlib.xml is kept for migration purposes
2015-01-03 15:16:17 +03:00

4 lines
38 B
Kotlin
Vendored

package foo
fun box(): String = "OK"