[FIR] Minor: regenerate diagnostic tests
This commit is contained in:
Generated
+5
-5
@@ -2168,11 +2168,6 @@ public class FirDiagnosticsTestGenerated extends AbstractFirDiagnosticsTest {
|
|||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/visibility"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/visibility"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("exposedSupertype.kt")
|
|
||||||
public void testExposedSupertype() throws Exception {
|
|
||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("exposedFunctionParameterType.kt")
|
@TestMetadata("exposedFunctionParameterType.kt")
|
||||||
public void testExposedFunctionParameterType() throws Exception {
|
public void testExposedFunctionParameterType() throws Exception {
|
||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedFunctionParameterType.kt");
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedFunctionParameterType.kt");
|
||||||
@@ -2188,6 +2183,11 @@ public class FirDiagnosticsTestGenerated extends AbstractFirDiagnosticsTest {
|
|||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedPropertyType.kt");
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedPropertyType.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("exposedSupertype.kt")
|
||||||
|
public void testExposedSupertype() throws Exception {
|
||||||
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("exposedTypeAlias.kt")
|
@TestMetadata("exposedTypeAlias.kt")
|
||||||
public void testExposedTypeAlias() throws Exception {
|
public void testExposedTypeAlias() throws Exception {
|
||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedTypeAlias.kt");
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedTypeAlias.kt");
|
||||||
|
|||||||
+5
-5
@@ -2168,11 +2168,6 @@ public class FirDiagnosticsWithLightTreeTestGenerated extends AbstractFirDiagnos
|
|||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/visibility"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/visibility"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("exposedSupertype.kt")
|
|
||||||
public void testExposedSupertype() throws Exception {
|
|
||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("exposedFunctionParameterType.kt")
|
@TestMetadata("exposedFunctionParameterType.kt")
|
||||||
public void testExposedFunctionParameterType() throws Exception {
|
public void testExposedFunctionParameterType() throws Exception {
|
||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedFunctionParameterType.kt");
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedFunctionParameterType.kt");
|
||||||
@@ -2188,6 +2183,11 @@ public class FirDiagnosticsWithLightTreeTestGenerated extends AbstractFirDiagnos
|
|||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedPropertyType.kt");
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedPropertyType.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("exposedSupertype.kt")
|
||||||
|
public void testExposedSupertype() throws Exception {
|
||||||
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedSupertype.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("exposedTypeAlias.kt")
|
@TestMetadata("exposedTypeAlias.kt")
|
||||||
public void testExposedTypeAlias() throws Exception {
|
public void testExposedTypeAlias() throws Exception {
|
||||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedTypeAlias.kt");
|
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/exposedTypeAlias.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user