Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/sam/callableRefGenericSamInterface.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

19 lines
681 B
Plaintext
Vendored

@kotlin.Metadata
synthetic final class<null> TKt$genericSam$1 {
// source: 't.kt'
public final <()TT;> method get(): java.lang.Object
static <null> method <clinit>(): void
<null> method <init>(): void
enclosing method TKt.genericSam()Ljava/lang/Object;
public final static field <null> INSTANCE: TKt$genericSam$1
inner (anonymous) class TKt$genericSam$1
}
@kotlin.Metadata
public final class<null> TKt {
// source: 't.kt'
public final static <<T:Ljava/lang/Object;>()TT;> method foo(): java.lang.Object
public final static <<T:Ljava/lang/Object;>()TT;> method genericSam(): java.lang.Object
inner (anonymous) class TKt$genericSam$1
}