|
|
|
@ -51,14 +51,14 @@ public class CommonTests : GeneratorTestFixture |
|
|
|
{ |
|
|
|
{ |
|
|
|
hasPropertyNamedAsParent.hasPropertyNamedAsParent.GetHashCode(); |
|
|
|
hasPropertyNamedAsParent.hasPropertyNamedAsParent.GetHashCode(); |
|
|
|
} |
|
|
|
} |
|
|
|
EnumWithUnderscores e = EnumWithUnderscores.lOWER_BEFORE_CAPITAL; |
|
|
|
EnumWithUnderscores.lOWER_BEFORE_CAPITAL.GetHashCode(); |
|
|
|
e = EnumWithUnderscores.UnderscoreAtEnd; |
|
|
|
EnumWithUnderscores.UnderscoreAtEnd.GetHashCode(); |
|
|
|
e = EnumWithUnderscores.CAPITALS_More; |
|
|
|
EnumWithUnderscores.CAPITALS_More.GetHashCode(); |
|
|
|
e = EnumWithUnderscores.UsesDigits1_0; |
|
|
|
EnumWithUnderscores.UsesDigits1_0.GetHashCode(); |
|
|
|
e.GetHashCode(); |
|
|
|
ItemsDifferByCase.Case_a.GetHashCode(); |
|
|
|
ItemsDifferByCase itemsDifferByCase = ItemsDifferByCase.Case_a; |
|
|
|
ItemsDifferByCase.CaseA.GetHashCode(); |
|
|
|
itemsDifferByCase = ItemsDifferByCase.CaseA; |
|
|
|
Enum.NAME_A.GetHashCode(); |
|
|
|
itemsDifferByCase.GetHashCode(); |
|
|
|
Enum.NAME__A.GetHashCode(); |
|
|
|
new AmbiguousParamNames(0, 0).Dispose(); |
|
|
|
new AmbiguousParamNames(0, 0).Dispose(); |
|
|
|
Common.SMallFollowedByCapital(); |
|
|
|
Common.SMallFollowedByCapital(); |
|
|
|
Common.IntegerOverload(0); |
|
|
|
Common.IntegerOverload(0); |
|
|
|
|