86938f57b1
There'll be a single generated test class like BlackBoxCodegenTestGenerated
8 lines
133 B
Java
8 lines
133 B
Java
package test;
|
|
|
|
public class classWithNestedEnum {
|
|
public enum E { ENTRY }
|
|
|
|
public static String foo() { return "OK"; }
|
|
}
|