diff options
| author | Danil Alexeev <danil@alexeev.xyz> | 2024-04-15 22:10:47 +0300 |
|---|---|---|
| committer | Danil Alexeev <danil@alexeev.xyz> | 2024-05-13 17:49:06 +0300 |
| commit | 76b2d85c9fb10426fad78a8d2dbafd8ca08a4b89 (patch) | |
| tree | 618818f4db09b0b9eec45e42f7316c406fcc64b4 /modules/gdscript/tests/scripts/runtime | |
| parent | bdc0316217940a8ccc80ce536547d42e6477adf4 (diff) | |
| download | redot-engine-76b2d85c9fb10426fad78a8d2dbafd8ca08a4b89.tar.gz | |
GDScript: Fix some export annotation issues
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime')
| -rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/export_group_no_name_conflict_with_properties.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/export_group_no_name_conflict_with_properties.out b/modules/gdscript/tests/scripts/runtime/features/export_group_no_name_conflict_with_properties.out index 9387ec50d7..a1e7233078 100644 --- a/modules/gdscript/tests/scripts/runtime/features/export_group_no_name_conflict_with_properties.out +++ b/modules/gdscript/tests/scripts/runtime/features/export_group_no_name_conflict_with_properties.out @@ -1,8 +1,8 @@ GDTEST_OK Not shadowed: Resource var test_1: int = 0 - hint=NONE hint_string="int" usage=DEFAULT|SCRIPT_VARIABLE + hint=NONE hint_string="" usage=DEFAULT|SCRIPT_VARIABLE class_name=&"" @export_category("test_1") - hint=NONE hint_string="" usage=CATEGORY + hint=NONE hint_string="" usage=CATEGORY class_name=&"" var test_2: int = 0 - hint=NONE hint_string="int" usage=DEFAULT|SCRIPT_VARIABLE + hint=NONE hint_string="" usage=DEFAULT|SCRIPT_VARIABLE class_name=&"" |
