|
|
@ -44,6 +44,9 @@ public class CommonTests : GeneratorTestFixture |
|
|
|
e = EnumWithUnderscores.CAPITALS_More; |
|
|
|
e = EnumWithUnderscores.CAPITALS_More; |
|
|
|
e = EnumWithUnderscores.UsesDigits1_0; |
|
|
|
e = EnumWithUnderscores.UsesDigits1_0; |
|
|
|
e.GetHashCode(); |
|
|
|
e.GetHashCode(); |
|
|
|
|
|
|
|
ItemsDifferByCase itemsDifferByCase = ItemsDifferByCase.Case_a; |
|
|
|
|
|
|
|
itemsDifferByCase = ItemsDifferByCase.CaseA; |
|
|
|
|
|
|
|
itemsDifferByCase.GetHashCode(); |
|
|
|
Common.SMallFollowedByCapital(); |
|
|
|
Common.SMallFollowedByCapital(); |
|
|
|
using (new DerivedFromSecondaryBaseWithIgnoredVirtualMethod()) { } |
|
|
|
using (new DerivedFromSecondaryBaseWithIgnoredVirtualMethod()) { } |
|
|
|
|
|
|
|
|
|
|
|