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:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user