Add test for obsolete issue

The problem was fixed in d51bb2c053

 #KT-37692 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2020-07-08 15:30:15 +03:00
parent 78a4563baf
commit 2bb9838a80
6 changed files with 63 additions and 0 deletions
@@ -19501,6 +19501,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/kt31758_compat.kt");
}
@TestMetadata("kt37692.kt")
public void testKt37692() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/kt37692.kt");
}
@TestMetadata("numberOfDefaults.kt")
public void testNumberOfDefaults() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/overloadConflicts/numberOfDefaults.kt");