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

18 lines
947 B
Plaintext
Vendored

@kotlin.Metadata
public final class A {
// source: 'suspendInlineReified.kt'
public method <init>(): void
public synthetic final method internalFun$main(p0: kotlin.coroutines.Continuation): java.lang.Object
private synthetic final method privateFun(p0: kotlin.coroutines.Continuation): java.lang.Object
protected synthetic final method protectedFun(p0: kotlin.coroutines.Continuation): java.lang.Object
public synthetic final method publicFun(p0: kotlin.coroutines.Continuation): java.lang.Object
}
@kotlin.Metadata
public final class SuspendInlineReifiedKt {
// source: 'suspendInlineReified.kt'
public synthetic final static method internalFun(p0: kotlin.coroutines.Continuation): java.lang.Object
private synthetic final static method privateFun(p0: kotlin.coroutines.Continuation): java.lang.Object
public synthetic final static method publicFun(p0: kotlin.coroutines.Continuation): java.lang.Object
}