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