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