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

52 lines
1.2 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public interface abstract Lkotlin/reflect/KProperty0;
.super Ljava/lang/Object;
.source "KProperty.kt"
# interfaces
.implements Lkotlin/reflect/KProperty;
.implements Lkotlin/jvm/functions/Function0;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlin/reflect/KProperty0$Getter;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-16 23:45:23 +00:00
"<V:",
2020-05-17 12:40:10 +00:00
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lkotlin/reflect/KProperty<",
2020-09-16 23:45:23 +00:00
"TV;>;",
2020-05-17 12:40:10 +00:00
"Lkotlin/jvm/functions/Function0<",
2020-09-16 23:45:23 +00:00
"TV;>;"
2020-05-17 12:40:10 +00:00
}
.end annotation
# virtual methods
.method public abstract get()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-16 23:45:23 +00:00
"()TV;"
2020-05-17 12:40:10 +00:00
}
.end annotation
.end method
.method public abstract getDelegate()Ljava/lang/Object;
.end method
.method public abstract getGetter()Lkotlin/reflect/KProperty0$Getter;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lkotlin/reflect/KProperty0$Getter<",
2020-09-16 23:45:23 +00:00
"TV;>;"
2020-05-17 12:40:10 +00:00
}
.end annotation
.end method