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

var contro_var

func _ready():
    size_flags_horizontal = Control.SIZE➡
    pass