godot/modules/gdscript/tests/scripts/analyzer/errors/gdscript_duplicate.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
147 B
GDScript3
Raw Normal View History

const TestClass = preload("gdscript_duplicate_class.notest.gd")
func test():
# (TestClass as GDScript).duplicate() exists
TestClass.duplicate()