JVM: Add more tests to jvm-abi-gen
This commit is contained in:
committed by
Alexander Udalov
parent
d08990ebb4
commit
8efb955ab5
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
inline fun f() = 1
|
||||
|
||||
fun g() = 2
|
||||
fun h() = 3
|
||||
+1
@@ -0,0 +1 @@
|
||||
// IGNORE_BACKEND_LEGACY: JVM
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
inline fun f() = 1
|
||||
|
||||
fun h() = 3
|
||||
fun g() = 2
|
||||
Reference in New Issue
Block a user