[TD] Update testdata according to previous commit
This commit is contained in:
Vendored
+2
-2
@@ -1,5 +1,6 @@
|
||||
// FILE: 1.kt
|
||||
// SKIP_INLINE_CHECK_IN: inlineFun$default
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// FILE: 1.kt
|
||||
package test
|
||||
|
||||
inline fun inlineFun(crossinline inlineLambda: () -> String = { "OK" }, noinline noInlineLambda: () -> String = { inlineLambda() }): String {
|
||||
@@ -7,7 +8,6 @@ inline fun inlineFun(crossinline inlineLambda: () -> String = { "OK" }, noinline
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
//NO_CHECK_LAMBDA_INLINING
|
||||
// CHECK_CALLED_IN_SCOPE: function=inlineFun$lambda_0 scope=box
|
||||
import test.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user