JVM IR: Update test expectation for testSamAdapterAndInlineOnce

...and remove redundant bytecode text tests.
This commit is contained in:
Steven Schäfer
2020-11-17 16:33:23 +01:00
committed by Alexander Udalov
parent 8574cb4466
commit 7bfe2c0bbc
10 changed files with 42 additions and 158 deletions
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// WITH_SIGNATURES
package test
inline fun <reified T> makeRunnable(noinline lambda: ()->Unit) : Runnable {