class Foo { void test() { String colors = """ red\040\t \s green """; } }