Render annotation arguments in bytecodeListing tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@kotlin.annotation.Target
|
||||
@java.lang.annotation.Retention
|
||||
@java.lang.annotation.Target
|
||||
@kotlin.annotation.Target(allowedTargets=[FIELD])
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@java.lang.annotation.Target(value=[FIELD])
|
||||
@kotlin.Metadata
|
||||
public annotation class Anno {
|
||||
// source: 'kt27895.kt'
|
||||
|
||||
Reference in New Issue
Block a user