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