analyze function arguments after completion for unresolved and ambiguity cases
This commit is contained in:
@@ -4178,6 +4178,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/nullabilityAndAutoCasts/AssertNotNull.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("funcLiteralArgsInsideAmbiguity.kt")
|
||||
public void testFuncLiteralArgsInsideAmbiguity() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/nullabilityAndAutoCasts/funcLiteralArgsInsideAmbiguity.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("funcLiteralArgsInsideUnresolvedFunction.kt")
|
||||
public void testFuncLiteralArgsInsideUnresolvedFunction() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/nullabilityAndAutoCasts/funcLiteralArgsInsideUnresolvedFunction.kt");
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user