summary refs log tree commit diff stats
path: root/tests/ccgbugs/topenarraycast.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix unsound transform pass (#8633)LemonBoy2018-08-141-0/+8
When a `var openArray[T]` function parameter goes trough the `transformAddrDeref` pass we may lose the `var` specifier, leading to nasty crashes at runtime.