[FIR] add more tests diagnostic tests on data and delegated classes
^KT-63522 ^KT-63512 ^KT-63042
This commit is contained in:
committed by
Space Team
parent
fab63e38aa
commit
b3b184f00d
+10
@@ -13526,6 +13526,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/delegation/mixed.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedNameClash.kt")
|
||||
public void testNestedNameClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/nestedNameClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedNameClash2.kt")
|
||||
public void testNestedNameClash2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/nestedNameClash2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/sealedClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user