[FIR] KT-59368 regenerate tests

This commit is contained in:
Tomas Husak
2023-12-06 15:51:06 +01:00
committed by Space Team
parent d7eb67a436
commit 5ccae2801d
2 changed files with 12 additions and 0 deletions
@@ -1503,6 +1503,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
runTest("compiler/fir/analysis-tests/testData/resolve/checkers/complexConflictingProjections.kt");
}
@Test
@TestMetadata("contextReceiversSubtyping.kt")
public void testContextReceiversSubtyping() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/checkers/contextReceiversSubtyping.kt");
}
@Test
@TestMetadata("importAnnotationWithRequiresOptIn.kt")
public void testImportAnnotationWithRequiresOptIn() throws Exception {
@@ -1503,6 +1503,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
runTest("compiler/fir/analysis-tests/testData/resolve/checkers/complexConflictingProjections.kt");
}
@Test
@TestMetadata("contextReceiversSubtyping.kt")
public void testContextReceiversSubtyping() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/checkers/contextReceiversSubtyping.kt");
}
@Test
@TestMetadata("importAnnotationWithRequiresOptIn.kt")
public void testImportAnnotationWithRequiresOptIn() throws Exception {