mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
redundant args: copy the file to avoid incompleted psi
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
enum ExposeRemotely {
|
||||
NEVER("never", Collections.emptyList());
|
||||
ExposeRemotely(String name, List<String> keys) {}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
enum ExposeRemotely {
|
||||
NEVER("never", Collections.<Str<caret>ing>emptyList());
|
||||
ExposeRemotely(String name, List<String> keys) {}
|
||||
}
|
||||
Reference in New Issue
Block a user