FIR checker: reproduce KT-43156
This commit is contained in:
committed by
teamcityserver
parent
f4347a60c2
commit
7b06885348
+5
@@ -39,6 +39,11 @@ public class FirOldFrontendDiagnosticsTestWithStdlibGenerated extends AbstractFi
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/ArrayOfNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("assignedInSynchronized.kt")
|
||||
public void testAssignedInSynchronized() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/assignedInSynchronized.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("CallCompanionProtectedNonStatic.kt")
|
||||
public void testCallCompanionProtectedNonStatic() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/CallCompanionProtectedNonStatic.kt");
|
||||
|
||||
Reference in New Issue
Block a user