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

56 lines
1.4 KiB
Smali

.class public Lkotlin/jvm/internal/MutableLocalVariableReference;
.super Lkotlin/jvm/internal/MutablePropertyReference0;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.line 25
invoke-direct {p0}, Lkotlin/jvm/internal/MutablePropertyReference0;-><init>()V
return-void
.end method
# virtual methods
.method public get()Ljava/lang/Object;
.locals 1
.line 28
invoke-static {}, Lkotlin/jvm/internal/LocalVariableReferencesKt;->access$notSupportedError()Ljava/lang/Void;
new-instance v0, Lkotlin/KotlinNothingValueException;
invoke-direct {v0}, Lkotlin/KotlinNothingValueException;-><init>()V
throw v0
.end method
.method public getOwner()Lkotlin/reflect/KDeclarationContainer;
.locals 1
.line 26
invoke-static {}, Lkotlin/jvm/internal/LocalVariableReferencesKt;->access$notSupportedError()Ljava/lang/Void;
new-instance v0, Lkotlin/KotlinNothingValueException;
invoke-direct {v0}, Lkotlin/KotlinNothingValueException;-><init>()V
throw v0
.end method
.method public set(Ljava/lang/Object;)V
.locals 0
.line 30
invoke-static {}, Lkotlin/jvm/internal/LocalVariableReferencesKt;->access$notSupportedError()Ljava/lang/Void;
new-instance p1, Lkotlin/KotlinNothingValueException;
invoke-direct {p1}, Lkotlin/KotlinNothingValueException;-><init>()V
throw p1
.end method