Deal with “illegal static override” symbols
j-f1 opened this issue · 1 comments
j-f1 commented
They all look like they can be made into class methods, so I’m not sure why that isn’t the case.
j-f1 commented
Fixed in 493bf5d. I was just setting up the context incorrectly, so the methods were incorrectly declared as static rather than class. They‘re declared as class now. Also, I’ve had to manually patch a few that are overrides in JS (since only the first part of the name counts) but aren’t in Swift (since the parameter names/counts differ).