summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion/assignment_options/enum_no_identifier.gd
blob: d8bf13e51dc8d32c9ff0e21124841a9f89b8a36d (plain)
1
2
3
4
5
6
7
extends Control

var contro_var

func _ready():
    size_flags_horizontal = ➡
    pass