Files
kotlin-fork/compiler/testData/integration/ant/jvm/fork/hello.kt
T
2021-01-12 13:03:27 +01:00

6 lines
55 B
Kotlin
Vendored

package hello
fun main() {
println(0 as String)
}