mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
new inference: javac bug registration (JDK-8028503)
(cherry picked from commit 76727c790a9fcac64dce762d8d6fc674680d1905)
This commit is contained in:
@@ -4,7 +4,7 @@ class Test22 {
|
||||
}
|
||||
|
||||
static void test() {
|
||||
Iterable<Integer> map = <error>map(Test22 ::length)</error>;
|
||||
Iterable<Integer> map = map(Test22 ::length);
|
||||
}
|
||||
|
||||
public static <T> int length(String s) {
|
||||
|
||||
@@ -58,7 +58,7 @@ public class NewMethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
public void _testInexactMethodReferencePrimitiveBound() throws Exception {
|
||||
public void testInexactMethodReferencePrimitiveBound() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user