Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/errors/
virtual_super_not_implemented.gd
func _init(): super() func test(): pass