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,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
inline fun bar(x: Int) : Int {
return x
@@ -9,6 +10,7 @@ fun foo() : Int {
return foobar(1, bar(2), 3)
}
// 3 ISTORE
// fake inline variables occupy 2 ISTOREs.
// 5 ISTORE
// 7 ILOAD
// 0 InlineMarker