mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IDEA-77607 Introduce refactoring looses annotation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
void foo() {
|
||||
@Deprecated String foo;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
void foo() {
|
||||
@Deprecated String f<caret>o = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user