godot/modules/gdscript/tests/scripts/runtime/errors/use_return_value_of_void_native_method_call.out

GDTEST_RUNTIME_ERROR
~~ WARNING at line 4: (UNSAFE_METHOD_ACCESS) The method "notify_property_list_changed()" is not present on the inferred type "Variant" (but may be present on a subtype).
>> SCRIPT ERROR at runtime/errors/use_return_value_of_void_native_method_call.gd:4 on test(): Trying to get a return value of a method that returns "void"