IR: add and unmute tests
This commit is contained in:
Generated
+10
@@ -6770,6 +6770,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendJavaOverrides.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendLambdaInInterface.kt")
|
||||
public void testSuspendLambdaInInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendLambdaInInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendLambdaWithArgumentRearrangement.kt")
|
||||
public void testSuspendLambdaWithArgumentRearrangement_1_3() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt", "kotlin.coroutines");
|
||||
@@ -16911,6 +16916,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/localClasses/localExtendsInnerAndReferencesOuterMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localGenericWithTypeParameters.kt")
|
||||
public void testLocalGenericWithTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/localGenericWithTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nameWithWhitespace.kt")
|
||||
public void testNameWithWhitespace() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/nameWithWhitespace.kt");
|
||||
|
||||
Reference in New Issue
Block a user