a985882baf
No test for the typedef <withKotlin/> because Ant 1.7 doesn't seem to support typedef inside <javac>
8 lines
126 B
Kotlin
8 lines
126 B
Kotlin
package hello
|
|
|
|
fun main(args : Array<String>) {
|
|
for (s in arrayList("a"))
|
|
println("Hello, $s!")
|
|
j.Java().f();
|
|
}
|