[FE 1.0] Add test for KT-50850

This commit is contained in:
Dmitriy Novozhilov
2022-01-18 17:14:15 +03:00
committed by TeamCityServer
parent 56e5db9f0e
commit 239a330ddd
10 changed files with 205 additions and 0 deletions
@@ -17762,6 +17762,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/j+k/nullForOptionalOrElse.kt");
}
@Test
@TestMetadata("orderOfSupertypesAndFakeOverrides_1.kt")
public void testOrderOfSupertypesAndFakeOverrides_1() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/orderOfSupertypesAndFakeOverrides_1.kt");
}
@Test
@TestMetadata("orderOfSupertypesAndFakeOverrides_2.kt")
public void testOrderOfSupertypesAndFakeOverrides_2() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/orderOfSupertypesAndFakeOverrides_2.kt");
}
@Test
@TestMetadata("overrideRawType.kt")
public void testOverrideRawType() throws Exception {