godot/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
49 B
GDScript3
Raw Normal View History

func test():
var foo: bool = true
foo += 'bar'