609d696202
Annotation arguments with default values are rendered as ... if renderDefaultAnnotationArguments is true. Tests: java retention does not taken into account by Descriptor comparator. Java retentinon changed to kotlin retention in some tests + one new test with java retention added. More accurate tests for intentions in byte code (visibility controlled).
9 lines
201 B
Plaintext
Vendored
9 lines
201 B
Plaintext
Vendored
a kotlin.annotation.annotation 0
|
|
p org.test 0
|
|
c 0 0/SomeAnnotation
|
|
a java.lang.annotation.Retention 1
|
|
c 1 0/SomeAnnotation
|
|
a org.test.SomeAnnotation 2
|
|
c 2 0/SomeClass
|
|
m 2 0/SomeClass annotatedFunction
|