summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion/index/array_value.gd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/tests/scripts/completion/index/array_value.gd')
-rw-r--r--modules/gdscript/tests/scripts/completion/index/array_value.gd10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/completion/index/array_value.gd b/modules/gdscript/tests/scripts/completion/index/array_value.gd
new file mode 100644
index 0000000000..17451725bc
--- /dev/null
+++ b/modules/gdscript/tests/scripts/completion/index/array_value.gd
@@ -0,0 +1,10 @@
+extends Node
+
+var outer
+
+func _ready() -> void:
+ var inner
+
+ var array = []
+
+ array[iāž”]