FIR: Fix uninitialized lateinit FirSymbol::symbol for supertype of Java class

Earlier, isForSupertypes has been mapped to different boolean parameter
This commit is contained in:
Denis.Zharkov
2021-01-29 18:39:30 +03:00
parent 8b2279072f
commit 173a852273
4 changed files with 36 additions and 1 deletions
@@ -15881,6 +15881,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-UserTypes.kt");
}
@Test
@TestMetadata("supertypeUsesNested.kt")
public void testSupertypeUsesNested() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/supertypeUsesNested.kt");
}
@Test
@TestMetadata("traitDefaultCall.kt")
public void testTraitDefaultCall() throws Exception {