Files
Nim/nimpretty/tests/simple.nim
Clyybber 45977c2d70 Fix commentOffsetA for doc comments (#15643)
(cherry picked from commit f20e485827)
2020-10-21 11:03:47 +02:00

19 lines
170 B
Nim

var x: int = 2
echo x
# bug #9144
proc a() =
while true:
discard
# comment 1
# comment 2
discard
# bug #15596
discard## comment 3
discard # comment 4