Revision a03856d045c54885bdd786ea5c3dd53e51d85817 authored by Shuhei Kadowaki on 04 May 2022, 11:28:02 UTC, committed by Shuhei Kadowaki on 28 November 2022, 23:46:58 UTC
`SLOT_USEDUNDEF` is such a flag that has the following meaning:
> slot has uses that might raise UndefVarError

Since `Expr(:isdefined, slot)` doesn't raise `UndefVarError`, it sounds
incorrect conceptually to look for it when folding a `:isdefined`
expression to `true`.
1 parent 2642c4e
Raw File
.gitattributes
# treat all files as files that should not be modified
* -text
back to top