blob: 59ac47540c3cfe49a85fdaa41a5876ae9f5c11b5 [file] [log] [blame]
library test.name;
interface SwitchingOrdinals {
5: OrdinalFive(); // ordinal and generated_ordinal are different
OnlyGeneratedOrdinal(); // ordinal and generated_ordinal are the same
15: -> EventOrdinalFifteen(); // ordinal and generated_ordinal are different
-> EventOnlyGeneratedOrdinal(); // ordinal and generated_ordinal are the same
};