Update test data

#KT-28309
This commit is contained in:
Ilmir Usmanov
2018-12-12 20:47:18 +03:00
parent 666fec41b9
commit 871134cff8
23 changed files with 108 additions and 95 deletions
@@ -1,4 +1,4 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JVM_IR
class Range<T>(val min: T, val max: T)
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JVM_IR
fun box() {
lookAtMe {
val c = "c"
@@ -9,4 +11,4 @@ inline fun lookAtMe(f: (String) -> Unit) {
f(a) // Should be no unneeded nops on this line, that might be generated for zero-parameters lambda
}
// 4 NOP
// 3 NOP