// "Indent text block with spaces only" "false" class Foo { void test() { String s = """ foo bar"""; } }