DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / warnings / overriding_native_method.gd
12345
func test(): print("warn") func get(_property: StringName) -> Variant: return null