mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
23 lines
892 B
Plaintext
Vendored
23 lines
892 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class LocalClassWithCapturedParamsKt$localCaptured$A {
|
|
synthetic final field $z: int
|
|
private final field x: int
|
|
private final @org.jetbrains.annotations.NotNull field z: java.lang.String
|
|
inner class LocalClassWithCapturedParamsKt$localCaptured$A
|
|
public method <init>(p0: int, @Simple @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
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class LocalClassWithCapturedParamsKt {
|
|
inner class LocalClassWithCapturedParamsKt$localCaptured$A
|
|
public final static @org.jetbrains.annotations.NotNull method localCaptured(): java.lang.Object
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class Simple {
|
|
public abstract method value(): java.lang.String
|
|
}
|