Fixed NPE in ArgumentMatchImpl.getStatus

Check value arguments if there is wrong number of type arguments
This commit is contained in:
Svetlana Isakova
2014-08-14 11:41:30 +04:00
parent 05637226e1
commit bbeb44e6ee
6 changed files with 60 additions and 27 deletions
@@ -578,4 +578,9 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
doTest("idea/testData/completion/smart/WithQualifier.kt");
}
@TestMetadata("WrongNumberOfTypeArguments.kt")
public void testWrongNumberOfTypeArguments() throws Exception {
doTest("idea/testData/completion/smart/WrongNumberOfTypeArguments.kt");
}
}