Fix testdata for new JS inliner
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user