Rabbit-R1/android (non root)/smali/smali_classes3/org/jetbrains/annotations/Debug.smali
2024-05-21 17:08:36 -04:00

29 lines
626 B
Smali

.class public final Lorg/jetbrains/annotations/Debug;
.super Ljava/lang/Object;
.source "Debug.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lorg/jetbrains/annotations/Debug$Renderer;
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 1
.line 33
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 34
new-instance p0, Ljava/lang/AssertionError;
const-string v0, "Debug should not be instantiated"
invoke-direct {p0, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw p0
.end method