7a22ad099a
Adapted from https://github.com/develar/kotlin/commit/a9e0a42fb1347fa8e21c86b5a073ef8a7c873da0.
9 lines
91 B
Kotlin
9 lines
91 B
Kotlin
package foo
|
|
|
|
class Test() {
|
|
}
|
|
|
|
fun box(): Boolean {
|
|
var test = Test()
|
|
return true
|
|
} |