K2: add a black box test to confirm KT-53718 now works properly (JVM IR only)
Related to: KT-57584, KT-58110
This commit is contained in:
committed by
Space Team
parent
4b1368409d
commit
4d49bdb8ca
+6
@@ -17984,6 +17984,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/extensionClasses/multiple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noRedeclaration.kt")
|
||||
public void testNoRedeclaration() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionClasses/noRedeclaration.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithContext.kt")
|
||||
public void testPropertyWithContext() throws Exception {
|
||||
|
||||
+6
@@ -17984,6 +17984,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/extensionClasses/multiple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noRedeclaration.kt")
|
||||
public void testNoRedeclaration() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionClasses/noRedeclaration.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithContext.kt")
|
||||
public void testPropertyWithContext() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user