Render annotation arguments in bytecodeListing tests
This commit is contained in:
Vendored
+3
-3
@@ -12,9 +12,9 @@ public interface Deprecated {
|
||||
public final inner class Deprecated$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.annotation.Target
|
||||
@java.lang.annotation.Retention
|
||||
@java.lang.annotation.Target
|
||||
@kotlin.annotation.Target(allowedTargets=[PROPERTY])
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@java.lang.annotation.Target(value=[])
|
||||
@kotlin.Metadata
|
||||
public annotation class Foo {
|
||||
// source: 'interfaceProperty.kt'
|
||||
|
||||
+3
-3
@@ -12,9 +12,9 @@ public interface Deprecated {
|
||||
public final inner class Deprecated$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.annotation.Target
|
||||
@java.lang.annotation.Retention
|
||||
@java.lang.annotation.Target
|
||||
@kotlin.annotation.Target(allowedTargets=[PROPERTY])
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@java.lang.annotation.Target(value=[])
|
||||
@kotlin.Metadata
|
||||
public annotation class Foo {
|
||||
// source: 'interfaceProperty.kt'
|
||||
|
||||
Vendored
+3
-3
@@ -5,9 +5,9 @@ public interface Deprecated {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.annotation.Target
|
||||
@java.lang.annotation.Retention
|
||||
@java.lang.annotation.Target
|
||||
@kotlin.annotation.Target(allowedTargets=[PROPERTY])
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@java.lang.annotation.Target(value=[])
|
||||
@kotlin.Metadata
|
||||
public annotation class Foo {
|
||||
// source: 'interfaceProperty.kt'
|
||||
|
||||
Reference in New Issue
Block a user