A string literal cannot be concatenated to split a...
# development
a
A string literal cannot be concatenated to split across lines ("foo" + "bar" is not a string literal, "foo" "bar" doesn't implicitly concatenate)