summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion/index/dictionary_value.gd
blob: 60bf391716f52cf7ea184001f97331c2f9000e17 (plain)
1
2
3
4
5
6
7
8
9
10
extends Node

var outer

func _ready() -> void:
    var inner

    var dict = {}

    dict[i➡]