SOE (IDEA-95955)

(cherry picked from commit d092c1363b3ae02dbfb4059f0c0cf28df575024c)
This commit is contained in:
anna
2012-11-27 19:51:28 +01:00
parent 3422f0b39c
commit 306c531544
5 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
import java.util.*;
class LambdaTest {
public void testR() {
<error descr="Incompatible types. Found: 'java.lang.String', required: '<method reference>'">new ArrayList<String>() :: size = ""</error>;
}
}