IDEA-119445 Remove first slash in "copy reference"

This commit is contained in:
peter
2014-01-16 14:11:37 +01:00
parent 37521f0c49
commit 298bb04cdb
3 changed files with 17 additions and 16 deletions

View File

@@ -1,3 +1,3 @@
class X {
String s = "/x/x.txt<caret>";
String s = "x/x.txt<caret>";
}