Exception 'Base expression was not processed: function literal' fixed

This commit is contained in:
Svetlana Isakova
2015-09-04 16:23:00 +03:00
parent 0999d8ea8e
commit fe34d1673e
7 changed files with 45 additions and 1 deletions
@@ -3114,6 +3114,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("lambdasInExclExclAndElvis.kt")
public void testLambdasInExclExclAndElvis() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/controlStructures/lambdasInExclExclAndElvis.kt");
doTest(fileName);
}
@TestMetadata("tryReturnType.kt")
public void testTryReturnType() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/controlStructures/tryReturnType.kt");