class MyTest { void f(boolean prefix){ String s = "Not a valid java identifier part in " + (prefix ? "prefix" : "
suffix"); } }