[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
@@ -19,12 +19,12 @@ fun reordered2(): Int {
|
||||
|
||||
fun test() {
|
||||
foo(a = noReorder1(), b = noReorder2())
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
val tmp0_b: Int = reordered1()
|
||||
val tmp1_a: Int = reordered2()
|
||||
foo(a = tmp1_a, b = tmp0_b)
|
||||
}
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
val tmp2_a: Int = reordered2()
|
||||
foo(a = tmp2_a, b = 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user