mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-125900 (resolve of synthetic enum methods in class files fixed)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import java.lang.annotation.ElementType;
|
||||
|
||||
class EnumSynthetics {
|
||||
void m() {
|
||||
//ElementType[] values = ElementType.values();
|
||||
ElementType type = ElementType.valueOf("TYPE");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user