inline: accept to inline constant from library (IDEA-106167)

This commit is contained in:
anna
2013-04-25 14:14:49 +02:00
parent 16244342e4
commit 7463ed3c9b
5 changed files with 38 additions and 15 deletions
@@ -0,0 +1,5 @@
import java.io.File;
public class Test {
private static final String c = "" + File.separatorChar;
}