K2: reproduce KT-63164
This commit is contained in:
committed by
Space Team
parent
271f83d07d
commit
a139965231
+6
@@ -18389,6 +18389,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartCastToInvisibleClassMember.kt")
|
||||
public void testSmartCastToInvisibleClassMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/smartCastToInvisibleClassMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suppressedInvisibleReferenceQualifier.kt")
|
||||
public void testSuppressedInvisibleReferenceQualifier() throws Exception {
|
||||
|
||||
+6
@@ -19397,6 +19397,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/fir/selectingLambdas.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartCastToInvisibleClassMember.kt")
|
||||
public void testSmartCastToInvisibleClassMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/smartCastToInvisibleClassMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("StackOverflowInAnnotationLoader.kt")
|
||||
public void testStackOverflowInAnnotationLoader() throws Exception {
|
||||
|
||||
+6
@@ -19397,6 +19397,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
runTest("compiler/testData/codegen/box/fir/selectingLambdas.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartCastToInvisibleClassMember.kt")
|
||||
public void testSmartCastToInvisibleClassMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/smartCastToInvisibleClassMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("StackOverflowInAnnotationLoader.kt")
|
||||
public void testStackOverflowInAnnotationLoader() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user