Files
2021-08-23 18:25:33 +02:00

9 lines
149 B
Kotlin
Vendored

package test
private val x = 1
// We don't yet strip out empty top-level classes from the kotlin_module files!
val y = 2
object A { fun f() = x }