mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-119910 Middle matching doesn't work if pattern starts with a digit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
Gray<caret>
|
||||
}
|
||||
|
||||
private static class Gray {
|
||||
public static void _2() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
Gray._2();<caret>
|
||||
}
|
||||
|
||||
private static class Gray {
|
||||
public static void _2() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user