summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/features/export_enum.out
blob: 330b7eaf01fb7d339cb0c1095ca0583afeca0095 (plain)
1
2
3
4
5
6
7
GDTEST_OK
untyped 2 Red,Green,Blue
weak_int 2 Red,Green,Blue
weak_string 4 Red,Green,Blue
hard_int 2 Red,Green,Blue
hard_string 4 Red,Green,Blue
with_values 2 Red:10,Green:20,Blue:30