JVM: Add more tests to jvm-abi-gen
This commit is contained in:
committed by
Alexander Udalov
parent
d08990ebb4
commit
8efb955ab5
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
|
||||
|
||||
inline fun f() = 1
|
||||
|
||||
fun g() = f()
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// IGNORE_BACKEND_LEGACY: JVM
|
||||
// IGNORE_BACKEND: JVM, JVM_IR
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
fun g() = f()
|
||||
|
||||
inline fun f() = 1
|
||||
|
||||
// This does not change the line numbers in f, but does change the line
|
||||
// numbers in the SourceDebug extension section which has to be rewritten.
|
||||
Reference in New Issue
Block a user