mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
external annotations tests for rename/move
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package fromSrc;
|
||||
@Deprec<caret>ated
|
||||
public class Foo {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package fromSrc;
|
||||
public class Foo {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package rename;
|
||||
public class F<caret>oo {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package toSrc;
|
||||
public class Fo<caret>o {}
|
||||
@@ -0,0 +1,3 @@
|
||||
package toSrc;
|
||||
@Deprecated
|
||||
public class Foo {}
|
||||
Reference in New Issue
Block a user