Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/annotations/localClassWithCapturedParams.txt
T
Alexander Udalov 968dfddbc9 Tests: adjust test data for bytecode listing tests
- remove obsolete `IGNORE_BACKEND: JVM` directives
- move contents of .ir.txt files to the corresponding .txt
2023-11-02 10:59:29 +00:00

26 lines
1.0 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class LocalClassWithCapturedParamsKt$localCaptured$A {
// source: 'localClassWithCapturedParams.kt'
enclosing method LocalClassWithCapturedParamsKt.localCaptured()Ljava/lang/Object;
private final field x: int
private final field z: java.lang.String
inner (local) class LocalClassWithCapturedParamsKt$localCaptured$A A
public method <init>(p0: int, @Simple(value="K") p1: java.lang.String): void
public final method getX(): int
public final method getZ(): java.lang.String
}
@kotlin.Metadata
public final class LocalClassWithCapturedParamsKt {
// source: 'localClassWithCapturedParams.kt'
inner (local) class LocalClassWithCapturedParamsKt$localCaptured$A A
public final static @org.jetbrains.annotations.NotNull method localCaptured(): java.lang.Object
}
@java.lang.annotation.Retention(value=RUNTIME)
@kotlin.Metadata
public annotation class Simple {
// source: 'localClassWithCapturedParams.kt'
public abstract method value(): java.lang.String
}