FIR checker: reproduce a false alarm on type mismatch of overridden property
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
64c5608f31
commit
065d0c66ab
+6
@@ -30644,6 +30644,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/assignedInSynchronized.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("buildLazyValueForMap.kt")
|
||||
public void testBuildLazyValueForMap() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/buildLazyValueForMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CallCompanionProtectedNonStatic.kt")
|
||||
public void testCallCompanionProtectedNonStatic() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user