summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/features/external_parser_script1d.notest.gd
blob: 43bc6f3e53769901441817e50082042079c31710 (plain)
1
2
3
4
5
extends "external_parser_script1f.notest.gd"

const External1e = preload("external_parser_script1e.notest.gd")

var bar: Array[External1e]