diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-12 20:08:55 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-12 20:08:55 +0100 |
commit | aaa5158ff9c6edbd4320f0c7b8c8b8047ec3aea8 (patch) | |
tree | 0756aa7be94ab5ba5984fc64f13f4ebb6cb3bf75 /modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out | |
parent | 318af8f36c328cfc778df15d04e5b4596ac00b7f (diff) | |
parent | 38c214d483a12d4c6621a7e424971e38effa2ec0 (diff) | |
download | redot-engine-aaa5158ff9c6edbd4320f0c7b8c8b8047ec3aea8.tar.gz |
Merge pull request #70733 from vonagam/fix-assigning-untyped
GDScript: Fix some issues with assignments that involve untyped things
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out')
-rw-r--r-- | modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out b/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out new file mode 100644 index 0000000000..358b096a64 --- /dev/null +++ b/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out @@ -0,0 +1,2 @@ +GDTEST_ANALYZER_ERROR +Invalid operands "bool" and "String" for assignment operator. |