do not crash on invalid lambdas/method refs (IDEA-130240)

This commit is contained in:
Anna Kozlova
2014-09-29 14:08:34 +02:00
parent eb2a575571
commit 7be506a901
3 changed files with 31 additions and 7 deletions
@@ -0,0 +1,5 @@
class Sample {
void foo() {
System.out.println("hello <caret>world");
}
}