9 lines
91 B
Kotlin
Vendored
9 lines
91 B
Kotlin
Vendored
package foo
|
|
|
|
class Test() {
|
|
}
|
|
|
|
fun box(): Boolean {
|
|
var test = Test()
|
|
return true
|
|
} |