mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
test fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create Annotation 'Smth'" "true"
|
||||
// "Create annotation 'Smth'" "true"
|
||||
class Test {
|
||||
void foo(@Smth String s){}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Annotation 'Smth'" "true"
|
||||
// "Create annotation 'Smth'" "true"
|
||||
class Test {
|
||||
void foo(@S<caret>mth String s){}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Annotation 'Smth'" "false"
|
||||
// "Create annotation 'Smth'" "false"
|
||||
class Test {
|
||||
void foo(S<caret>mth s){}
|
||||
}
|
||||
Reference in New Issue
Block a user