IDEA-77607 Introduce refactoring looses annotation

This commit is contained in:
anna
2012-01-15 17:58:02 +01:00
parent 05192ef0f4
commit 90bdbd8764
4 changed files with 23 additions and 3 deletions
@@ -0,0 +1,5 @@
class Test {
void foo() {
@Deprecated String foo;
}
}
@@ -0,0 +1,5 @@
class Test {
void foo() {
@Deprecated String f<caret>o = "";
}
}