diff options
author | PreslavPetrov <preslavnpetrov@gmail.com> | 2024-05-04 18:41:01 +0100 |
---|---|---|
committer | PreslavPetrov <preslavnpetrov@gmail.com> | 2024-06-03 13:28:17 +0100 |
commit | 653a8b113a9677e534fa7061f39c7f56b3ed3663 (patch) | |
tree | ea858edeb57721114c02b9b29a75ba21aa981a02 /modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd | |
parent | 0d11108a01ca5017e055e498c579a271f3153ee1 (diff) | |
download | redot-engine-653a8b113a9677e534fa7061f39c7f56b3ed3663.tar.gz |
Register the export info correctly when a global class script is used as the variable type for Node
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd b/modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd new file mode 100644 index 0000000000..6d064351c1 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd @@ -0,0 +1,2 @@ +class_name ExportPreloadedClassTest +extends Node |