analyze function arguments after completion for unresolved and ambiguity cases

This commit is contained in:
svtk
2013-11-26 17:42:39 +04:00
committed by Svetlana Isakova
parent cde36adbdc
commit b178c79573
5 changed files with 53 additions and 3 deletions
@@ -117,6 +117,11 @@ public class JetResolveTestGenerated extends AbstractResolveTest {
doTest("compiler/testData/resolve/Projections.resolve");
}
@TestMetadata("PropertyAndFunctionNameClash.resolve")
public void testPropertyAndFunctionNameClash() throws Exception {
doTest("compiler/testData/resolve/PropertyAndFunctionNameClash.resolve");
}
@TestMetadata("ResolveOfInfixExpressions.resolve")
public void testResolveOfInfixExpressions() throws Exception {
doTest("compiler/testData/resolve/ResolveOfInfixExpressions.resolve");