JVM_IR indy SAM conversions: update tests

KT-44278 KT-26060 KT-42621
This commit is contained in:
Dmitry Petrov
2021-02-05 20:04:16 +03:00
parent 3ebeca5852
commit 052f6929c9
9 changed files with 100 additions and 3 deletions
@@ -15,6 +15,16 @@ fun test() {
JFoo.foo2({ i++ }, null)
}
// JVM_TEMPLATES:
// @TestKt.class:
// 1 NEW TestKt\$
// 1 NEW kotlin/jvm/internal/Ref\$IntRef
// 2 NEW
// 0 IFNONNULL
// 0 IFNULL
// 1 ACONST_NULL
// JVM_IR_TEMPLATES:
// @TestKt.class:
// 0 NEW TestKt\$
// 1 NEW kotlin/jvm/internal/Ref\$IntRef