Fix testdata for new JS inliner

This commit is contained in:
Alexey Andreev
2017-07-11 16:43:16 +03:00
parent 61ba6e528a
commit 834cd1d93d
10 changed files with 20 additions and 53 deletions
@@ -9,8 +9,8 @@ fun call(lambda: () -> String ) = lambda()
// FILE: 2.kt
//NO_CHECK_LAMBDA_INLINING
// CHECK_CALLED_IN_SCOPE: function=inlineFun$f scope=box
// CHECK_CALLED_IN_SCOPE: function=call_h4ejuu$ scope=box
// CHECK_CALLED_IN_SCOPE: function=inlineFun$lambda scope=box
// CHECK_CALLED_IN_SCOPE: function=call scope=box
import test.*
fun box(): String {