Ticket #380: EnumDecl-sharpInit.patch
File EnumDecl-sharpInit.patch, 466 bytes (added by thriwkin, 10 years ago) |
---|
-
Source/BackEndClr/SharpGenerator.cobra
954 954 class EnumDecl is partial 955 955 956 956 get sharpInit as String is override 957 return .sharpRef + '.' + _declsInOrder[0].name957 return "0" 958 958 959 959 def writeSharpDef(sw as CurlyWriter) is override 960 960 base.writeSharpDef(sw)