/**
 * public final class Foo : kotlin/Any {
 *
 *   // signature: <init>()V
 *   public constructor()
 *
 *   // signature: a(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
 *   public final suspend fun a(): error/NonExistentClass
 *
 *   // signature: b()Lkotlin/Result;
 *   public final suspend fun b(): kotlin/Result<error/NonExistentClass>
 *
 *   // module name: main
 * }
 */
@kotlin.Metadata()
public final class Foo {

    public Foo() {
        super();
    }

    @org.jetbrains.annotations.Nullable()
    public final java.lang.Object a(@org.jetbrains.annotations.NotNull()
    kotlin.coroutines.Continuation<? super ABC> $completion) {
        return null;
    }
}
