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