Files
kotlin-fork/compiler/testData/integration/ant/jvm/withKotlinNoJavaSources/hello.kt
T
Alexander Udalov 6d00c265e2 Always run kotlinc in <withKotlin/> Ant task
This change requires withKotlin to be run with Ant of version at least 1.8.2.

Some test data changed because now compileList contains both Java and Kotlin
sources

 #KT-7870 Fixed
2015-06-05 15:55:53 +03:00

6 lines
71 B
Kotlin
Vendored

package hello
fun main(args: Array<String>) {
println("Hello!")
}