class StringTemplateOneLine { public void foo(String type) { String s = STR.""" Hello \{type}"""; } }