summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/enum_builtin_access.gd
blob: 6367d50980bee117f486aec44fd923848e025ee8 (plain)
1
2
func test():
	print(Vector3.Axis)