apkfuckery/com.discord/smali_classes2/c0/n/a.smali

16 lines
407 B
Smali
Raw Normal View History

2020-10-05 23:18:16 +00:00
.class public Lc0/n/a;
2020-09-08 08:16:32 +00:00
.super Ljava/lang/Error;
.source "KotlinReflectionNotSupportedError.kt"
2020-05-17 12:40:10 +00:00
2020-07-25 00:57:58 +00:00
# direct methods
2020-09-08 08:16:32 +00:00
.method public constructor <init>()V
2020-07-25 00:57:58 +00:00
.locals 1
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
const-string v0, "Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath"
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
invoke-direct {p0, v0}, Ljava/lang/Error;-><init>(Ljava/lang/String;)V
2020-07-20 19:00:44 +00:00
return-void
2020-05-17 12:40:10 +00:00
.end method