Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/warnings/
overriding_native_method.gd
func test(): print("warn") func get(_property: StringName) -> Variant: return null