blob: ad71c043ce8af9dfb76c339138a92ae5f0d8aa78 [file] [log] [blame]
package test0015;
public enum Test {;
void foo() {
int var;
var = 0;
}
}