virtualx-engine/modules/gdscript/tests/scripts/completion/index/const_dictionary_keys.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
136 B
GDScript3
Raw Normal View History

extends Node
var outer
const dict = {
"key1": "value",
"key2": null,
}
func _ready() -> void:
var inner
dict[""]