Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
16
apk_decompiled/sources/W0/k.java
Normal file
16
apk_decompiled/sources/W0/k.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package W0;
|
||||
|
||||
import kotlin.jvm.functions.Function0;
|
||||
import kotlin.jvm.internal.FunctionReferenceImpl;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final /* synthetic */ class k extends FunctionReferenceImpl implements Function0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final k f1904a = new FunctionReferenceImpl(0, System.class, "currentTimeMillis", "currentTimeMillis()J", 0);
|
||||
|
||||
@Override // kotlin.jvm.functions.Function0
|
||||
public final Object invoke() {
|
||||
return Long.valueOf(System.currentTimeMillis());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user