Add test for KT-51499 (occurs in FE10, already fixed in FIR)
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user