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

19 lines
1007 B
Plaintext
Vendored

@kotlin.Metadata
synthetic final class SuspendMainKt$main$2 {
// source: 'suspendMain.kt'
enclosing method SuspendMainKt.main([Ljava/lang/String;)V
private synthetic field args: java.lang.String[]
inner (anonymous) class SuspendMainKt$main$2
method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
public final @org.jetbrains.annotations.Nullable method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.Continuation): java.lang.Object
public synthetic bridge method invoke(p0: java.lang.Object): java.lang.Object
}
@kotlin.Metadata
public final class SuspendMainKt {
// source: 'suspendMain.kt'
inner (anonymous) class SuspendMainKt$main$2
public final static @org.jetbrains.annotations.Nullable method main(@org.jetbrains.annotations.NotNull p0: java.lang.String[], @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
public synthetic static method main(p0: java.lang.String[]): void
}