7e250ab2ca
Added simple test to verify infrastructure.
7 lines
91 B
Kotlin
Vendored
7 lines
91 B
Kotlin
Vendored
package foo.bar
|
|
|
|
fun main(args: Array<String>) {
|
|
val f: Array<Int>
|
|
val s: String
|
|
}
|