mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +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) {
|
||||
|
||||
Reference in New Issue
Block a user