Clock.smali
944 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.class public interface abstract Lkotlin/time/Clock;
.super Ljava/lang/Object;
.source "Clock.kt"
# annotations
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0010\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\u0008g\u0018\u00002\u00020\u0001J\u0008\u0010\u0002\u001a\u00020\u0003H&\u00a8\u0006\u0004"
}
d2 = {
"Lkotlin/time/Clock;",
"",
"markNow",
"Lkotlin/time/ClockMark;",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x1,
0xf
}
.end annotation
.annotation build Lkotlin/SinceKotlin;
version = "1.3"
.end annotation
.annotation build Lkotlin/time/ExperimentalTime;
.end annotation
# virtual methods
.method public abstract markNow()Lkotlin/time/ClockMark;
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.end method