Files
kotlin-fork/compiler/testData/codegen/box/invokedynamic/lambdas/genericLambdaSignature.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

9 lines
662 B
Plaintext
Vendored

@kotlin.Metadata
public final class<null> GenericLambdaSignatureKt {
// source: 'genericLambdaSignature.kt'
public final static <<T1:Ljava/lang/Object;R:Ljava/lang/Object;>(TT1;Lkotlin/jvm/functions/Function1<-TT1;+TR;>;)TR;> method call(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.Object
public final static <<T2:Ljava/lang/Object;>(TT2;)TT2;> method test(p0: java.lang.Object): java.lang.Object
public final static @org.jetbrains.annotations.NotNull <null> method box(): java.lang.String
private final static <null> method test$lambda$0(p0: java.lang.Object): java.lang.Object
}