9 lines
90 B
Kotlin
Vendored
9 lines
90 B
Kotlin
Vendored
package foo
|
|
|
|
class Test() {
|
|
}
|
|
|
|
fun box(): String {
|
|
var test = Test()
|
|
return "OK"
|
|
} |