Add test for obsolete issue

The issue was fixed in df1595e

 #KT-39630 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2020-06-18 13:05:19 +03:00
parent 559561ca6b
commit d44a7ff8f9
5 changed files with 48 additions and 0 deletions
@@ -13691,6 +13691,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/j+k/sam/kt37920.kt");
}
@TestMetadata("kt39630.kt")
public void testKt39630() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/sam/kt39630.kt");
}
@TestMetadata("privateCandidatesWithWrongArguments.kt")
public void testPrivateCandidatesWithWrongArguments() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/sam/privateCandidatesWithWrongArguments.kt");