mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
turn on middle matching in completion tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class C{
|
||||
|
||||
/**
|
||||
* @see #n<caret>
|
||||
* @see #not<caret>
|
||||
*/
|
||||
private int foo(int a, char b, String c) {}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
class C{
|
||||
|
||||
/**
|
||||
* @see #n<caret>
|
||||
* @see #not<caret>
|
||||
*
|
||||
* @since
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user