Add test for KT-51499 (occurs in FE10, already fixed in FIR)

This commit is contained in:
Mikhail Glukhikh
2022-04-04 11:12:02 +03:00
committed by Space
parent 7ffb232a95
commit 899dc401c8
7 changed files with 81 additions and 0 deletions
@@ -36548,6 +36548,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/experimentalSetter.kt");
}
@Test
@TestMetadata("fileOptInSuppressesOverride.kt")
public void testFileOptInSuppressesOverride() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/fileOptInSuppressesOverride.kt");
}
@Test
@TestMetadata("fullFqNameUsage.kt")
public void testFullFqNameUsage() throws Exception {