[TD] Update testdata according to previous commit
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
// FILE: test.kt
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// WITH_RUNTIME
|
||||
// FILE: test.kt
|
||||
class C {
|
||||
suspend inline fun test(default: C = this, lambda: suspend () -> String) = lambda()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user