summary refs log blame commit diff stats
path: root/tests/caas/issue_452_export_shift.nim
blob: 46cff6241da5605ff725a10a893f8621b14bb980 (plain) (tree)
1
2
3
4
5
6
7
8







                                                             
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 = ""