blob: ecfd9d43d5acf8039c184ebcec16c992f203b85a [file] [log] [blame]
package com.android.stubs;
public enum SomeEnum
{
A(),
B(),
C();
}