// "Replace with text block" "true-preview" class TextBlockMigration { void spaces() { String foobarbaz = "foo\n" + "bar\n" + " "; } }