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

var contro_var

func _ready():
    size_flags_horizontal = Control.➡
    pass