forked from sascha/godot
Improve parent signature error
parent
0ff8742919
commit
d1e4146462
@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int) -> int".
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int) -> int".
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int = default)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int = default) -> int".
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int) -> int".
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function()".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function() -> int".
|
||||
|
||||
Loading…
Reference in New Issue