mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +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).
6 lines
119 B
Kotlin
Vendored
6 lines
119 B
Kotlin
Vendored
//ALLOW_AST_ACCESS
|
|
//SKIP_IN_RUNTIME_TEST
|
|
package test
|
|
|
|
annotation(retention = AnnotationRetention.RUNTIME) class Anno
|