e8696f9961
* Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods.
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
GDTEST_OK
|
|
>> WARNING
|
|
>> Line: 24
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
|
|
>> WARNING
|
|
>> Line: 25
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
|
|
>> WARNING
|
|
>> Line: 26
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
|
|
>> WARNING
|
|
>> Line: 27
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
|
|
>> WARNING
|
|
>> Line: 30
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
|
|
>> WARNING
|
|
>> Line: 31
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
|
|
>> WARNING
|
|
>> Line: 32
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
|
|
>> WARNING
|
|
>> Line: 33
|
|
>> UNSAFE_CALL_ARGUMENT
|
|
>> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
|