IDEA-77607 Introduce refactoring looses annotation

This commit is contained in:
anna
2012-01-15 17:39:29 +01:00
parent 05192ef0f4
commit 90bdbd8764
4 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class Test {
void foo() {
@Deprecated String foo;
}
}

View File

@@ -0,0 +1,5 @@
class Test {
void foo() {
@Deprecated String f<caret>o = "";
}
}