blob: 79c29f43e2d2c7c5be614450709cef329094794d [file] [log] [blame]
package com.siyeh.igtest.performance;
public class ConstantStringInternInspection {
private String foo = "foo".intern();
}