Files
Nim/tests/caas/issue_452_export_shift.nim
2013-06-10 23:06:49 +02:00

9 lines
256 B
Nim

const
VERSION_STR1* = "0.5.0" ## Idetools shifts this one column.
VERSION_STR2 = "0.5.0" ## This one is ok.
VERSION_STR3* = "0.5.0" ## Bad.
VERSION_STR4 = "0.5.0" ## Ok.
proc forward1*(): string = result = ""
proc forward2(): string = result = ""