lambda: simple inference in case of conditional expressions (IDEA-90812)

This commit is contained in:
Anna Kozlova
2012-09-03 19:21:59 +04:00
parent 73c9ab6718
commit 2996ce4b20
4 changed files with 64 additions and 3 deletions

View File

@@ -120,6 +120,10 @@ public class LambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testUnhandledException() throws Exception {
doTest();
}
public void testConditionalExpr() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", false, false);