-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color change when adding return type to class method #157
Comments
I've switched themes, and I'm still getting this. Here's some more info: The theme I'm using now is "Bearded Theme Black and Emerald". The specific file in the screenshots is actually from Lucky https://github.com/luckyframework/lucky_cli/blob/main/src/generators/web.cr another interesting issue here is that if I create a different class method, this doesn't happen... seems to be just that one? Very strange 😂 |
Ah thank you! I figured it out. The |
Woo hoo! Good find 👍 |
This looks to be fixed in the v0.9.0-alpha release. |
Notice in this screenshot, the methods being called in the
run
instance method are currently white, and the classself.run
method has no return typeThen when I add a return type to the class
self.run
method, all of the calls in the instance run method turn blueThe text was updated successfully, but these errors were encountered: