We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.3
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 31.0.24033.1003) - Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (8 Threads)
The parser error Error at (3,16): Unexpected "Identifier" in class body. is reporting the wrong line
Error at (3,16): Unexpected "Identifier" in class body.
Make a new script with the following lines
extends Node2D var test = true error = true
The error message will say the error is on line 3, at the end of the line, and that line will be highlighted, but the error is on line 4
N/A
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Unexpected "x" in class body.
Successfully merging a pull request may close this issue.
Tested versions
4.3
System information
Godot v4.3.stable - Windows 10.0.19045 - GLES3 (Compatibility) - AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 31.0.24033.1003) - Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (8 Threads)
Issue description
The parser error
Error at (3,16): Unexpected "Identifier" in class body.
is reporting the wrong lineSteps to reproduce
Make a new script with the following lines
The error message will say the error is on line 3, at the end of the line, and that line will be highlighted, but the error is on line 4
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: