You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final fun f1(): kotlin/Int // org.different.pack/BuildConfig.f1|f1(){}[0]
13
12
final val p1 // org.different.pack/BuildConfig.p1|{}p1[0]
14
13
final fun <get-p1>(): kotlin/Int // org.different.pack/BuildConfig.p1.<get-p1>|<get-p1>(){}[0]
14
+
final fun f1(): kotlin/Int // org.different.pack/BuildConfig.f1|f1(){}[0]
15
15
}
16
16
// Targets: [linux]
17
17
final fun (org.different.pack/BuildConfig).org.different.pack/linuxArm64Specific(): kotlin/Int // org.different.pack/linuxArm64Specific|[email protected](){}[0]
final fun f1(): kotlin/Int // org.different.pack/BuildConfig.f1|f1(){}[0]
13
12
final val p1 // org.different.pack/BuildConfig.p1|{}p1[0]
14
13
final fun <get-p1>(): kotlin/Int // org.different.pack/BuildConfig.p1.<get-p1>|<get-p1>(){}[0]
14
+
final fun f1(): kotlin/Int // org.different.pack/BuildConfig.f1|f1(){}[0]
15
15
}
16
16
// Targets: [linux]
17
17
final fun (org.different.pack/BuildConfig).org.different.pack/linuxArm64Specific(): kotlin/Int // org.different.pack/linuxArm64Specific|[email protected](){}[0]
final fun f1(): kotlin/Int // org.different.pack/BuildConfig.f1|f1(){}[0]
12
11
final val p1 // org.different.pack/BuildConfig.p1|{}p1[0]
13
12
final fun <get-p1>(): kotlin/Int // org.different.pack/BuildConfig.p1.<get-p1>|<get-p1>(){}[0]
13
+
final fun f1(): kotlin/Int // org.different.pack/BuildConfig.f1|f1(){}[0]
14
14
}
15
15
// Targets: [linuxArm64]
16
16
final fun (org.different.pack/BuildConfig).org.different.pack/linuxArm64Specific(): kotlin/Int // org.different.pack/linuxArm64Specific|[email protected](){}[0]
@@ -43,10 +70,10 @@ final class examples.classes/Outer { // examples.classes/Outer|null[0]
43
70
enum entry A // examples.classes/Outer.Nested.NE.A|null[0]
44
71
enum entry B // examples.classes/Outer.Nested.NE.B|null[0]
45
72
enum entry C // examples.classes/Outer.Nested.NE.C|null[0]
46
-
final fun valueOf(kotlin/String): examples.classes/Outer.Nested.NE // examples.classes/Outer.Nested.NE.valueOf|valueOf#static(kotlin.String){}[0]
47
-
final fun values(): kotlin/Array<examples.classes/Outer.Nested.NE> // examples.classes/Outer.Nested.NE.values|values#static(){}[0]
48
73
final val entries // examples.classes/Outer.Nested.NE.entries|#static{}entries[0]
49
74
final fun <get-entries>(): kotlin.enums/EnumEntries<examples.classes/Outer.Nested.NE> // examples.classes/Outer.Nested.NE.entries.<get-entries>|<get-entries>#static(){}[0]
75
+
final fun valueOf(kotlin/String): examples.classes/Outer.Nested.NE // examples.classes/Outer.Nested.NE.valueOf|valueOf#static(kotlin.String){}[0]
76
+
final fun values(): kotlin/Array<examples.classes/Outer.Nested.NE> // examples.classes/Outer.Nested.NE.values|values#static(){}[0]
50
77
}
51
78
final inner class Inner { // examples.classes/Outer.Nested.Inner|null[0]
0 commit comments