summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/gdscript_duplicate.gd
blob: 966d2b0aa22ed9f0ebb00c71e4db4778fc63d19d (plain)
1
2
3
4
5
const TestClass = preload("gdscript_duplicate_class.notest.gd")

func test():
	# (TestClass as GDScript).duplicate() exists
	TestClass.duplicate()