[Test] Add test for KT-57456
This commit is contained in:
committed by
Space Team
parent
95d33da10d
commit
a9c1091140
+12
@@ -5715,6 +5715,18 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/controlFlowAnalysis")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class ControlFlowAnalysis {
|
||||
@Test
|
||||
@TestMetadata("accessToCompanionInBaseEnumInitSection_function.kt")
|
||||
public void testAccessToCompanionInBaseEnumInitSection_function() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/accessToCompanionInBaseEnumInitSection_function.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("accessToCompanionInBaseEnumInitSection_property.kt")
|
||||
public void testAccessToCompanionInBaseEnumInitSection_property() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/accessToCompanionInBaseEnumInitSection_property.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("accessValueParameterInDefaultValue_after.kt")
|
||||
public void testAccessValueParameterInDefaultValue_after() throws Exception {
|
||||
|
||||
+12
@@ -5721,6 +5721,18 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/controlFlowAnalysis")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class ControlFlowAnalysis {
|
||||
@Test
|
||||
@TestMetadata("accessToCompanionInBaseEnumInitSection_function.kt")
|
||||
public void testAccessToCompanionInBaseEnumInitSection_function() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/accessToCompanionInBaseEnumInitSection_function.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("accessToCompanionInBaseEnumInitSection_property.kt")
|
||||
public void testAccessToCompanionInBaseEnumInitSection_property() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/accessToCompanionInBaseEnumInitSection_property.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("accessValueParameterInDefaultValue_after.kt")
|
||||
public void testAccessValueParameterInDefaultValue_after() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user