apkfuckery/com.discord/smali_classes2/kotlin/reflect/KMutableProperty0.smali

41 lines
968 B
Smali
Raw Normal View History

2019-02-17 02:24:41 +00:00
.class public interface abstract Lkotlin/reflect/KMutableProperty0;
2019-02-04 20:08:30 +00:00
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "KProperty.kt"
2019-02-04 20:08:30 +00:00
# interfaces
2019-02-17 02:24:41 +00:00
.implements Lkotlin/reflect/KMutableProperty;
.implements Lkotlin/reflect/KProperty0;
2019-02-04 20:08:30 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
2019-02-17 02:24:41 +00:00
Lkotlin/reflect/KMutableProperty0$Setter;
2019-02-04 20:08:30 +00:00
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:17:36 +00:00
"<R:",
2019-02-04 20:08:30 +00:00
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
2019-02-17 02:24:41 +00:00
"Lkotlin/reflect/KMutableProperty<",
2019-02-04 20:17:36 +00:00
"TR;>;",
2019-02-17 02:24:41 +00:00
"Lkotlin/reflect/KProperty0<",
2019-02-04 20:08:30 +00:00
"TR;>;"
}
.end annotation
# virtual methods
2019-02-17 02:24:41 +00:00
.method public abstract getSetter()Lkotlin/reflect/KMutableProperty0$Setter;
2019-02-04 20:08:30 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2019-02-04 20:32:01 +00:00
"()",
2019-02-17 02:24:41 +00:00
"Lkotlin/reflect/KMutableProperty0$Setter<",
2019-02-04 20:32:01 +00:00
"TR;>;"
2019-02-04 20:08:30 +00:00
}
.end annotation
.end method