mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* post expr blocks colon fix + correct grammar fixes #21982 * fix dochelpers * this is remarkably common * use head for unchained * fix atlas * final grammar fix
9 lines
112 B
Nim
9 lines
112 B
Nim
# issue #21982
|
|
|
|
if true:
|
|
if true:
|
|
discard default int:
|
|
else: #[tt.Error
|
|
^ invalid indentation]#
|
|
discard
|