Add test for obsolete issue
#KT-17341 Obsolete #KT-32958 Obsolete
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user