Files
kotlin-fork/compiler/integration-tests/data/compilationFailed/hello.kt
T
2012-05-07 17:33:05 +04:00

6 lines
56 B
Kotlin

package Hello
fun main(args : Array<String>) {
a
}