mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
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).
8 lines
111 B
Kotlin
Vendored
8 lines
111 B
Kotlin
Vendored
Ann class MyClass
|
|
|
|
annotation(retention = AnnotationRetention.BINARY) class Ann
|
|
|
|
// 1 @LAnn;()
|
|
// 1 invisible
|
|
|