index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
incompatible_assignment.gd
blob: 664e364493ed0fa6009c7e06b17574df469460ea (
plain
)
1
2
3
func test(): var foo: bool = true foo += 'bar'