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

41 lines
946 B
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public interface abstract Lkotlin/reflect/KMutableProperty0;
.super Ljava/lang/Object;
.source "KProperty.kt"
# interfaces
.implements Lkotlin/reflect/KProperty0;
2020-07-08 16:44:49 +00:00
.implements Lkotlin/reflect/KProperty;
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlin/reflect/KMutableProperty0$Setter;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-09 19:21:20 +00:00
"<V:",
2020-05-17 12:40:10 +00:00
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lkotlin/reflect/KProperty0<",
2020-09-09 19:21:20 +00:00
"TV;>;",
2020-07-08 16:44:49 +00:00
"Ljava/lang/Object<",
2020-09-09 19:21:20 +00:00
"TV;>;"
2020-05-17 12:40:10 +00:00
}
.end annotation
# virtual methods
.method public abstract getSetter()Lkotlin/reflect/KMutableProperty0$Setter;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lkotlin/reflect/KMutableProperty0$Setter<",
2020-09-09 19:21:20 +00:00
"TV;>;"
2020-05-17 12:40:10 +00:00
}
.end annotation
.end method