Fix broken isEnumClassObject methods

Out of three methods, two were incorrect
This commit is contained in:
Alexander Udalov
2013-03-14 18:19:43 +04:00
parent c3a2f16624
commit 68844131b0
8 changed files with 49 additions and 48 deletions
@@ -7,9 +7,11 @@ public enum Enum {
public static class Nested {
void foo() {}
void values() {}
}
public class Inner {
void bar() {}
void valueOf(String s) {}
}
}