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

57 lines
1.3 KiB
Smali
Raw Normal View History

2020-09-17 00:45:48 +00:00
.class public interface abstract Lc0/k/d;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Object;
2020-09-08 08:16:32 +00:00
.source "ContinuationInterceptor.kt"
2020-05-17 12:40:10 +00:00
# interfaces
2020-09-08 08:16:32 +00:00
.implements Lkotlin/coroutines/CoroutineContext$a;
2020-05-17 12:40:10 +00:00
# annotations
2020-09-08 08:16:32 +00:00
.annotation system Ldalvik/annotation/MemberClasses;
2020-05-17 12:40:10 +00:00
value = {
2020-09-17 00:45:48 +00:00
Lc0/k/d$a;
2020-05-17 12:40:10 +00:00
}
.end annotation
2020-07-25 00:57:58 +00:00
# static fields
2020-09-17 00:45:48 +00:00
.field public static final a:Lc0/k/d$a;
2020-05-17 12:40:10 +00:00
# direct methods
2020-07-25 00:57:58 +00:00
.method public static constructor <clinit>()V
2020-07-20 19:00:44 +00:00
.locals 1
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
sget-object v0, Lc0/k/d$a;->a:Lc0/k/d$a;
2020-05-17 12:40:10 +00:00
2020-09-17 00:45:48 +00:00
sput-object v0, Lc0/k/d;->a:Lc0/k/d$a;
2020-07-20 19:00:44 +00:00
2020-07-25 00:57:58 +00:00
return-void
2020-07-20 19:00:44 +00:00
.end method
2020-07-25 00:57:58 +00:00
# virtual methods
2020-09-08 08:16:32 +00:00
.method public abstract interceptContinuation(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-08 08:16:32 +00:00
"<T:",
2020-05-17 12:40:10 +00:00
"Ljava/lang/Object;",
2020-09-08 08:16:32 +00:00
">(",
"Lkotlin/coroutines/Continuation<",
"-TT;>;)",
"Lkotlin/coroutines/Continuation<",
"TT;>;"
2020-05-17 12:40:10 +00:00
}
.end annotation
2020-09-08 08:16:32 +00:00
.end method
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
.method public abstract releaseInterceptedContinuation(Lkotlin/coroutines/Continuation;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkotlin/coroutines/Continuation<",
"*>;)V"
}
.end annotation
2020-05-17 12:40:10 +00:00
.end method