Files
kotlin-fork/compiler/integration-tests/testData/compilationFailed/hello.kt
T
2012-11-28 15:20:56 +04:00

6 lines
56 B
Kotlin

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