DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / features / variant_arg_in_virtual_method.gd
123456
class Check extends Node: func _set(_property: StringName, _value: Variant) -> bool: return true func test() -> void: print('OK')