apkfuckery/com.discord/smali_classes2/kotlin/coroutines/jvm/internal/CoroutineStackFrame.smali

12 lines
359 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
.super Ljava/lang/Object;
.source "CoroutineStackFrame.kt"
# virtual methods
.method public abstract getCallerFrame()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
.end method
.method public abstract getStackTraceElement()Ljava/lang/StackTraceElement;
.end method