Just need someone to confirm the bug before I open issue since I use latest unofficial build (because I compiled it myself many times and always fail) and the bug is somewhat too obvious but I found no issue on Github about this bug.
extend Node3D @export var abc: int
[gd_scene load_steps=2 format=2] [sub_resource type="GDScript" id=1] script/source = "extends Node3D @export var abc: int " [node name="Node3D" type="Node3D"] script = SubResource( 1 )
abc = 5
5
I have also had this issue a few times before when I was doing GSoC after GDScript 2.0 was merged in. I think it is probably safe to report as a bug :smile:
Oh no, I made a huge mistake. It is duplicate issue ;-;
Its okay, it happens. I've accidentally made duplicate issues before. Better to report a duplicate than have the issue never reported!
Edit: For anyone looking at this post in the future, the issue for this bug can be found here: issue 41690