Tim Marston
Tim Marston
Note, this works: ```v if *r is VariantType { ``` However, it does not smartcast. And the following is not allowed: ```v if mut *r is VariantType { ``` Which...
This work may be at risk of getting a bit stale... Are there still plans to merge it @floooh? Anything I can do to help? (Interested for [V](https://github.com/vlang/v)'s [UI library](https://github.com/vlang/ui)!)
The underlying problem appears to be that in this case: ```javascript foo() { | x } ``` `sp-get-hybrid-sexp` returns `(:beg 9 :end 13)`, where point is 13 and at the...
I don't think this is a bug, is it @medvednikov? Surely `body.content[0]` is a `Tree`, and so: ``` error: field `content` does not exist or have the same type in...