blob: 9367fffef55b353859deaee316315cd7e7ef72b3 [file] [log] [blame]
public class A {
public void foo() {
final String happy = "string is a happy place" + "string is a happy place" + "string is a happy place"; //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$
}
}