Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/tailcall/tailCallIntrinsics.txt
T
Ilmir Usmanov eb3b9032d6 Add synthetic flag to generated private suspend functions
Private suspend functions need to be generated as package-local, since
they are called from their continuations.
However, this means that they can be called from Java, which breaks
their private visibility.
Adding synthetic to them fixes the issue.
 #KT-17584: Fixed
2018-04-10 17:25:12 +03:00

21 lines
1.1 KiB
Plaintext
Vendored

@kotlin.Metadata
final class TailCallIntrinsicsKt$withoutInline$c$1 {
public final static field INSTANCE: TailCallIntrinsicsKt$withoutInline$c$1
inner class TailCallIntrinsicsKt$withoutInline$c$1
static method <clinit>(): void
method <init>(): void
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.experimental.Continuation): java.lang.Object
public synthetic method invoke(p0: java.lang.Object): java.lang.Object
}
@kotlin.Metadata
public final class TailCallIntrinsicsKt {
private static field p: int
inner class TailCallIntrinsicsKt$withoutInline$c$1
static method <clinit>(): void
public final static method getP(): int
public final static method setP(p0: int): void
synthetic final static @org.jetbrains.annotations.Nullable method withInline(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.experimental.Continuation): java.lang.Object
synthetic final static @org.jetbrains.annotations.Nullable method withoutInline(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.experimental.Continuation): java.lang.Object
}