godot/modules/gdscript/tests/scripts/completion/index/dictionary_type.gd

extends Node

var outer

func _ready() -> void:
    var inner

    var dict: Dictionary

    dict[i➡]