summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/errors/invalid_concatenation_bool.gd
blob: c159e0314087e0dffdad8a4bee5d95fe2f6ce2e2 (plain)
1
2
func test():
	print(true + true)