external annotations tests for rename/move

This commit is contained in:
Anna Kozlova
2017-05-25 12:51:13 +03:00
parent 50b4968ca3
commit 0aedb9b9ad
12 changed files with 148 additions and 0 deletions
@@ -0,0 +1,5 @@
<root>
<item name='fromSrc.Foo'>
<annotation name='java.lang.Deprecated'/>
</item>
</root>
@@ -0,0 +1,5 @@
<root>
<item name='rename.Foo'>
<annotation name='java.lang.Deprecated'/>
</item>
</root>
@@ -0,0 +1,5 @@
<root>
<item name='rename.Bar'>
<annotation name='java.lang.Deprecated'/>
</item>
</root>
@@ -0,0 +1,5 @@
<root>
<item name='toSrc.Foo'>
<annotation name='java.lang.Deprecated'/>
</item>
</root>