Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/sam/callableRefGenericFunInterface.ir.txt
T
Dmitriy Novozhilov 6b343515e1 [Test] Save IR bytecode dumps from BytecodeListingHandler to .ir.txt file instead of _ir.txt
This is needed to keep consistency with other dumps and to allow
  test helper plugin to recognize those dumps
2022-12-01 07:29:37 +00:00

29 lines
1.2 KiB
Plaintext
Vendored

@kotlin.Metadata
public interface<<T:Ljava/lang/Object;>Ljava/lang/Object;> Sam {
// source: 't.kt'
public abstract <()TT;> method get(): java.lang.Object
}
@kotlin.Metadata
synthetic final class<null> TKt$genericSam$1 {
// source: 't.kt'
public final @org.jetbrains.annotations.NotNull <()Lkotlin/Function<*>;> method getFunctionDelegate(): kotlin.Function
public final <()TT;> method get(): java.lang.Object
static <null> method <clinit>(): void
<null> method <init>(): void
public final <null> method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
public final <null> method hashCode(): int
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
public final static <<T:Ljava/lang/Object;>(LSam<TT;>;)TT;> method expectsSam(@org.jetbrains.annotations.NotNull p0: Sam): java.lang.Object
inner (anonymous) class TKt$genericSam$1
}