Improve proto comparison test with changes of annotation list

This commit is contained in:
Alexey Tsvetkov
2016-01-15 15:32:23 +03:00
parent 58a91b3d20
commit 5ce692a75c
7 changed files with 53 additions and 16 deletions
@@ -0,0 +1,20 @@
package test
annotation class Ann1
annotation class Ann2
class AnnotationListBecomeNotEmpty
@Ann1
@Ann2
class AnnotationListBecomeEmpty
@Ann1
class AnnotationAdded
@Ann1
@Ann2
class AnnotationRemoved
@Ann1
class AnnotationReplaced