Revision d215d914ee388efb0737135d81dcc581e0016f8e authored by Keno Fischer on 15 July 2023, 17:01:26 UTC, committed by GitHub on 15 July 2023, 17:01:26 UTC
Fixes the case from #50518, but we actually have two test cases in the
tests that also hit this (e.g. this one:
```
f40964(xs::Int...=1; k = 2) = (xs, k)
```
), but just happened not to hit the bad codegen path. #50556, once
merged would have complained on those definitions as well, without this
fix.
2 parent s 191256e + c272236
History
File Mode Size
DependsOnForeign
Foreign
ForeignObjSerialization
.gitignore -rw-r--r-- 34 bytes
LocalTest.jl -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 2.7 KB
gcext-test.jl -rw-r--r-- 2.6 KB
gcext.c -rw-r--r-- 16.6 KB

back to top