From 653a8b113a9677e534fa7061f39c7f56b3ed3663 Mon Sep 17 00:00:00 2001 From: PreslavPetrov Date: Sat, 4 May 2024 18:41:01 +0100 Subject: Register the export info correctly when a global class script is used as the variable type for Node --- .../gdscript/tests/scripts/parser/features/export_variable.notest.gd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd (limited to 'modules/gdscript/tests/scripts/parser/features/export_variable.notest.gd') 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 -- cgit v1.2.3