Add test for obsolete issue

#KT-17341 Obsolete
 #KT-32958 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2020-06-10 15:59:44 +03:00
parent d61e40e49b
commit 3921a0ed70
6 changed files with 71 additions and 0 deletions
@@ -2765,6 +2765,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTestWithFirVali
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/resolveEqualsOperatorWithAnyExpectedType.kt");
}
@TestMetadata("resolveReferenceAgainstKFunctionAndKPrpoerty.kt")
public void testResolveReferenceAgainstKFunctionAndKPrpoerty() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/resolveReferenceAgainstKFunctionAndKPrpoerty.kt");
}
@TestMetadata("valVsFun.kt")
public void testValVsFun() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/valVsFun.kt");