godot/modules/gdscript/tests/scripts/analyzer/errors/cyclic_reference.notest.gd

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

6 lines
112 B
GDScript3
Raw Permalink Normal View History

class_name TestCyclicRefExternal
const External = preload("cyclic_reference.gd")
var member = External.member