We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0c7f9 commit a74e20bCopy full SHA for a74e20b
src/Boo.Lang.CodeDom/BooCodeGenerator.boo
@@ -52,11 +52,11 @@ class BooCodeGenerator(CodeGenerator):
52
"System.Int64" : "long",
53
"System.Int16" : "short",
54
"System.UInt16" : "ushort",
55
- "System.UInt32" : "uint",
56
- "System.Uint64" : "ulong",
57
- "System.Byte": "byte",
58
- "System.Sbyte": "sbyte",
59
- "System.Decimal": "decimal",
+ "System.UInt32" : "uint",
+ "System.Uint64" : "ulong",
+ "System.Byte": "byte",
+ "System.Sbyte": "sbyte",
+ "System.Decimal": "decimal",
60
"System.Boolean" : "bool",
61
"System.Char" : "char",
62
"System.String" : "string",
0 commit comments