JVM: Add more tests to jvm-abi-gen
This commit is contained in:
committed by
Alexander Udalov
parent
d08990ebb4
commit
8efb955ab5
@@ -0,0 +1,8 @@
|
||||
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 }
|
||||
Reference in New Issue
Block a user