Files
kotlin-fork/plugins/uast-kotlin/testData/Suspend.render.txt
T

18 lines
563 B
Plaintext
Vendored

package test.pkg
public final class SuspendKt {
public static final fun top(@org.jetbrains.annotations.NotNull p: kotlin.coroutines.Continuation<? super java.lang.Integer>) : java.lang.Object {
return <init>().inner()
}
}
public final class Context {
public final fun inner(@org.jetbrains.annotations.NotNull p: kotlin.coroutines.Continuation<? super java.lang.Integer>) : java.lang.Object {
return suspendPrivate()
}
public fun Context() = UastEmptyExpression
fun suspendPrivate() : int {
return inner()
}
}