Changes of com.discord v987
This commit is contained in:
parent
4f9eb81121
commit
cb948578ae
8953 changed files with 78928 additions and 88209 deletions
39
com.discord/smali_classes2/kotlin/reflect/KFunction.smali
Normal file
39
com.discord/smali_classes2/kotlin/reflect/KFunction.smali
Normal file
|
@ -0,0 +1,39 @@
|
|||
.class public interface abstract Lkotlin/reflect/KFunction;
|
||||
.super Ljava/lang/Object;
|
||||
.source "KFunction.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/c;
|
||||
.implements Lkotlin/reflect/KCallable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/c<",
|
||||
"TR;>;",
|
||||
"Lkotlin/reflect/KCallable<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract isExternal()Z
|
||||
.end method
|
||||
|
||||
.method public abstract isInfix()Z
|
||||
.end method
|
||||
|
||||
.method public abstract isInline()Z
|
||||
.end method
|
||||
|
||||
.method public abstract isOperator()Z
|
||||
.end method
|
||||
|
||||
.method public abstract isSuspend()Z
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue