Render annotation arguments in bytecodeListing tests
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ public final class LocalClassWithCapturedParamsKt$localCaptured$A {
|
||||
private final field x: int
|
||||
private final @org.jetbrains.annotations.NotNull field z: java.lang.String
|
||||
inner (local) class LocalClassWithCapturedParamsKt$localCaptured$A A
|
||||
public method <init>(p0: int, @Simple @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public method <init>(p0: int, @Simple(value="K") @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final method getX(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
}
|
||||
@@ -18,7 +18,7 @@ public final class LocalClassWithCapturedParamsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method localCaptured(): java.lang.Object
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@kotlin.Metadata
|
||||
public annotation class Simple {
|
||||
// source: 'localClassWithCapturedParams.kt'
|
||||
|
||||
Reference in New Issue
Block a user