diff options
| author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-02-05 16:00:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 16:00:26 +0300 |
| commit | 13f0158e49676fc5ec8694a40261685596faa3d1 (patch) | |
| tree | 89338da40628963d917e09492d8e9b7cacb6c0b9 /modules/gdscript/tests/scripts/analyzer/errors | |
| parent | e13e4b7b6df3557a973af525e4c925faf33b55c5 (diff) | |
| parent | 273bf7210f44bc6ea729b44fb167716340ad7dff (diff) | |
| download | redot-engine-13f0158e49676fc5ec8694a40261685596faa3d1.tar.gz | |
Merge pull request #72608 from vnen/gdscript-warning-default-error
GDScript: Add warnings that are set to error by default (take 2)
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/errors')
| -rw-r--r-- | modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out b/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out index c70a1df10d..508e46742f 100644 --- a/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out +++ b/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out @@ -1,2 +1,2 @@ GDTEST_ANALYZER_ERROR -The function signature doesn't match the parent. Parent signature is "my_function(int = default) -> int". +The function signature doesn't match the parent. Parent signature is "my_function(int = <default>) -> int". |
