Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/errors/
cyclic_ref_var_self.gd
var v1 = v1 func test(): print(v1)