mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
convert anonymous to inner: collapse diamonds (IDEA-87265)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public class Foo {
|
||||
public<T> void foo() {
|
||||
Predicate<T> predicate = new MyPredicate<T>();
|
||||
Predicate<T> predicate = new MyPredicate<>();
|
||||
}
|
||||
|
||||
private interface Predicate<K> {
|
||||
|
||||
Reference in New Issue
Block a user