2cdfe35e7 ^
fc6cc7927 ^
1 2 3
4
5
6 7 8 9 10 11
12 13
discard """ file: "toverl.nim" line: 11 errormsg: "redefinition of \'TNone\'" """ # Test for overloading type TNone {.exportc: "_NONE", final.} = object proc TNone(a, b: int) = nil #ERROR_MSG attempt to redefine 'TNone'