blob: 6d35735687d47ab127404bf550892202e55dac18 [file] [log] [blame]
package foo.bar.differentpackage;
import foo.bar.AnInterface;
class AClass {
static Object field1 = AnInterface.ListChangeType.ADDITION;
static Object field2 = foo.bar.AnInterface.ListChangeType.ADDITION;
}