Generate field for const-val with same visibility as desciptor

Also add test checking that constant static final fields generated for them
This commit is contained in:
Denis Zharkov
2015-09-21 20:16:32 +03:00
parent ba6671edb4
commit d937a7cefc
8 changed files with 112 additions and 2 deletions
@@ -0,0 +1,6 @@
package test;
@Ann(ABC.TOP_LEVEL + A.OBJECT + B.COMPANION)
class Java {
}