Split JVM backend diagnostics test into IR and non-IR versions

The IR backend no longer generates redundant INLINE_CALL_CYCLEs.
This commit is contained in:
pyos
2020-03-19 11:27:07 +01:00
committed by max-kammerer
parent 82899e6243
commit f765963056
12 changed files with 76 additions and 8 deletions
@@ -0,0 +1,4 @@
package
public inline fun inlineFun1(/*0*/ crossinline p: () -> kotlin.Unit): kotlin.Unit
public inline fun inlineFun2(/*0*/ crossinline p: () -> kotlin.Unit): kotlin.Unit