fixup! [wasm]: Update test expectations for per-type callable reference classes.
diff --git a/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt b/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt index baab62c..768a7c5 100644 --- a/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt +++ b/compiler/testData/debug/stepping/suspendFunWithSuspendLambdaParameter.kt
@@ -55,10 +55,10 @@ // test.kt:13 $box (1) // test.kt:10 $$boxCOROUTINE$.doResume (8, 4) // test.kt:6 $foo (14, 11, 14) -// test.kt:10 $SuspendFunction1_.invoke (8) +// test.kt:10 $SuspendFunction1.invoke (8) // test.kt:10 $box$slambda.invoke (8) // test.kt:11 $box$slambda.invoke (8, 12) -// test.kt:10 $SuspendFunction1_.invoke (8) +// test.kt:10 $SuspendFunction1.invoke (8) // test.kt:6 $foo (4) // test.kt:10 $$boxCOROUTINE$.doResume (4) // test.kt:13 $$boxCOROUTINE$.doResume (1)