apkfuckery/com.discord/smali_classes2/z/k/d.smali

57 lines
1.3 KiB
Smali
Raw Normal View History

2020-11-21 21:10:53 +00:00
.class public interface abstract Lz/k/d;
2020-11-12 02:11:44 +00:00
.super Ljava/lang/Object;
2020-11-13 19:18:44 +00:00
.source "ContinuationInterceptor.kt"
2020-11-12 02:11:44 +00:00
# interfaces
2020-11-13 19:18:44 +00:00
.implements Lkotlin/coroutines/CoroutineContext$a;
2020-11-12 02:11:44 +00:00
# annotations
2020-11-13 19:18:44 +00:00
.annotation system Ldalvik/annotation/MemberClasses;
2020-11-12 02:11:44 +00:00
value = {
2020-11-21 21:10:53 +00:00
Lz/k/d$a;
2020-11-12 02:11:44 +00:00
}
.end annotation
# static fields
2020-11-21 21:10:53 +00:00
.field public static final a:Lz/k/d$a;
# direct methods
.method public static constructor <clinit>()V
.locals 1
sget-object v0, Lz/k/d$a;->a:Lz/k/d$a;
sput-object v0, Lz/k/d;->a:Lz/k/d$a;
return-void
.end method
2020-11-12 02:11:44 +00:00
# virtual methods
2020-11-13 19:18:44 +00:00
.method public abstract interceptContinuation(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
2020-11-12 02:11:44 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-11-13 19:18:44 +00:00
"<T:",
2020-11-12 02:11:44 +00:00
"Ljava/lang/Object;",
2020-11-13 19:18:44 +00:00
">(",
"Lkotlin/coroutines/Continuation<",
"-TT;>;)",
"Lkotlin/coroutines/Continuation<",
"TT;>;"
2020-11-12 02:11:44 +00:00
}
.end annotation
2020-11-13 19:18:44 +00:00
.end method
2020-11-12 02:11:44 +00:00
2020-11-13 19:18:44 +00:00
.method public abstract releaseInterceptedContinuation(Lkotlin/coroutines/Continuation;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkotlin/coroutines/Continuation<",
"*>;)V"
}
.end annotation
2020-11-12 02:11:44 +00:00
.end method