mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
Deprecated extension method syntax dropped
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java.util.*;
|
||||
|
||||
class MyTest2{
|
||||
class MyTest2 {
|
||||
{
|
||||
Comparator<? super String> comparator = String::compareToIgnoreCase;
|
||||
}
|
||||
@@ -16,5 +16,5 @@ interface Foo2<T> {
|
||||
void bar(T i, T j);
|
||||
}
|
||||
interface Bar2 {
|
||||
public void xxx(Bar2 p) default {}
|
||||
default void xxx(Bar2 p) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user