summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-12 20:08:55 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-12 20:08:55 +0100
commitaaa5158ff9c6edbd4320f0c7b8c8b8047ec3aea8 (patch)
tree0756aa7be94ab5ba5984fc64f13f4ebb6cb3bf75 /modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out
parent318af8f36c328cfc778df15d04e5b4596ac00b7f (diff)
parent38c214d483a12d4c6621a7e424971e38effa2ec0 (diff)
downloadredot-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.out2
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.