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

23 lines
615 B
Smali

.class public abstract Lkotlin/internal/PlatformImplementationsKt;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final IMPLEMENTATIONS:Lkotlin/internal/PlatformImplementations;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 51
new-instance v0, Lkotlin/internal/jdk8/JDK8PlatformImplementations;
invoke-direct {v0}, Lkotlin/internal/jdk8/JDK8PlatformImplementations;-><init>()V
sput-object v0, Lkotlin/internal/PlatformImplementationsKt;->IMPLEMENTATIONS:Lkotlin/internal/PlatformImplementations;
return-void
.end method