blob: 25e8a893410b8e2ae1d7ac9408c2121fbf04a25f [file] [log] [blame] [edit]
// test that inner keyword is not parsed as enum entry
public enum class A {
A,
B;
inner object
}