summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/errors/invalid_concatenation_mixed.gd
blob: eb2a6a0ce7cd541d4c9f33d74f3a027838bafc1b (plain)
1
2
func test():
	print("hello" + ["world"])