mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
resolve conflicting names (IDEA-119412)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
enum SomeEnumeration {
|
||||
A;
|
||||
|
||||
public static SomeEnumeration fromValue(String v) {
|
||||
return valueOf(v);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public class IllegalArgumentException extends Exception {}
|
||||
Reference in New Issue
Block a user