You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixedcrystal-lang#4364
`(Something.some_method).is_a?(Const)` will transform to
`Const === Something.some_method`
It should clone the `node.const` and `node.obj` to do this work.
* Add spec for #4364
* Compiler: fixed is_a? will trigger enclosing call bug
Fixes#4364
`(Something.some_method).is_a?(Const)` will transform to
`Const === Something.some_method`
It should clone the `node.const` and `node.obj` to do this work.
This was found while I was testing with #4362.
code
result
version
The text was updated successfully, but these errors were encountered: