blob: d230c66decf2c8affd4d3139375a2b6f105708e5 [file] [log] [blame]
// "Add on demand static import for 'test.Outer.State'" "false"
package test;
public class Outer {
private enum State { REDONE, UNDONE }
private State state = Sta<caret>te.REDONE;
}