virtualx-engine/modules/gdscript/tests/scripts/analyzer/features/preload_cyclic_reference.gd

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

5 lines
99 B
GDScript3
Raw Normal View History

2022-10-09 18:41:28 +02:00
const A = preload("preload_cyclic_reference_a.notest.gd")
func test():
A.test_cyclic_reference()