Files
kotlin-fork/compiler/testData/integration/smoke/compilationFailed/hello.kt
T
2015-01-03 12:28:54 +03:00

6 lines
56 B
Kotlin
Vendored

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