Fix broken isEnumClassObject methods
Out of three methods, two were incorrect
This commit is contained in:
@@ -7,9 +7,11 @@ public enum Enum {
|
||||
|
||||
public static class Nested {
|
||||
void foo() {}
|
||||
void values() {}
|
||||
}
|
||||
|
||||
public class Inner {
|
||||
void bar() {}
|
||||
void valueOf(String s) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user