Skip to content

TcIface: Fix inverted logic in typechecking of source ticks

Ben Gamari requested to merge wip/T17616 into master

Previously we would throw away source ticks when the debug level was non-zero. This is precisely the opposite of what was intended.

Fixes #17616 (closed).

Merge request reports