JVM: Add more tests to jvm-abi-gen
This commit is contained in:
committed by
Alexander Udalov
parent
d08990ebb4
commit
8efb955ab5
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
fun f() = 1
|
||||
val x = 2
|
||||
}
|
||||
|
||||
val y = 3
|
||||
fun g() = 4
|
||||
Reference in New Issue
Block a user