GDScript: Fix some issues with assignments that involve untyped things
This commit is contained in:
parent
e80cf3259e
commit
38c214d483
6 changed files with 144 additions and 81 deletions
|
|
@ -0,0 +1,3 @@
|
|||
func test():
|
||||
var foo: bool = true
|
||||
foo += 'bar'
|
||||
Loading…
Add table
Add a link
Reference in a new issue