We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef6eac commit 4d138ecCopy full SHA for 4d138ec
spec/type.dd
@@ -452,7 +452,7 @@ $(SPEC_RUNNABLE_EXAMPLE_FAIL
452
ubyte u1 = -1; // error, -1 cannot be represented in a ubyte
453
ushort u2 = -1; // error, -1 cannot be represented in a ushort
454
uint u3 = int(-1); // ok, -1 can be represented in an int, which can be converted to a uint
455
-ulong u4 = long(-1); // ok, -1 can be represented in a long, which can covnerted to a ulong
+ulong u4 = long(-1); // ok, -1 can be represented in a long, which can be converted to a ulong
456
---
457
)
458
0 commit comments