-
Notifications
You must be signed in to change notification settings - Fork 70
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
[3.x] Better errors linting inline extends
syntax
#321
Comments
Looks like bug - thanks for reporting! |
@davidpeck-littlemonkey what is the version of gdtoolkit you use? With latest |
I've checked and I think you're using an outdated gdtoolkit. Please update to the latest one or if I'm wrong, please paste the full gdscript file, as I may be missing some context. |
@Scony sorry for the delay. This was with v3.5.0 (I'm using Godot v3). Is v3 still being maintained? |
Ok, in that case, I'll need to fix that. Thanks for reporting! |
extends
syntaxextends
syntax
I've a class
person.gd
:class_name Person extends Node var name: String
when I lint I get:
I would expect either no errors, or some error "inline extends not allowed" but instead it complains about the order of
name
The text was updated successfully, but these errors were encountered: