git-digger 1.8.66 → 1.8.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -95,10 +95,10 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
95
95
|
initMetadataForInterface(Entry, 'Entry');
|
|
96
96
|
initMetadataForInterface(KtMap, 'Map');
|
|
97
97
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
98
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
98
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
|
|
99
99
|
initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
|
|
100
100
|
initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
|
|
101
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
101
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
|
|
102
102
|
initMetadataForCompanion(Companion_0);
|
|
103
103
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
104
104
|
initMetadataForCompanion(Companion_1);
|
|
@@ -116,7 +116,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
116
116
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
117
117
|
initMetadataForObject(Unit, 'Unit');
|
|
118
118
|
initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
|
|
119
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
119
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
|
|
120
120
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
121
121
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
122
122
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -129,7 +129,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
129
129
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
130
130
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
|
|
131
131
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
132
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
132
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
|
|
133
133
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
134
134
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
135
135
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
var isFinite = kotlin_kotlin.$_$.bc;
|
|
52
52
|
var isFinite_0 = kotlin_kotlin.$_$.ac;
|
|
53
53
|
var toString_1 = kotlin_kotlin.$_$.i1;
|
|
54
|
-
var CompositeEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
|
|
55
54
|
var Encoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w;
|
|
55
|
+
var CompositeEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
|
|
56
56
|
var Companion_getInstance = kotlin_kotlin.$_$.w2;
|
|
57
57
|
var serializer_0 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.n;
|
|
58
58
|
var Companion_getInstance_0 = kotlin_kotlin.$_$.x2;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
initMetadataForClass(JsonEncodingException, 'JsonEncodingException', VOID, JsonException);
|
|
90
90
|
initMetadataForClass(Key, 'Key', Key);
|
|
91
91
|
initMetadataForClass(DescriptorSchemaCache, 'DescriptorSchemaCache', DescriptorSchemaCache);
|
|
92
|
-
initMetadataForClass(StreamingJsonEncoder, 'StreamingJsonEncoder', VOID, AbstractEncoder, [
|
|
92
|
+
initMetadataForClass(StreamingJsonEncoder, 'StreamingJsonEncoder', VOID, AbstractEncoder, [Encoder, CompositeEncoder, AbstractEncoder]);
|
|
93
93
|
initMetadataForClass(WriteMode, 'WriteMode', VOID, Enum);
|
|
94
94
|
initMetadataForClass(JsonToStringWriter, 'JsonToStringWriter', JsonToStringWriter);
|
|
95
95
|
//endregion
|