Files
rr3-apk/smali_classes5/kotlin/jvm/internal/MutablePropertyReference.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

44 lines
1.1 KiB
Smali

.class public abstract Lkotlin/jvm/internal/MutablePropertyReference;
.super Lkotlin/jvm/internal/PropertyReference;
.source "SourceFile"
# interfaces
.implements Lkotlin/reflect/KProperty;
# direct methods
.method public constructor <init>()V
.locals 0
.line 13
invoke-direct {p0}, Lkotlin/jvm/internal/PropertyReference;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/Object;)V
.locals 0
.line 18
invoke-direct {p0, p1}, Lkotlin/jvm/internal/PropertyReference;-><init>(Ljava/lang/Object;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
.locals 0
.line 23
invoke-direct/range {p0 .. p5}, Lkotlin/jvm/internal/PropertyReference;-><init>(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
return-void
.end method
# virtual methods
.method public abstract synthetic getGetter()Lkotlin/reflect/KProperty$Getter;
.end method
.method public abstract synthetic getSetter()Lkotlin/reflect/KMutableProperty$Setter;
.end method