Home | History | Annotate | Download | only in converter

Lines Matching refs:ENUM

90         IApi api = convert(new CompilationUnit("a.A", "package a; public enum A{}"));
95 assertEquals(Kind.ENUM, sigClass.getKind());