summary refs log tree commit diff stats
path: root/tests/cpp/tvirtual.nim
diff options
context:
space:
mode:
authorSirOlaf <34164198+SirOlaf@users.noreply.github.com>2023-10-21 22:00:16 +0200
committerGitHub <noreply@github.com>2023-10-21 22:00:16 +0200
commitc13c48500b527cb483480702390b1f230ac896a4 (patch)
tree2906de2f95ddbf3a39a9c745d9ddaf02e8dc8c05 /tests/cpp/tvirtual.nim
parent2b1a671f1cbe4d3443537435ef0f0cddf928abbf (diff)
downloadNim-c13c48500b527cb483480702390b1f230ac896a4.tar.gz
Fix #22826: Don't skip generic instances in type comparison (#22828)
Close #22826

I am not sure why this code skips generic insts, so letting CI tell me.
Update: It has told me nothing. Maybe someone knows during review.

Issue itself seems to be that the generic instance is skipped thus it
ends up being just `float` which makes it use the wrong generic instance
of the proc because it matches the one in cache

---------

Co-authored-by: SirOlaf <>
Diffstat (limited to 'tests/cpp/tvirtual.nim')
0 files changed, 0 insertions, 0 deletions