mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Fix testdata for new JS inliner
This commit is contained in:
@@ -14,8 +14,8 @@ class A(val value: String) {
|
||||
|
||||
// FILE: 2.kt
|
||||
//WITH_RUNTIME
|
||||
// CHECK_CALLED_IN_SCOPE: function=inlineFun$f scope=box
|
||||
// CHECK_CALLED_IN_SCOPE: function=inlineFun$f_0 scope=box
|
||||
// CHECK_CALLED_IN_SCOPE: function=A$inlineFun$lambda scope=box
|
||||
// CHECK_CALLED_IN_SCOPE: function=A$inlineFun$lambda_0 scope=box
|
||||
import test.*
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user