538699a28 ^
5d119f61d ^
1105d0364 ^
599b5d6dc ^
e80465dac ^
8948a9715 ^
1
2
3
4
5
6 7 8 9
10
11
12 13
discard """ errormsg: "type mismatch" line: 13 """ {.experimental: "notnil".} type PObj = ref TObj not nil TObj = object x: int proc q2(x: string) = discard q2(nil)