mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata to fix javac behaviour (1.8u40)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.util.Map.Entry;
|
||||
import java.util.function.Function;
|
||||
|
||||
class Test {
|
||||
|
||||
{
|
||||
Function<Entry<? extends String, Integer>, String> getKey = Entry::getKey;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user