mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
IDEA-119445 Remove first slash in "copy reference"
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class X {
|
||||
String s = "/x/x.txt<caret>";
|
||||
String s = "x/x.txt<caret>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user