package test

public fun foo(/*0*/ test.SuspendWithContext /* = suspend test.Context.() -> kotlin.Unit */): kotlin.Unit

public final class Context {
    /*primary*/ public constructor Context()
}
public typealias SuspendWithContext = suspend test.Context.() -> kotlin.Unit
