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:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
@Ann(ABC.TOP_LEVEL + A.OBJECT + B.COMPANION)
|
||||
class Java {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user