JVM: Add more tests to jvm-abi-gen

This commit is contained in:
Steven Schäfer
2021-01-06 17:19:04 +01:00
committed by Alexander Udalov
parent d08990ebb4
commit 8efb955ab5
25 changed files with 230 additions and 0 deletions
@@ -0,0 +1,6 @@
package test
inline fun f() = 1
fun g() = 2
fun h() = 3
@@ -0,0 +1 @@
// IGNORE_BACKEND_LEGACY: JVM
@@ -0,0 +1,6 @@
package test
inline fun f() = 1
fun h() = 3
fun g() = 2