This commit is contained in:
Dmitry Avdeev
2014-12-06 16:14:56 +03:00
parent dd8e7348e9
commit 224ee86927
6 changed files with 6 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// "Create Annotation 'Smth'" "true"
// "Create annotation 'Smth'" "true"
class Test {
void foo(@Smth String s){}
}

View File

@@ -1,4 +1,4 @@
// "Create Annotation 'Smth'" "true"
// "Create annotation 'Smth'" "true"
class Test {
void foo(@S<caret>mth String s){}
}

View File

@@ -1,4 +1,4 @@
// "Create Annotation 'Smth'" "false"
// "Create annotation 'Smth'" "false"
class Test {
void foo(S<caret>mth s){}
}