Stop method and member identifier name clash on types

このコミットが含まれているのは:
Cory Slep 2019-01-05 23:14:49 +01:00
コミット 99343f540a
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -15,7 +15,7 @@ const (
extendingMethod = "IsExtending"
extendsMethod = "Extends"
disjointWithMethod = "IsDisjointWith"
typeNameMethod = "Name"
typeNameMethod = "GetName"
serializeMethodName = "Serialize"
deserializeFnName = "Deserialize"
compareLessMethod = "LessThan"