DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / extend_non_gdscript_nested.gd
12345
class Foo extends RefCounted.Bar: pass func test(): print('not ok')