mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
test data fixed
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ class Test2 {
|
||||
static <T> I<T> bar(I<T> i){return i;}
|
||||
|
||||
{
|
||||
bar((List<String> list) -> null);
|
||||
bar(list -> null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user