7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
val x: Foo = Foo()
|
|
foo()
|
|
c
|
|
} |