Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
* tests/bytecode/codegraph/AnEnum.java: seems handled ok at class level
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Dec 13, 2012
1 parent 4760755 commit bbd1cdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions tests/bytecode/codegraph/AnEnum.java
@@ -0,0 +1,7 @@
class AnEnum {
public enum AnEnumIndeed {
CST1,
CST2
}

}
5 changes: 3 additions & 2 deletions tests/bytecode/codegraph/Makefile
@@ -1,5 +1,6 @@
SRC=Clone.java TestException.java NestedClass.java GenericClass.java \
AnonClass.java
SRC=Clone.java TestException.java \
NestedClass.java GenericClass.java AnonClass.java \
AnEnum.java AnAnnotation.java

OBJS=$(SRC:.java=.class)

Expand Down

0 comments on commit bbd1cdd

Please sign in to comment.