GDScript: Fix some issues with assignments that involve untyped things
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
func test():
|
||||
var foo: bool = true
|
||||
foo += 'bar'
|
||||
Reference in New Issue
Block a user