@flock/wirespec 0.19.5 → 0.20.0-RC.1

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.
Files changed (72) hide show
  1. package/arrow-arrow-atomic.mjs +12 -12
  2. package/arrow-arrow-core.mjs +167 -167
  3. package/clikt-clikt-mordant.mjs +81 -81
  4. package/clikt-clikt-mordant.mjs.map +1 -1
  5. package/clikt-clikt.mjs +1636 -1636
  6. package/clikt-clikt.mjs.map +1 -1
  7. package/colormath-root-colormath.mjs +448 -448
  8. package/kotest-kotest-assertions-kotest-assertions-core.mjs +4 -0
  9. package/kotest-kotest-assertions-kotest-assertions-core.mjs.map +1 -0
  10. package/kotest-kotest-assertions-kotest-assertions-shared.mjs +4 -0
  11. package/kotest-kotest-assertions-kotest-assertions-shared.mjs.map +1 -0
  12. package/kotest-kotest-common.mjs +56 -0
  13. package/kotest-kotest-common.mjs.map +1 -0
  14. package/kotest-kotest-framework-kotest-framework-engine.mjs +4 -0
  15. package/kotest-kotest-framework-kotest-framework-engine.mjs.map +1 -0
  16. package/kotest-kotest-property.mjs +2501 -0
  17. package/kotest-kotest-property.mjs.map +1 -0
  18. package/kotlin-kotlin-stdlib.mjs +5263 -2481
  19. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  20. package/kotlin-openapi-bindings.mjs +10243 -10243
  21. package/kotlin-openapi-bindings.mjs.map +1 -1
  22. package/kotlin-rgxgen.mjs +1846 -1846
  23. package/kotlin-rgxgen.mjs.map +1 -1
  24. package/kotlinx-coroutines-test.mjs +4 -0
  25. package/kotlinx-coroutines-test.mjs.map +1 -0
  26. package/kotlinx-io-kotlinx-io-core.mjs +455 -455
  27. package/kotlinx-io-kotlinx-io-core.mjs.map +1 -1
  28. package/kotlinx-serialization-kotlinx-serialization-core.mjs +2135 -2101
  29. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  30. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1579 -1579
  31. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  32. package/mordant-mordant.mjs +1435 -1435
  33. package/package.json +5 -1
  34. package/wirespec-generator.d.ts +51 -0
  35. package/wirespec-generator.mjs +9 -0
  36. package/wirespec-src-compiler-core.mjs +1598 -1598
  37. package/wirespec-src-compiler-emitters-java.mjs +445 -445
  38. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  39. package/wirespec-src-compiler-emitters-kotlin.mjs +343 -343
  40. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  41. package/wirespec-src-compiler-emitters-python.mjs +429 -429
  42. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  43. package/wirespec-src-compiler-emitters-rust.mjs +482 -482
  44. package/wirespec-src-compiler-emitters-scala.mjs +194 -194
  45. package/wirespec-src-compiler-emitters-typescript.mjs +530 -530
  46. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  47. package/wirespec-src-compiler-emitters-wirespec.mjs +87 -87
  48. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  49. package/wirespec-src-compiler-ir.mjs +3887 -3863
  50. package/wirespec-src-compiler-ir.mjs.map +1 -1
  51. package/wirespec-src-compiler-lib.mjs +457 -457
  52. package/wirespec-src-compiler-lib.mjs.map +1 -1
  53. package/wirespec-src-converter-avro.mjs +521 -521
  54. package/wirespec-src-converter-avro.mjs.map +1 -1
  55. package/wirespec-src-converter-openapi.mjs +859 -859
  56. package/wirespec-src-converter-openapi.mjs.map +1 -1
  57. package/wirespec-src-ide-lsp.mjs +1387 -1387
  58. package/wirespec-src-ide-lsp.mjs.map +1 -1
  59. package/wirespec-src-integration-kotest.mjs +1647 -0
  60. package/wirespec-src-integration-kotest.mjs.map +1 -0
  61. package/wirespec-src-plugin-arguments.mjs +192 -192
  62. package/wirespec-src-plugin-arguments.mjs.map +1 -1
  63. package/wirespec-src-plugin-cli.mjs +109 -109
  64. package/wirespec-src-plugin-npm.d.mts +21 -0
  65. package/wirespec-src-plugin-npm.mjs +43 -43
  66. package/wirespec-src-plugin-npm.mjs.map +1 -1
  67. package/wirespec-src-tools-generator.mjs +35 -35
  68. package/wirespec-src-tools-generator.mjs.map +1 -1
  69. package/xmlutil-core.mjs +4 -0
  70. package/xmlutil-core.mjs.map +1 -0
  71. package/xmlutil-serialization.mjs +4 -0
  72. package/xmlutil-serialization.mjs.map +1 -0
@@ -141,18 +141,18 @@ function WsNode() {
141
141
  function WsAST(modules) {
142
142
  this.modules = modules;
143
143
  }
144
- protoOf(WsAST).zv = function () {
144
+ protoOf(WsAST).kz = function () {
145
145
  return this.modules;
146
146
  };
147
- protoOf(WsAST).ve = function () {
147
+ protoOf(WsAST).mf = function () {
148
148
  return this.modules;
149
149
  };
150
- protoOf(WsAST).aw = function (modules) {
150
+ protoOf(WsAST).lz = function (modules) {
151
151
  return new WsAST(modules);
152
152
  };
153
153
  protoOf(WsAST).copy = function (modules, $super) {
154
154
  modules = modules === VOID ? this.modules : modules;
155
- return $super === VOID ? this.aw(modules) : $super.aw.call(this, modules);
155
+ return $super === VOID ? this.lz(modules) : $super.lz.call(this, modules);
156
156
  };
157
157
  protoOf(WsAST).toString = function () {
158
158
  return 'WsAST(modules=' + toString(this.modules) + ')';
@@ -172,18 +172,18 @@ protoOf(WsAST).equals = function (other) {
172
172
  function WsModule(statements) {
173
173
  this.statements = statements;
174
174
  }
175
- protoOf(WsModule).bw = function () {
175
+ protoOf(WsModule).mz = function () {
176
176
  return this.statements;
177
177
  };
178
- protoOf(WsModule).ve = function () {
178
+ protoOf(WsModule).mf = function () {
179
179
  return this.statements;
180
180
  };
181
- protoOf(WsModule).cw = function (statements) {
181
+ protoOf(WsModule).nz = function (statements) {
182
182
  return new WsModule(statements);
183
183
  };
184
184
  protoOf(WsModule).copy = function (statements, $super) {
185
185
  statements = statements === VOID ? this.statements : statements;
186
- return $super === VOID ? this.cw(statements) : $super.cw.call(this, statements);
186
+ return $super === VOID ? this.nz(statements) : $super.nz.call(this, statements);
187
187
  };
188
188
  protoOf(WsModule).toString = function () {
189
189
  return 'WsModule(statements=' + toString(this.statements) + ')';
@@ -203,43 +203,43 @@ protoOf(WsModule).equals = function (other) {
203
203
  function WsDefinition() {
204
204
  }
205
205
  function WsType(identifier, comment, shape) {
206
- this.ew_1 = identifier;
207
- this.fw_1 = comment;
206
+ this.pz_1 = identifier;
207
+ this.qz_1 = comment;
208
208
  this.shape = shape;
209
209
  }
210
- protoOf(WsType).mr = function () {
211
- return this.ew_1;
210
+ protoOf(WsType).xu = function () {
211
+ return this.pz_1;
212
212
  };
213
- protoOf(WsType).dw = function () {
214
- return this.fw_1;
213
+ protoOf(WsType).oz = function () {
214
+ return this.qz_1;
215
215
  };
216
- protoOf(WsType).gw = function () {
216
+ protoOf(WsType).rz = function () {
217
217
  return this.shape;
218
218
  };
219
- protoOf(WsType).ve = function () {
220
- return this.ew_1;
219
+ protoOf(WsType).mf = function () {
220
+ return this.pz_1;
221
221
  };
222
- protoOf(WsType).we = function () {
223
- return this.fw_1;
222
+ protoOf(WsType).nf = function () {
223
+ return this.qz_1;
224
224
  };
225
- protoOf(WsType).ek = function () {
225
+ protoOf(WsType).xm = function () {
226
226
  return this.shape;
227
227
  };
228
- protoOf(WsType).hw = function (identifier, comment, shape) {
228
+ protoOf(WsType).sz = function (identifier, comment, shape) {
229
229
  return new WsType(identifier, comment, shape);
230
230
  };
231
231
  protoOf(WsType).copy = function (identifier, comment, shape, $super) {
232
- identifier = identifier === VOID ? this.ew_1 : identifier;
233
- comment = comment === VOID ? this.fw_1 : comment;
232
+ identifier = identifier === VOID ? this.pz_1 : identifier;
233
+ comment = comment === VOID ? this.qz_1 : comment;
234
234
  shape = shape === VOID ? this.shape : shape;
235
- return $super === VOID ? this.hw(identifier, comment, shape) : $super.hw.call(this, identifier, comment, shape);
235
+ return $super === VOID ? this.sz(identifier, comment, shape) : $super.sz.call(this, identifier, comment, shape);
236
236
  };
237
237
  protoOf(WsType).toString = function () {
238
- return 'WsType(identifier=' + this.ew_1 + ', comment=' + this.fw_1 + ', shape=' + this.shape.toString() + ')';
238
+ return 'WsType(identifier=' + this.pz_1 + ', comment=' + this.qz_1 + ', shape=' + this.shape.toString() + ')';
239
239
  };
240
240
  protoOf(WsType).hashCode = function () {
241
- var result = getStringHashCode(this.ew_1);
242
- result = imul(result, 31) + (this.fw_1 == null ? 0 : getStringHashCode(this.fw_1)) | 0;
241
+ var result = getStringHashCode(this.pz_1);
242
+ result = imul(result, 31) + (this.qz_1 == null ? 0 : getStringHashCode(this.qz_1)) | 0;
243
243
  result = imul(result, 31) + this.shape.hashCode() | 0;
244
244
  return result;
245
245
  };
@@ -248,9 +248,9 @@ protoOf(WsType).equals = function (other) {
248
248
  return true;
249
249
  if (!(other instanceof WsType))
250
250
  return false;
251
- if (!(this.ew_1 === other.ew_1))
251
+ if (!(this.pz_1 === other.pz_1))
252
252
  return false;
253
- if (!(this.fw_1 == other.fw_1))
253
+ if (!(this.qz_1 == other.qz_1))
254
254
  return false;
255
255
  if (!this.shape.equals(other.shape))
256
256
  return false;
@@ -259,18 +259,18 @@ protoOf(WsType).equals = function (other) {
259
259
  function WsShape(value) {
260
260
  this.value = value;
261
261
  }
262
- protoOf(WsShape).l1 = function () {
262
+ protoOf(WsShape).m1 = function () {
263
263
  return this.value;
264
264
  };
265
- protoOf(WsShape).ve = function () {
265
+ protoOf(WsShape).mf = function () {
266
266
  return this.value;
267
267
  };
268
- protoOf(WsShape).iw = function (value) {
268
+ protoOf(WsShape).tz = function (value) {
269
269
  return new WsShape(value);
270
270
  };
271
271
  protoOf(WsShape).copy = function (value, $super) {
272
272
  value = value === VOID ? this.value : value;
273
- return $super === VOID ? this.iw(value) : $super.iw.call(this, value);
273
+ return $super === VOID ? this.tz(value) : $super.tz.call(this, value);
274
274
  };
275
275
  protoOf(WsShape).toString = function () {
276
276
  return 'WsShape(value=' + toString(this.value) + ')';
@@ -288,8 +288,8 @@ protoOf(WsShape).equals = function (other) {
288
288
  return true;
289
289
  };
290
290
  function WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses) {
291
- this.jw_1 = identifier;
292
- this.kw_1 = comment;
291
+ this.uz_1 = identifier;
292
+ this.vz_1 = comment;
293
293
  this.method = method;
294
294
  this.path = path;
295
295
  this.queries = queries;
@@ -297,74 +297,74 @@ function WsEndpoint(identifier, comment, method, path, queries, headers, request
297
297
  this.requests = requests;
298
298
  this.responses = responses;
299
299
  }
300
- protoOf(WsEndpoint).mr = function () {
301
- return this.jw_1;
300
+ protoOf(WsEndpoint).xu = function () {
301
+ return this.uz_1;
302
302
  };
303
- protoOf(WsEndpoint).dw = function () {
304
- return this.kw_1;
303
+ protoOf(WsEndpoint).oz = function () {
304
+ return this.vz_1;
305
305
  };
306
- protoOf(WsEndpoint).lw = function () {
306
+ protoOf(WsEndpoint).wz = function () {
307
307
  return this.method;
308
308
  };
309
- protoOf(WsEndpoint).mw = function () {
309
+ protoOf(WsEndpoint).xz = function () {
310
310
  return this.path;
311
311
  };
312
- protoOf(WsEndpoint).nw = function () {
312
+ protoOf(WsEndpoint).yz = function () {
313
313
  return this.queries;
314
314
  };
315
- protoOf(WsEndpoint).ow = function () {
315
+ protoOf(WsEndpoint).zz = function () {
316
316
  return this.headers;
317
317
  };
318
- protoOf(WsEndpoint).pw = function () {
318
+ protoOf(WsEndpoint).a10 = function () {
319
319
  return this.requests;
320
320
  };
321
- protoOf(WsEndpoint).qw = function () {
321
+ protoOf(WsEndpoint).b10 = function () {
322
322
  return this.responses;
323
323
  };
324
- protoOf(WsEndpoint).ve = function () {
325
- return this.jw_1;
324
+ protoOf(WsEndpoint).mf = function () {
325
+ return this.uz_1;
326
326
  };
327
- protoOf(WsEndpoint).we = function () {
328
- return this.kw_1;
327
+ protoOf(WsEndpoint).nf = function () {
328
+ return this.vz_1;
329
329
  };
330
- protoOf(WsEndpoint).ek = function () {
330
+ protoOf(WsEndpoint).xm = function () {
331
331
  return this.method;
332
332
  };
333
- protoOf(WsEndpoint).rw = function () {
333
+ protoOf(WsEndpoint).c10 = function () {
334
334
  return this.path;
335
335
  };
336
- protoOf(WsEndpoint).sw = function () {
336
+ protoOf(WsEndpoint).d10 = function () {
337
337
  return this.queries;
338
338
  };
339
- protoOf(WsEndpoint).tw = function () {
339
+ protoOf(WsEndpoint).e10 = function () {
340
340
  return this.headers;
341
341
  };
342
- protoOf(WsEndpoint).uw = function () {
342
+ protoOf(WsEndpoint).f10 = function () {
343
343
  return this.requests;
344
344
  };
345
- protoOf(WsEndpoint).vw = function () {
345
+ protoOf(WsEndpoint).g10 = function () {
346
346
  return this.responses;
347
347
  };
348
- protoOf(WsEndpoint).ww = function (identifier, comment, method, path, queries, headers, requests, responses) {
348
+ protoOf(WsEndpoint).h10 = function (identifier, comment, method, path, queries, headers, requests, responses) {
349
349
  return new WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses);
350
350
  };
351
351
  protoOf(WsEndpoint).copy = function (identifier, comment, method, path, queries, headers, requests, responses, $super) {
352
- identifier = identifier === VOID ? this.jw_1 : identifier;
353
- comment = comment === VOID ? this.kw_1 : comment;
352
+ identifier = identifier === VOID ? this.uz_1 : identifier;
353
+ comment = comment === VOID ? this.vz_1 : comment;
354
354
  method = method === VOID ? this.method : method;
355
355
  path = path === VOID ? this.path : path;
356
356
  queries = queries === VOID ? this.queries : queries;
357
357
  headers = headers === VOID ? this.headers : headers;
358
358
  requests = requests === VOID ? this.requests : requests;
359
359
  responses = responses === VOID ? this.responses : responses;
360
- return $super === VOID ? this.ww(identifier, comment, method, path, queries, headers, requests, responses) : $super.ww.call(this, identifier, comment, method, path, queries, headers, requests, responses);
360
+ return $super === VOID ? this.h10(identifier, comment, method, path, queries, headers, requests, responses) : $super.h10.call(this, identifier, comment, method, path, queries, headers, requests, responses);
361
361
  };
362
362
  protoOf(WsEndpoint).toString = function () {
363
- return 'WsEndpoint(identifier=' + this.jw_1 + ', comment=' + this.kw_1 + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', queries=' + toString(this.queries) + ', headers=' + toString(this.headers) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
363
+ return 'WsEndpoint(identifier=' + this.uz_1 + ', comment=' + this.vz_1 + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', queries=' + toString(this.queries) + ', headers=' + toString(this.headers) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
364
364
  };
365
365
  protoOf(WsEndpoint).hashCode = function () {
366
- var result = getStringHashCode(this.jw_1);
367
- result = imul(result, 31) + (this.kw_1 == null ? 0 : getStringHashCode(this.kw_1)) | 0;
366
+ var result = getStringHashCode(this.uz_1);
367
+ result = imul(result, 31) + (this.vz_1 == null ? 0 : getStringHashCode(this.vz_1)) | 0;
368
368
  result = imul(result, 31) + this.method.hashCode() | 0;
369
369
  result = imul(result, 31) + hashCode(this.path) | 0;
370
370
  result = imul(result, 31) + hashCode(this.queries) | 0;
@@ -378,9 +378,9 @@ protoOf(WsEndpoint).equals = function (other) {
378
378
  return true;
379
379
  if (!(other instanceof WsEndpoint))
380
380
  return false;
381
- if (!(this.jw_1 === other.jw_1))
381
+ if (!(this.uz_1 === other.uz_1))
382
382
  return false;
383
- if (!(this.kw_1 == other.kw_1))
383
+ if (!(this.vz_1 == other.vz_1))
384
384
  return false;
385
385
  if (!this.method.equals(other.method))
386
386
  return false;
@@ -397,43 +397,43 @@ protoOf(WsEndpoint).equals = function (other) {
397
397
  return true;
398
398
  };
399
399
  function WsEnum(identifier, comment, entries) {
400
- this.xw_1 = identifier;
401
- this.yw_1 = comment;
400
+ this.i10_1 = identifier;
401
+ this.j10_1 = comment;
402
402
  this.entries = entries;
403
403
  }
404
- protoOf(WsEnum).mr = function () {
405
- return this.xw_1;
404
+ protoOf(WsEnum).xu = function () {
405
+ return this.i10_1;
406
406
  };
407
- protoOf(WsEnum).dw = function () {
408
- return this.yw_1;
407
+ protoOf(WsEnum).oz = function () {
408
+ return this.j10_1;
409
409
  };
410
- protoOf(WsEnum).j1 = function () {
410
+ protoOf(WsEnum).k1 = function () {
411
411
  return this.entries;
412
412
  };
413
- protoOf(WsEnum).ve = function () {
414
- return this.xw_1;
413
+ protoOf(WsEnum).mf = function () {
414
+ return this.i10_1;
415
415
  };
416
- protoOf(WsEnum).we = function () {
417
- return this.yw_1;
416
+ protoOf(WsEnum).nf = function () {
417
+ return this.j10_1;
418
418
  };
419
- protoOf(WsEnum).ek = function () {
419
+ protoOf(WsEnum).xm = function () {
420
420
  return this.entries;
421
421
  };
422
- protoOf(WsEnum).zw = function (identifier, comment, entries) {
422
+ protoOf(WsEnum).k10 = function (identifier, comment, entries) {
423
423
  return new WsEnum(identifier, comment, entries);
424
424
  };
425
425
  protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
426
- identifier = identifier === VOID ? this.xw_1 : identifier;
427
- comment = comment === VOID ? this.yw_1 : comment;
426
+ identifier = identifier === VOID ? this.i10_1 : identifier;
427
+ comment = comment === VOID ? this.j10_1 : comment;
428
428
  entries = entries === VOID ? this.entries : entries;
429
- return $super === VOID ? this.zw(identifier, comment, entries) : $super.zw.call(this, identifier, comment, entries);
429
+ return $super === VOID ? this.k10(identifier, comment, entries) : $super.k10.call(this, identifier, comment, entries);
430
430
  };
431
431
  protoOf(WsEnum).toString = function () {
432
- return 'WsEnum(identifier=' + this.xw_1 + ', comment=' + this.yw_1 + ', entries=' + toString(this.entries) + ')';
432
+ return 'WsEnum(identifier=' + this.i10_1 + ', comment=' + this.j10_1 + ', entries=' + toString(this.entries) + ')';
433
433
  };
434
434
  protoOf(WsEnum).hashCode = function () {
435
- var result = getStringHashCode(this.xw_1);
436
- result = imul(result, 31) + (this.yw_1 == null ? 0 : getStringHashCode(this.yw_1)) | 0;
435
+ var result = getStringHashCode(this.i10_1);
436
+ result = imul(result, 31) + (this.j10_1 == null ? 0 : getStringHashCode(this.j10_1)) | 0;
437
437
  result = imul(result, 31) + hashCode(this.entries) | 0;
438
438
  return result;
439
439
  };
@@ -442,52 +442,52 @@ protoOf(WsEnum).equals = function (other) {
442
442
  return true;
443
443
  if (!(other instanceof WsEnum))
444
444
  return false;
445
- if (!(this.xw_1 === other.xw_1))
445
+ if (!(this.i10_1 === other.i10_1))
446
446
  return false;
447
- if (!(this.yw_1 == other.yw_1))
447
+ if (!(this.j10_1 == other.j10_1))
448
448
  return false;
449
449
  if (!equals(this.entries, other.entries))
450
450
  return false;
451
451
  return true;
452
452
  };
453
453
  function WsUnion(identifier, comment, entries) {
454
- this.ax_1 = identifier;
455
- this.bx_1 = comment;
454
+ this.l10_1 = identifier;
455
+ this.m10_1 = comment;
456
456
  this.entries = entries;
457
457
  }
458
- protoOf(WsUnion).mr = function () {
459
- return this.ax_1;
458
+ protoOf(WsUnion).xu = function () {
459
+ return this.l10_1;
460
460
  };
461
- protoOf(WsUnion).dw = function () {
462
- return this.bx_1;
461
+ protoOf(WsUnion).oz = function () {
462
+ return this.m10_1;
463
463
  };
464
- protoOf(WsUnion).j1 = function () {
464
+ protoOf(WsUnion).k1 = function () {
465
465
  return this.entries;
466
466
  };
467
- protoOf(WsUnion).ve = function () {
468
- return this.ax_1;
467
+ protoOf(WsUnion).mf = function () {
468
+ return this.l10_1;
469
469
  };
470
- protoOf(WsUnion).we = function () {
471
- return this.bx_1;
470
+ protoOf(WsUnion).nf = function () {
471
+ return this.m10_1;
472
472
  };
473
- protoOf(WsUnion).ek = function () {
473
+ protoOf(WsUnion).xm = function () {
474
474
  return this.entries;
475
475
  };
476
- protoOf(WsUnion).cx = function (identifier, comment, entries) {
476
+ protoOf(WsUnion).n10 = function (identifier, comment, entries) {
477
477
  return new WsUnion(identifier, comment, entries);
478
478
  };
479
479
  protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
480
- identifier = identifier === VOID ? this.ax_1 : identifier;
481
- comment = comment === VOID ? this.bx_1 : comment;
480
+ identifier = identifier === VOID ? this.l10_1 : identifier;
481
+ comment = comment === VOID ? this.m10_1 : comment;
482
482
  entries = entries === VOID ? this.entries : entries;
483
- return $super === VOID ? this.cx(identifier, comment, entries) : $super.cx.call(this, identifier, comment, entries);
483
+ return $super === VOID ? this.n10(identifier, comment, entries) : $super.n10.call(this, identifier, comment, entries);
484
484
  };
485
485
  protoOf(WsUnion).toString = function () {
486
- return 'WsUnion(identifier=' + this.ax_1 + ', comment=' + this.bx_1 + ', entries=' + toString(this.entries) + ')';
486
+ return 'WsUnion(identifier=' + this.l10_1 + ', comment=' + this.m10_1 + ', entries=' + toString(this.entries) + ')';
487
487
  };
488
488
  protoOf(WsUnion).hashCode = function () {
489
- var result = getStringHashCode(this.ax_1);
490
- result = imul(result, 31) + (this.bx_1 == null ? 0 : getStringHashCode(this.bx_1)) | 0;
489
+ var result = getStringHashCode(this.l10_1);
490
+ result = imul(result, 31) + (this.m10_1 == null ? 0 : getStringHashCode(this.m10_1)) | 0;
491
491
  result = imul(result, 31) + hashCode(this.entries) | 0;
492
492
  return result;
493
493
  };
@@ -496,52 +496,52 @@ protoOf(WsUnion).equals = function (other) {
496
496
  return true;
497
497
  if (!(other instanceof WsUnion))
498
498
  return false;
499
- if (!(this.ax_1 === other.ax_1))
499
+ if (!(this.l10_1 === other.l10_1))
500
500
  return false;
501
- if (!(this.bx_1 == other.bx_1))
501
+ if (!(this.m10_1 == other.m10_1))
502
502
  return false;
503
503
  if (!equals(this.entries, other.entries))
504
504
  return false;
505
505
  return true;
506
506
  };
507
507
  function WsChannel(identifier, comment, reference) {
508
- this.dx_1 = identifier;
509
- this.ex_1 = comment;
508
+ this.o10_1 = identifier;
509
+ this.p10_1 = comment;
510
510
  this.reference = reference;
511
511
  }
512
- protoOf(WsChannel).mr = function () {
513
- return this.dx_1;
512
+ protoOf(WsChannel).xu = function () {
513
+ return this.o10_1;
514
514
  };
515
- protoOf(WsChannel).dw = function () {
516
- return this.ex_1;
515
+ protoOf(WsChannel).oz = function () {
516
+ return this.p10_1;
517
517
  };
518
- protoOf(WsChannel).fx = function () {
518
+ protoOf(WsChannel).q10 = function () {
519
519
  return this.reference;
520
520
  };
521
- protoOf(WsChannel).ve = function () {
522
- return this.dx_1;
521
+ protoOf(WsChannel).mf = function () {
522
+ return this.o10_1;
523
523
  };
524
- protoOf(WsChannel).we = function () {
525
- return this.ex_1;
524
+ protoOf(WsChannel).nf = function () {
525
+ return this.p10_1;
526
526
  };
527
- protoOf(WsChannel).ek = function () {
527
+ protoOf(WsChannel).xm = function () {
528
528
  return this.reference;
529
529
  };
530
- protoOf(WsChannel).gx = function (identifier, comment, reference) {
530
+ protoOf(WsChannel).r10 = function (identifier, comment, reference) {
531
531
  return new WsChannel(identifier, comment, reference);
532
532
  };
533
533
  protoOf(WsChannel).copy = function (identifier, comment, reference, $super) {
534
- identifier = identifier === VOID ? this.dx_1 : identifier;
535
- comment = comment === VOID ? this.ex_1 : comment;
534
+ identifier = identifier === VOID ? this.o10_1 : identifier;
535
+ comment = comment === VOID ? this.p10_1 : comment;
536
536
  reference = reference === VOID ? this.reference : reference;
537
- return $super === VOID ? this.gx(identifier, comment, reference) : $super.gx.call(this, identifier, comment, reference);
537
+ return $super === VOID ? this.r10(identifier, comment, reference) : $super.r10.call(this, identifier, comment, reference);
538
538
  };
539
539
  protoOf(WsChannel).toString = function () {
540
- return 'WsChannel(identifier=' + this.dx_1 + ', comment=' + this.ex_1 + ', reference=' + toString(this.reference) + ')';
540
+ return 'WsChannel(identifier=' + this.o10_1 + ', comment=' + this.p10_1 + ', reference=' + toString(this.reference) + ')';
541
541
  };
542
542
  protoOf(WsChannel).hashCode = function () {
543
- var result = getStringHashCode(this.dx_1);
544
- result = imul(result, 31) + (this.ex_1 == null ? 0 : getStringHashCode(this.ex_1)) | 0;
543
+ var result = getStringHashCode(this.o10_1);
544
+ result = imul(result, 31) + (this.p10_1 == null ? 0 : getStringHashCode(this.p10_1)) | 0;
545
545
  result = imul(result, 31) + hashCode(this.reference) | 0;
546
546
  return result;
547
547
  };
@@ -550,52 +550,52 @@ protoOf(WsChannel).equals = function (other) {
550
550
  return true;
551
551
  if (!(other instanceof WsChannel))
552
552
  return false;
553
- if (!(this.dx_1 === other.dx_1))
553
+ if (!(this.o10_1 === other.o10_1))
554
554
  return false;
555
- if (!(this.ex_1 == other.ex_1))
555
+ if (!(this.p10_1 == other.p10_1))
556
556
  return false;
557
557
  if (!equals(this.reference, other.reference))
558
558
  return false;
559
559
  return true;
560
560
  };
561
561
  function WsRefined(identifier, comment, reference) {
562
- this.hx_1 = identifier;
563
- this.ix_1 = comment;
562
+ this.s10_1 = identifier;
563
+ this.t10_1 = comment;
564
564
  this.reference = reference;
565
565
  }
566
- protoOf(WsRefined).mr = function () {
567
- return this.hx_1;
566
+ protoOf(WsRefined).xu = function () {
567
+ return this.s10_1;
568
568
  };
569
- protoOf(WsRefined).dw = function () {
570
- return this.ix_1;
569
+ protoOf(WsRefined).oz = function () {
570
+ return this.t10_1;
571
571
  };
572
- protoOf(WsRefined).fx = function () {
572
+ protoOf(WsRefined).q10 = function () {
573
573
  return this.reference;
574
574
  };
575
- protoOf(WsRefined).ve = function () {
576
- return this.hx_1;
575
+ protoOf(WsRefined).mf = function () {
576
+ return this.s10_1;
577
577
  };
578
- protoOf(WsRefined).we = function () {
579
- return this.ix_1;
578
+ protoOf(WsRefined).nf = function () {
579
+ return this.t10_1;
580
580
  };
581
- protoOf(WsRefined).ek = function () {
581
+ protoOf(WsRefined).xm = function () {
582
582
  return this.reference;
583
583
  };
584
- protoOf(WsRefined).gx = function (identifier, comment, reference) {
584
+ protoOf(WsRefined).r10 = function (identifier, comment, reference) {
585
585
  return new WsRefined(identifier, comment, reference);
586
586
  };
587
587
  protoOf(WsRefined).copy = function (identifier, comment, reference, $super) {
588
- identifier = identifier === VOID ? this.hx_1 : identifier;
589
- comment = comment === VOID ? this.ix_1 : comment;
588
+ identifier = identifier === VOID ? this.s10_1 : identifier;
589
+ comment = comment === VOID ? this.t10_1 : comment;
590
590
  reference = reference === VOID ? this.reference : reference;
591
- return $super === VOID ? this.gx(identifier, comment, reference) : $super.gx.call(this, identifier, comment, reference);
591
+ return $super === VOID ? this.r10(identifier, comment, reference) : $super.r10.call(this, identifier, comment, reference);
592
592
  };
593
593
  protoOf(WsRefined).toString = function () {
594
- return 'WsRefined(identifier=' + this.hx_1 + ', comment=' + this.ix_1 + ', reference=' + toString(this.reference) + ')';
594
+ return 'WsRefined(identifier=' + this.s10_1 + ', comment=' + this.t10_1 + ', reference=' + toString(this.reference) + ')';
595
595
  };
596
596
  protoOf(WsRefined).hashCode = function () {
597
- var result = getStringHashCode(this.hx_1);
598
- result = imul(result, 31) + (this.ix_1 == null ? 0 : getStringHashCode(this.ix_1)) | 0;
597
+ var result = getStringHashCode(this.s10_1);
598
+ result = imul(result, 31) + (this.t10_1 == null ? 0 : getStringHashCode(this.t10_1)) | 0;
599
599
  result = imul(result, 31) + hashCode(this.reference) | 0;
600
600
  return result;
601
601
  };
@@ -604,9 +604,9 @@ protoOf(WsRefined).equals = function (other) {
604
604
  return true;
605
605
  if (!(other instanceof WsRefined))
606
606
  return false;
607
- if (!(this.hx_1 === other.hx_1))
607
+ if (!(this.s10_1 === other.s10_1))
608
608
  return false;
609
- if (!(this.ix_1 == other.ix_1))
609
+ if (!(this.t10_1 == other.t10_1))
610
610
  return false;
611
611
  if (!equals(this.reference, other.reference))
612
612
  return false;
@@ -669,18 +669,18 @@ function WsSegment() {
669
669
  function WsLiteral(value) {
670
670
  this.value = value;
671
671
  }
672
- protoOf(WsLiteral).l1 = function () {
672
+ protoOf(WsLiteral).m1 = function () {
673
673
  return this.value;
674
674
  };
675
- protoOf(WsLiteral).ve = function () {
675
+ protoOf(WsLiteral).mf = function () {
676
676
  return this.value;
677
677
  };
678
- protoOf(WsLiteral).lx = function (value) {
678
+ protoOf(WsLiteral).w10 = function (value) {
679
679
  return new WsLiteral(value);
680
680
  };
681
681
  protoOf(WsLiteral).copy = function (value, $super) {
682
682
  value = value === VOID ? this.value : value;
683
- return $super === VOID ? this.lx(value) : $super.lx.call(this, value);
683
+ return $super === VOID ? this.w10(value) : $super.w10.call(this, value);
684
684
  };
685
685
  protoOf(WsLiteral).toString = function () {
686
686
  return 'WsLiteral(value=' + this.value + ')';
@@ -701,25 +701,25 @@ function WsParam(identifier, reference) {
701
701
  this.identifier = identifier;
702
702
  this.reference = reference;
703
703
  }
704
- protoOf(WsParam).mr = function () {
704
+ protoOf(WsParam).xu = function () {
705
705
  return this.identifier;
706
706
  };
707
- protoOf(WsParam).fx = function () {
707
+ protoOf(WsParam).q10 = function () {
708
708
  return this.reference;
709
709
  };
710
- protoOf(WsParam).ve = function () {
710
+ protoOf(WsParam).mf = function () {
711
711
  return this.identifier;
712
712
  };
713
- protoOf(WsParam).we = function () {
713
+ protoOf(WsParam).nf = function () {
714
714
  return this.reference;
715
715
  };
716
- protoOf(WsParam).mx = function (identifier, reference) {
716
+ protoOf(WsParam).x10 = function (identifier, reference) {
717
717
  return new WsParam(identifier, reference);
718
718
  };
719
719
  protoOf(WsParam).copy = function (identifier, reference, $super) {
720
720
  identifier = identifier === VOID ? this.identifier : identifier;
721
721
  reference = reference === VOID ? this.reference : reference;
722
- return $super === VOID ? this.mx(identifier, reference) : $super.mx.call(this, identifier, reference);
722
+ return $super === VOID ? this.x10(identifier, reference) : $super.x10.call(this, identifier, reference);
723
723
  };
724
724
  protoOf(WsParam).toString = function () {
725
725
  return 'WsParam(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -743,18 +743,18 @@ protoOf(WsParam).equals = function (other) {
743
743
  function Shape_0(value) {
744
744
  this.value = value;
745
745
  }
746
- protoOf(Shape_0).l1 = function () {
746
+ protoOf(Shape_0).m1 = function () {
747
747
  return this.value;
748
748
  };
749
- protoOf(Shape_0).ve = function () {
749
+ protoOf(Shape_0).mf = function () {
750
750
  return this.value;
751
751
  };
752
- protoOf(Shape_0).iw = function (value) {
752
+ protoOf(Shape_0).tz = function (value) {
753
753
  return new Shape_0(value);
754
754
  };
755
755
  protoOf(Shape_0).copy = function (value, $super) {
756
756
  value = value === VOID ? this.value : value;
757
- return $super === VOID ? this.iw(value) : $super.iw.call(this, value);
757
+ return $super === VOID ? this.tz(value) : $super.tz.call(this, value);
758
758
  };
759
759
  protoOf(Shape_0).toString = function () {
760
760
  return 'Shape(value=' + toString(this.value) + ')';
@@ -775,25 +775,25 @@ function WsField(identifier, reference) {
775
775
  this.identifier = identifier;
776
776
  this.reference = reference;
777
777
  }
778
- protoOf(WsField).mr = function () {
778
+ protoOf(WsField).xu = function () {
779
779
  return this.identifier;
780
780
  };
781
- protoOf(WsField).fx = function () {
781
+ protoOf(WsField).q10 = function () {
782
782
  return this.reference;
783
783
  };
784
- protoOf(WsField).ve = function () {
784
+ protoOf(WsField).mf = function () {
785
785
  return this.identifier;
786
786
  };
787
- protoOf(WsField).we = function () {
787
+ protoOf(WsField).nf = function () {
788
788
  return this.reference;
789
789
  };
790
- protoOf(WsField).mx = function (identifier, reference) {
790
+ protoOf(WsField).x10 = function (identifier, reference) {
791
791
  return new WsField(identifier, reference);
792
792
  };
793
793
  protoOf(WsField).copy = function (identifier, reference, $super) {
794
794
  identifier = identifier === VOID ? this.identifier : identifier;
795
795
  reference = reference === VOID ? this.reference : reference;
796
- return $super === VOID ? this.mx(identifier, reference) : $super.mx.call(this, identifier, reference);
796
+ return $super === VOID ? this.x10(identifier, reference) : $super.x10.call(this, identifier, reference);
797
797
  };
798
798
  protoOf(WsField).toString = function () {
799
799
  return 'WsField(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -819,18 +819,18 @@ function WsIdentifier() {
819
819
  function WsClassIdentifier(value) {
820
820
  this.value = value;
821
821
  }
822
- protoOf(WsClassIdentifier).l1 = function () {
822
+ protoOf(WsClassIdentifier).m1 = function () {
823
823
  return this.value;
824
824
  };
825
- protoOf(WsClassIdentifier).ve = function () {
825
+ protoOf(WsClassIdentifier).mf = function () {
826
826
  return this.value;
827
827
  };
828
- protoOf(WsClassIdentifier).lx = function (value) {
828
+ protoOf(WsClassIdentifier).w10 = function (value) {
829
829
  return new WsClassIdentifier(value);
830
830
  };
831
831
  protoOf(WsClassIdentifier).copy = function (value, $super) {
832
832
  value = value === VOID ? this.value : value;
833
- return $super === VOID ? this.lx(value) : $super.lx.call(this, value);
833
+ return $super === VOID ? this.w10(value) : $super.w10.call(this, value);
834
834
  };
835
835
  protoOf(WsClassIdentifier).toString = function () {
836
836
  return 'WsClassIdentifier(value=' + this.value + ')';
@@ -850,18 +850,18 @@ protoOf(WsClassIdentifier).equals = function (other) {
850
850
  function WsFieldIdentifier(value) {
851
851
  this.value = value;
852
852
  }
853
- protoOf(WsFieldIdentifier).l1 = function () {
853
+ protoOf(WsFieldIdentifier).m1 = function () {
854
854
  return this.value;
855
855
  };
856
- protoOf(WsFieldIdentifier).ve = function () {
856
+ protoOf(WsFieldIdentifier).mf = function () {
857
857
  return this.value;
858
858
  };
859
- protoOf(WsFieldIdentifier).lx = function (value) {
859
+ protoOf(WsFieldIdentifier).w10 = function (value) {
860
860
  return new WsFieldIdentifier(value);
861
861
  };
862
862
  protoOf(WsFieldIdentifier).copy = function (value, $super) {
863
863
  value = value === VOID ? this.value : value;
864
- return $super === VOID ? this.lx(value) : $super.lx.call(this, value);
864
+ return $super === VOID ? this.w10(value) : $super.w10.call(this, value);
865
865
  };
866
866
  protoOf(WsFieldIdentifier).toString = function () {
867
867
  return 'WsFieldIdentifier(value=' + this.value + ')';
@@ -881,97 +881,97 @@ protoOf(WsFieldIdentifier).equals = function (other) {
881
881
  function WsReference() {
882
882
  }
883
883
  function WsAny(isNullable) {
884
- this.nx_1 = isNullable;
884
+ this.y10_1 = isNullable;
885
885
  }
886
- protoOf(WsAny).tu = function () {
887
- return this.nx_1;
886
+ protoOf(WsAny).ey = function () {
887
+ return this.y10_1;
888
888
  };
889
- protoOf(WsAny).ve = function () {
890
- return this.nx_1;
889
+ protoOf(WsAny).mf = function () {
890
+ return this.y10_1;
891
891
  };
892
- protoOf(WsAny).uu = function (isNullable) {
892
+ protoOf(WsAny).fy = function (isNullable) {
893
893
  return new WsAny(isNullable);
894
894
  };
895
895
  protoOf(WsAny).copy = function (isNullable, $super) {
896
- isNullable = isNullable === VOID ? this.nx_1 : isNullable;
897
- return $super === VOID ? this.uu(isNullable) : $super.uu.call(this, isNullable);
896
+ isNullable = isNullable === VOID ? this.y10_1 : isNullable;
897
+ return $super === VOID ? this.fy(isNullable) : $super.fy.call(this, isNullable);
898
898
  };
899
899
  protoOf(WsAny).toString = function () {
900
- return 'WsAny(isNullable=' + this.nx_1 + ')';
900
+ return 'WsAny(isNullable=' + this.y10_1 + ')';
901
901
  };
902
902
  protoOf(WsAny).hashCode = function () {
903
- return getBooleanHashCode(this.nx_1);
903
+ return getBooleanHashCode(this.y10_1);
904
904
  };
905
905
  protoOf(WsAny).equals = function (other) {
906
906
  if (this === other)
907
907
  return true;
908
908
  if (!(other instanceof WsAny))
909
909
  return false;
910
- if (!(this.nx_1 === other.nx_1))
910
+ if (!(this.y10_1 === other.y10_1))
911
911
  return false;
912
912
  return true;
913
913
  };
914
914
  function WsUnit(isNullable) {
915
- this.ox_1 = isNullable;
915
+ this.z10_1 = isNullable;
916
916
  }
917
- protoOf(WsUnit).tu = function () {
918
- return this.ox_1;
917
+ protoOf(WsUnit).ey = function () {
918
+ return this.z10_1;
919
919
  };
920
- protoOf(WsUnit).ve = function () {
921
- return this.ox_1;
920
+ protoOf(WsUnit).mf = function () {
921
+ return this.z10_1;
922
922
  };
923
- protoOf(WsUnit).uu = function (isNullable) {
923
+ protoOf(WsUnit).fy = function (isNullable) {
924
924
  return new WsUnit(isNullable);
925
925
  };
926
926
  protoOf(WsUnit).copy = function (isNullable, $super) {
927
- isNullable = isNullable === VOID ? this.ox_1 : isNullable;
928
- return $super === VOID ? this.uu(isNullable) : $super.uu.call(this, isNullable);
927
+ isNullable = isNullable === VOID ? this.z10_1 : isNullable;
928
+ return $super === VOID ? this.fy(isNullable) : $super.fy.call(this, isNullable);
929
929
  };
930
930
  protoOf(WsUnit).toString = function () {
931
- return 'WsUnit(isNullable=' + this.ox_1 + ')';
931
+ return 'WsUnit(isNullable=' + this.z10_1 + ')';
932
932
  };
933
933
  protoOf(WsUnit).hashCode = function () {
934
- return getBooleanHashCode(this.ox_1);
934
+ return getBooleanHashCode(this.z10_1);
935
935
  };
936
936
  protoOf(WsUnit).equals = function (other) {
937
937
  if (this === other)
938
938
  return true;
939
939
  if (!(other instanceof WsUnit))
940
940
  return false;
941
- if (!(this.ox_1 === other.ox_1))
941
+ if (!(this.z10_1 === other.z10_1))
942
942
  return false;
943
943
  return true;
944
944
  };
945
945
  function WsIterable(reference, isNullable) {
946
946
  this.reference = reference;
947
- this.px_1 = isNullable;
947
+ this.a11_1 = isNullable;
948
948
  }
949
- protoOf(WsIterable).fx = function () {
949
+ protoOf(WsIterable).q10 = function () {
950
950
  return this.reference;
951
951
  };
952
- protoOf(WsIterable).tu = function () {
953
- return this.px_1;
952
+ protoOf(WsIterable).ey = function () {
953
+ return this.a11_1;
954
954
  };
955
- protoOf(WsIterable).ve = function () {
955
+ protoOf(WsIterable).mf = function () {
956
956
  return this.reference;
957
957
  };
958
- protoOf(WsIterable).we = function () {
959
- return this.px_1;
958
+ protoOf(WsIterable).nf = function () {
959
+ return this.a11_1;
960
960
  };
961
- protoOf(WsIterable).qx = function (reference, isNullable) {
961
+ protoOf(WsIterable).b11 = function (reference, isNullable) {
962
962
  return new WsIterable(reference, isNullable);
963
963
  };
964
964
  protoOf(WsIterable).copy = function (reference, isNullable, $super) {
965
965
  reference = reference === VOID ? this.reference : reference;
966
- isNullable = isNullable === VOID ? this.px_1 : isNullable;
967
- return $super === VOID ? this.qx(reference, isNullable) : $super.qx.call(this, reference, isNullable);
966
+ isNullable = isNullable === VOID ? this.a11_1 : isNullable;
967
+ return $super === VOID ? this.b11(reference, isNullable) : $super.b11.call(this, reference, isNullable);
968
968
  };
969
969
  protoOf(WsIterable).toString = function () {
970
- return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.px_1 + ')';
970
+ return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.a11_1 + ')';
971
971
  };
972
972
  protoOf(WsIterable).hashCode = function () {
973
973
  var result = hashCode(this.reference);
974
- result = imul(result, 31) + getBooleanHashCode(this.px_1) | 0;
974
+ result = imul(result, 31) + getBooleanHashCode(this.a11_1) | 0;
975
975
  return result;
976
976
  };
977
977
  protoOf(WsIterable).equals = function (other) {
@@ -981,40 +981,40 @@ protoOf(WsIterable).equals = function (other) {
981
981
  return false;
982
982
  if (!equals(this.reference, other.reference))
983
983
  return false;
984
- if (!(this.px_1 === other.px_1))
984
+ if (!(this.a11_1 === other.a11_1))
985
985
  return false;
986
986
  return true;
987
987
  };
988
988
  function WsDict(reference, isNullable) {
989
989
  this.reference = reference;
990
- this.rx_1 = isNullable;
990
+ this.c11_1 = isNullable;
991
991
  }
992
- protoOf(WsDict).fx = function () {
992
+ protoOf(WsDict).q10 = function () {
993
993
  return this.reference;
994
994
  };
995
- protoOf(WsDict).tu = function () {
996
- return this.rx_1;
995
+ protoOf(WsDict).ey = function () {
996
+ return this.c11_1;
997
997
  };
998
- protoOf(WsDict).ve = function () {
998
+ protoOf(WsDict).mf = function () {
999
999
  return this.reference;
1000
1000
  };
1001
- protoOf(WsDict).we = function () {
1002
- return this.rx_1;
1001
+ protoOf(WsDict).nf = function () {
1002
+ return this.c11_1;
1003
1003
  };
1004
- protoOf(WsDict).qx = function (reference, isNullable) {
1004
+ protoOf(WsDict).b11 = function (reference, isNullable) {
1005
1005
  return new WsDict(reference, isNullable);
1006
1006
  };
1007
1007
  protoOf(WsDict).copy = function (reference, isNullable, $super) {
1008
1008
  reference = reference === VOID ? this.reference : reference;
1009
- isNullable = isNullable === VOID ? this.rx_1 : isNullable;
1010
- return $super === VOID ? this.qx(reference, isNullable) : $super.qx.call(this, reference, isNullable);
1009
+ isNullable = isNullable === VOID ? this.c11_1 : isNullable;
1010
+ return $super === VOID ? this.b11(reference, isNullable) : $super.b11.call(this, reference, isNullable);
1011
1011
  };
1012
1012
  protoOf(WsDict).toString = function () {
1013
- return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.rx_1 + ')';
1013
+ return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.c11_1 + ')';
1014
1014
  };
1015
1015
  protoOf(WsDict).hashCode = function () {
1016
1016
  var result = hashCode(this.reference);
1017
- result = imul(result, 31) + getBooleanHashCode(this.rx_1) | 0;
1017
+ result = imul(result, 31) + getBooleanHashCode(this.c11_1) | 0;
1018
1018
  return result;
1019
1019
  };
1020
1020
  protoOf(WsDict).equals = function (other) {
@@ -1024,40 +1024,40 @@ protoOf(WsDict).equals = function (other) {
1024
1024
  return false;
1025
1025
  if (!equals(this.reference, other.reference))
1026
1026
  return false;
1027
- if (!(this.rx_1 === other.rx_1))
1027
+ if (!(this.c11_1 === other.c11_1))
1028
1028
  return false;
1029
1029
  return true;
1030
1030
  };
1031
1031
  function WsCustom(value, isNullable) {
1032
1032
  this.value = value;
1033
- this.sx_1 = isNullable;
1033
+ this.d11_1 = isNullable;
1034
1034
  }
1035
- protoOf(WsCustom).l1 = function () {
1035
+ protoOf(WsCustom).m1 = function () {
1036
1036
  return this.value;
1037
1037
  };
1038
- protoOf(WsCustom).tu = function () {
1039
- return this.sx_1;
1038
+ protoOf(WsCustom).ey = function () {
1039
+ return this.d11_1;
1040
1040
  };
1041
- protoOf(WsCustom).ve = function () {
1041
+ protoOf(WsCustom).mf = function () {
1042
1042
  return this.value;
1043
1043
  };
1044
- protoOf(WsCustom).we = function () {
1045
- return this.sx_1;
1044
+ protoOf(WsCustom).nf = function () {
1045
+ return this.d11_1;
1046
1046
  };
1047
- protoOf(WsCustom).dv = function (value, isNullable) {
1047
+ protoOf(WsCustom).oy = function (value, isNullable) {
1048
1048
  return new WsCustom(value, isNullable);
1049
1049
  };
1050
1050
  protoOf(WsCustom).copy = function (value, isNullable, $super) {
1051
1051
  value = value === VOID ? this.value : value;
1052
- isNullable = isNullable === VOID ? this.sx_1 : isNullable;
1053
- return $super === VOID ? this.dv(value, isNullable) : $super.dv.call(this, value, isNullable);
1052
+ isNullable = isNullable === VOID ? this.d11_1 : isNullable;
1053
+ return $super === VOID ? this.oy(value, isNullable) : $super.oy.call(this, value, isNullable);
1054
1054
  };
1055
1055
  protoOf(WsCustom).toString = function () {
1056
- return 'WsCustom(value=' + this.value + ', isNullable=' + this.sx_1 + ')';
1056
+ return 'WsCustom(value=' + this.value + ', isNullable=' + this.d11_1 + ')';
1057
1057
  };
1058
1058
  protoOf(WsCustom).hashCode = function () {
1059
1059
  var result = getStringHashCode(this.value);
1060
- result = imul(result, 31) + getBooleanHashCode(this.sx_1) | 0;
1060
+ result = imul(result, 31) + getBooleanHashCode(this.d11_1) | 0;
1061
1061
  return result;
1062
1062
  };
1063
1063
  protoOf(WsCustom).equals = function (other) {
@@ -1067,49 +1067,49 @@ protoOf(WsCustom).equals = function (other) {
1067
1067
  return false;
1068
1068
  if (!(this.value === other.value))
1069
1069
  return false;
1070
- if (!(this.sx_1 === other.sx_1))
1070
+ if (!(this.d11_1 === other.d11_1))
1071
1071
  return false;
1072
1072
  return true;
1073
1073
  };
1074
1074
  function WsPrimitive(type, isNullable, constraint) {
1075
1075
  constraint = constraint === VOID ? null : constraint;
1076
1076
  this.type = type;
1077
- this.tx_1 = isNullable;
1077
+ this.e11_1 = isNullable;
1078
1078
  this.constraint = constraint;
1079
1079
  }
1080
- protoOf(WsPrimitive).ux = function () {
1080
+ protoOf(WsPrimitive).f11 = function () {
1081
1081
  return this.type;
1082
1082
  };
1083
- protoOf(WsPrimitive).tu = function () {
1084
- return this.tx_1;
1083
+ protoOf(WsPrimitive).ey = function () {
1084
+ return this.e11_1;
1085
1085
  };
1086
- protoOf(WsPrimitive).vx = function () {
1086
+ protoOf(WsPrimitive).g11 = function () {
1087
1087
  return this.constraint;
1088
1088
  };
1089
- protoOf(WsPrimitive).ve = function () {
1089
+ protoOf(WsPrimitive).mf = function () {
1090
1090
  return this.type;
1091
1091
  };
1092
- protoOf(WsPrimitive).we = function () {
1093
- return this.tx_1;
1092
+ protoOf(WsPrimitive).nf = function () {
1093
+ return this.e11_1;
1094
1094
  };
1095
- protoOf(WsPrimitive).ek = function () {
1095
+ protoOf(WsPrimitive).xm = function () {
1096
1096
  return this.constraint;
1097
1097
  };
1098
- protoOf(WsPrimitive).wx = function (type, isNullable, constraint) {
1098
+ protoOf(WsPrimitive).h11 = function (type, isNullable, constraint) {
1099
1099
  return new WsPrimitive(type, isNullable, constraint);
1100
1100
  };
1101
1101
  protoOf(WsPrimitive).copy = function (type, isNullable, constraint, $super) {
1102
1102
  type = type === VOID ? this.type : type;
1103
- isNullable = isNullable === VOID ? this.tx_1 : isNullable;
1103
+ isNullable = isNullable === VOID ? this.e11_1 : isNullable;
1104
1104
  constraint = constraint === VOID ? this.constraint : constraint;
1105
- return $super === VOID ? this.wx(type, isNullable, constraint) : $super.wx.call(this, type, isNullable, constraint);
1105
+ return $super === VOID ? this.h11(type, isNullable, constraint) : $super.h11.call(this, type, isNullable, constraint);
1106
1106
  };
1107
1107
  protoOf(WsPrimitive).toString = function () {
1108
- return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.tx_1 + ', constraint=' + toString_0(this.constraint) + ')';
1108
+ return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.e11_1 + ', constraint=' + toString_0(this.constraint) + ')';
1109
1109
  };
1110
1110
  protoOf(WsPrimitive).hashCode = function () {
1111
1111
  var result = this.type.hashCode();
1112
- result = imul(result, 31) + getBooleanHashCode(this.tx_1) | 0;
1112
+ result = imul(result, 31) + getBooleanHashCode(this.e11_1) | 0;
1113
1113
  result = imul(result, 31) + (this.constraint == null ? 0 : hashCode(this.constraint)) | 0;
1114
1114
  return result;
1115
1115
  };
@@ -1120,7 +1120,7 @@ protoOf(WsPrimitive).equals = function (other) {
1120
1120
  return false;
1121
1121
  if (!this.type.equals(other.type))
1122
1122
  return false;
1123
- if (!(this.tx_1 === other.tx_1))
1123
+ if (!(this.e11_1 === other.e11_1))
1124
1124
  return false;
1125
1125
  if (!equals(this.constraint, other.constraint))
1126
1126
  return false;
@@ -1179,18 +1179,18 @@ function WsConstraint() {
1179
1179
  function WsRegExpConstraint(value) {
1180
1180
  this.value = value;
1181
1181
  }
1182
- protoOf(WsRegExpConstraint).l1 = function () {
1182
+ protoOf(WsRegExpConstraint).m1 = function () {
1183
1183
  return this.value;
1184
1184
  };
1185
- protoOf(WsRegExpConstraint).ve = function () {
1185
+ protoOf(WsRegExpConstraint).mf = function () {
1186
1186
  return this.value;
1187
1187
  };
1188
- protoOf(WsRegExpConstraint).lx = function (value) {
1188
+ protoOf(WsRegExpConstraint).w10 = function (value) {
1189
1189
  return new WsRegExpConstraint(value);
1190
1190
  };
1191
1191
  protoOf(WsRegExpConstraint).copy = function (value, $super) {
1192
1192
  value = value === VOID ? this.value : value;
1193
- return $super === VOID ? this.lx(value) : $super.lx.call(this, value);
1193
+ return $super === VOID ? this.w10(value) : $super.w10.call(this, value);
1194
1194
  };
1195
1195
  protoOf(WsRegExpConstraint).toString = function () {
1196
1196
  return 'WsRegExpConstraint(value=' + this.value + ')';
@@ -1211,25 +1211,25 @@ function WsBoundConstraint(min, max) {
1211
1211
  this.min = min;
1212
1212
  this.max = max;
1213
1213
  }
1214
- protoOf(WsBoundConstraint).zx = function () {
1214
+ protoOf(WsBoundConstraint).k11 = function () {
1215
1215
  return this.min;
1216
1216
  };
1217
- protoOf(WsBoundConstraint).ay = function () {
1217
+ protoOf(WsBoundConstraint).l11 = function () {
1218
1218
  return this.max;
1219
1219
  };
1220
- protoOf(WsBoundConstraint).ve = function () {
1220
+ protoOf(WsBoundConstraint).mf = function () {
1221
1221
  return this.min;
1222
1222
  };
1223
- protoOf(WsBoundConstraint).we = function () {
1223
+ protoOf(WsBoundConstraint).nf = function () {
1224
1224
  return this.max;
1225
1225
  };
1226
- protoOf(WsBoundConstraint).by = function (min, max) {
1226
+ protoOf(WsBoundConstraint).m11 = function (min, max) {
1227
1227
  return new WsBoundConstraint(min, max);
1228
1228
  };
1229
1229
  protoOf(WsBoundConstraint).copy = function (min, max, $super) {
1230
1230
  min = min === VOID ? this.min : min;
1231
1231
  max = max === VOID ? this.max : max;
1232
- return $super === VOID ? this.by(min, max) : $super.by.call(this, min, max);
1232
+ return $super === VOID ? this.m11(min, max) : $super.m11.call(this, min, max);
1233
1233
  };
1234
1234
  protoOf(WsBoundConstraint).toString = function () {
1235
1235
  return 'WsBoundConstraint(min=' + this.min + ', max=' + this.max + ')';
@@ -1253,18 +1253,18 @@ protoOf(WsBoundConstraint).equals = function (other) {
1253
1253
  function WsRequest(content) {
1254
1254
  this.content = content;
1255
1255
  }
1256
- protoOf(WsRequest).cy = function () {
1256
+ protoOf(WsRequest).n11 = function () {
1257
1257
  return this.content;
1258
1258
  };
1259
- protoOf(WsRequest).ve = function () {
1259
+ protoOf(WsRequest).mf = function () {
1260
1260
  return this.content;
1261
1261
  };
1262
- protoOf(WsRequest).dy = function (content) {
1262
+ protoOf(WsRequest).o11 = function (content) {
1263
1263
  return new WsRequest(content);
1264
1264
  };
1265
1265
  protoOf(WsRequest).copy = function (content, $super) {
1266
1266
  content = content === VOID ? this.content : content;
1267
- return $super === VOID ? this.dy(content) : $super.dy.call(this, content);
1267
+ return $super === VOID ? this.o11(content) : $super.o11.call(this, content);
1268
1268
  };
1269
1269
  protoOf(WsRequest).toString = function () {
1270
1270
  return 'WsRequest(content=' + toString_0(this.content) + ')';
@@ -1286,32 +1286,32 @@ function WsResponse(status, headers, content) {
1286
1286
  this.headers = headers;
1287
1287
  this.content = content;
1288
1288
  }
1289
- protoOf(WsResponse).ey = function () {
1289
+ protoOf(WsResponse).p11 = function () {
1290
1290
  return this.status;
1291
1291
  };
1292
- protoOf(WsResponse).ow = function () {
1292
+ protoOf(WsResponse).zz = function () {
1293
1293
  return this.headers;
1294
1294
  };
1295
- protoOf(WsResponse).cy = function () {
1295
+ protoOf(WsResponse).n11 = function () {
1296
1296
  return this.content;
1297
1297
  };
1298
- protoOf(WsResponse).ve = function () {
1298
+ protoOf(WsResponse).mf = function () {
1299
1299
  return this.status;
1300
1300
  };
1301
- protoOf(WsResponse).we = function () {
1301
+ protoOf(WsResponse).nf = function () {
1302
1302
  return this.headers;
1303
1303
  };
1304
- protoOf(WsResponse).ek = function () {
1304
+ protoOf(WsResponse).xm = function () {
1305
1305
  return this.content;
1306
1306
  };
1307
- protoOf(WsResponse).fy = function (status, headers, content) {
1307
+ protoOf(WsResponse).q11 = function (status, headers, content) {
1308
1308
  return new WsResponse(status, headers, content);
1309
1309
  };
1310
1310
  protoOf(WsResponse).copy = function (status, headers, content, $super) {
1311
1311
  status = status === VOID ? this.status : status;
1312
1312
  headers = headers === VOID ? this.headers : headers;
1313
1313
  content = content === VOID ? this.content : content;
1314
- return $super === VOID ? this.fy(status, headers, content) : $super.fy.call(this, status, headers, content);
1314
+ return $super === VOID ? this.q11(status, headers, content) : $super.q11.call(this, status, headers, content);
1315
1315
  };
1316
1316
  protoOf(WsResponse).toString = function () {
1317
1317
  return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + toString_0(this.content) + ')';
@@ -1341,32 +1341,32 @@ function WsContent(type, reference, isNullable) {
1341
1341
  this.reference = reference;
1342
1342
  this.isNullable = isNullable;
1343
1343
  }
1344
- protoOf(WsContent).ux = function () {
1344
+ protoOf(WsContent).f11 = function () {
1345
1345
  return this.type;
1346
1346
  };
1347
- protoOf(WsContent).fx = function () {
1347
+ protoOf(WsContent).q10 = function () {
1348
1348
  return this.reference;
1349
1349
  };
1350
- protoOf(WsContent).tu = function () {
1350
+ protoOf(WsContent).ey = function () {
1351
1351
  return this.isNullable;
1352
1352
  };
1353
- protoOf(WsContent).ve = function () {
1353
+ protoOf(WsContent).mf = function () {
1354
1354
  return this.type;
1355
1355
  };
1356
- protoOf(WsContent).we = function () {
1356
+ protoOf(WsContent).nf = function () {
1357
1357
  return this.reference;
1358
1358
  };
1359
- protoOf(WsContent).ek = function () {
1359
+ protoOf(WsContent).xm = function () {
1360
1360
  return this.isNullable;
1361
1361
  };
1362
- protoOf(WsContent).gy = function (type, reference, isNullable) {
1362
+ protoOf(WsContent).r11 = function (type, reference, isNullable) {
1363
1363
  return new WsContent(type, reference, isNullable);
1364
1364
  };
1365
1365
  protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
1366
1366
  type = type === VOID ? this.type : type;
1367
1367
  reference = reference === VOID ? this.reference : reference;
1368
1368
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
1369
- return $super === VOID ? this.gy(type, reference, isNullable) : $super.gy.call(this, type, reference, isNullable);
1369
+ return $super === VOID ? this.r11(type, reference, isNullable) : $super.r11.call(this, type, reference, isNullable);
1370
1370
  };
1371
1371
  protoOf(WsContent).toString = function () {
1372
1372
  return 'WsContent(type=' + this.type + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
@@ -1393,8 +1393,8 @@ protoOf(WsContent).equals = function (other) {
1393
1393
  function produce(_this__u8e3s4) {
1394
1394
  var tmp;
1395
1395
  if (_this__u8e3s4 instanceof Type) {
1396
- var tmp_0 = _this__u8e3s4.lp_1.l1();
1397
- var tmp1_safe_receiver = _this__u8e3s4.jp_1;
1396
+ var tmp_0 = _this__u8e3s4.ws_1.m1();
1397
+ var tmp1_safe_receiver = _this__u8e3s4.us_1;
1398
1398
  var tmp_1;
1399
1399
  var tmp_2 = tmp1_safe_receiver;
1400
1400
  if ((tmp_2 == null ? null : new Comment(tmp_2)) == null) {
@@ -1402,11 +1402,11 @@ function produce(_this__u8e3s4) {
1402
1402
  } else {
1403
1403
  tmp_1 = _Comment___get_value__impl__8r3pla(tmp1_safe_receiver);
1404
1404
  }
1405
- tmp = new WsType(tmp_0, tmp_1, produce_0(_this__u8e3s4.mp_1));
1405
+ tmp = new WsType(tmp_0, tmp_1, produce_0(_this__u8e3s4.xs_1));
1406
1406
  } else {
1407
1407
  if (_this__u8e3s4 instanceof Endpoint) {
1408
- var tmp_3 = _this__u8e3s4.up_1.l1();
1409
- var tmp2_safe_receiver = _this__u8e3s4.sp_1;
1408
+ var tmp_3 = _this__u8e3s4.ft_1.m1();
1409
+ var tmp2_safe_receiver = _this__u8e3s4.dt_1;
1410
1410
  var tmp_4;
1411
1411
  var tmp_5 = tmp2_safe_receiver;
1412
1412
  if ((tmp_5 == null ? null : new Comment(tmp_5)) == null) {
@@ -1414,11 +1414,11 @@ function produce(_this__u8e3s4) {
1414
1414
  } else {
1415
1415
  tmp_4 = _Comment___get_value__impl__8r3pla(tmp2_safe_receiver);
1416
1416
  }
1417
- tmp = new WsEndpoint(tmp_3, tmp_4, produce_1(_this__u8e3s4.vp_1), produce_2(_this__u8e3s4.wp_1), produce_3(_this__u8e3s4.xp_1), produce_3(_this__u8e3s4.yp_1), produce_4(_this__u8e3s4.zp_1), produce_5(_this__u8e3s4.aq_1));
1417
+ tmp = new WsEndpoint(tmp_3, tmp_4, produce_1(_this__u8e3s4.gt_1), produce_2(_this__u8e3s4.ht_1), produce_3(_this__u8e3s4.it_1), produce_3(_this__u8e3s4.jt_1), produce_4(_this__u8e3s4.kt_1), produce_5(_this__u8e3s4.lt_1));
1418
1418
  } else {
1419
1419
  if (_this__u8e3s4 instanceof Enum_0) {
1420
- var tmp_6 = _this__u8e3s4.xr_1.l1();
1421
- var tmp3_safe_receiver = _this__u8e3s4.vr_1;
1420
+ var tmp_6 = _this__u8e3s4.iv_1.m1();
1421
+ var tmp3_safe_receiver = _this__u8e3s4.gv_1;
1422
1422
  var tmp_7;
1423
1423
  var tmp_8 = tmp3_safe_receiver;
1424
1424
  if ((tmp_8 == null ? null : new Comment(tmp_8)) == null) {
@@ -1428,13 +1428,13 @@ function produce(_this__u8e3s4) {
1428
1428
  }
1429
1429
  var tmp_9 = tmp_7;
1430
1430
  // Inline function 'kotlin.collections.toTypedArray' call
1431
- var this_0 = _this__u8e3s4.yr_1;
1431
+ var this_0 = _this__u8e3s4.jv_1;
1432
1432
  var tmp$ret$0 = copyToArray(this_0);
1433
1433
  tmp = new WsEnum(tmp_6, tmp_9, tmp$ret$0);
1434
1434
  } else {
1435
1435
  if (_this__u8e3s4 instanceof Refined) {
1436
- var tmp_10 = _this__u8e3s4.sr_1.l1();
1437
- var tmp4_safe_receiver = _this__u8e3s4.qr_1;
1436
+ var tmp_10 = _this__u8e3s4.dv_1.m1();
1437
+ var tmp4_safe_receiver = _this__u8e3s4.bv_1;
1438
1438
  var tmp_11;
1439
1439
  var tmp_12 = tmp4_safe_receiver;
1440
1440
  if ((tmp_12 == null ? null : new Comment(tmp_12)) == null) {
@@ -1442,11 +1442,11 @@ function produce(_this__u8e3s4) {
1442
1442
  } else {
1443
1443
  tmp_11 = _Comment___get_value__impl__8r3pla(tmp4_safe_receiver);
1444
1444
  }
1445
- tmp = new WsRefined(tmp_10, tmp_11, produce_6(_this__u8e3s4.tr_1));
1445
+ tmp = new WsRefined(tmp_10, tmp_11, produce_6(_this__u8e3s4.ev_1));
1446
1446
  } else {
1447
1447
  if (_this__u8e3s4 instanceof Union) {
1448
- var tmp_13 = _this__u8e3s4.gp_1.l1();
1449
- var tmp5_safe_receiver = _this__u8e3s4.ep_1;
1448
+ var tmp_13 = _this__u8e3s4.rs_1.m1();
1449
+ var tmp5_safe_receiver = _this__u8e3s4.ps_1;
1450
1450
  var tmp_14;
1451
1451
  var tmp_15 = tmp5_safe_receiver;
1452
1452
  if ((tmp_15 == null ? null : new Comment(tmp_15)) == null) {
@@ -1456,22 +1456,22 @@ function produce(_this__u8e3s4) {
1456
1456
  }
1457
1457
  var tmp_16 = tmp_14;
1458
1458
  // Inline function 'kotlin.collections.map' call
1459
- var this_1 = _this__u8e3s4.hp_1;
1459
+ var this_1 = _this__u8e3s4.ss_1;
1460
1460
  // Inline function 'kotlin.collections.mapTo' call
1461
1461
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1462
1462
  var _iterator__ex2g4s = this_1.t();
1463
1463
  while (_iterator__ex2g4s.u()) {
1464
1464
  var item = _iterator__ex2g4s.v();
1465
1465
  var tmp$ret$1 = produce_6(item);
1466
- destination.x(tmp$ret$1);
1466
+ destination.y(tmp$ret$1);
1467
1467
  }
1468
1468
  // Inline function 'kotlin.collections.toTypedArray' call
1469
1469
  var tmp$ret$4 = copyToArray(destination);
1470
1470
  tmp = new WsUnion(tmp_13, tmp_16, tmp$ret$4);
1471
1471
  } else {
1472
1472
  if (_this__u8e3s4 instanceof Channel) {
1473
- var tmp_17 = _this__u8e3s4.cp_1.l1();
1474
- var tmp6_safe_receiver = _this__u8e3s4.ap_1;
1473
+ var tmp_17 = _this__u8e3s4.ns_1.m1();
1474
+ var tmp6_safe_receiver = _this__u8e3s4.ls_1;
1475
1475
  var tmp_18;
1476
1476
  var tmp_19 = tmp6_safe_receiver;
1477
1477
  if ((tmp_19 == null ? null : new Comment(tmp_19)) == null) {
@@ -1479,7 +1479,7 @@ function produce(_this__u8e3s4) {
1479
1479
  } else {
1480
1480
  tmp_18 = _Comment___get_value__impl__8r3pla(tmp6_safe_receiver);
1481
1481
  }
1482
- tmp = new WsChannel(tmp_17, tmp_18, produce_6(_this__u8e3s4.dp_1));
1482
+ tmp = new WsChannel(tmp_17, tmp_18, produce_6(_this__u8e3s4.os_1));
1483
1483
  } else {
1484
1484
  noWhenBranchMatchedException();
1485
1485
  }
@@ -1492,14 +1492,14 @@ function produce(_this__u8e3s4) {
1492
1492
  }
1493
1493
  function produce_0(_this__u8e3s4) {
1494
1494
  // Inline function 'kotlin.collections.map' call
1495
- var this_0 = _this__u8e3s4.ip_1;
1495
+ var this_0 = _this__u8e3s4.ts_1;
1496
1496
  // Inline function 'kotlin.collections.mapTo' call
1497
1497
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1498
1498
  var _iterator__ex2g4s = this_0.t();
1499
1499
  while (_iterator__ex2g4s.u()) {
1500
1500
  var item = _iterator__ex2g4s.v();
1501
1501
  var tmp$ret$0 = produce_7(item);
1502
- destination.x(tmp$ret$0);
1502
+ destination.y(tmp$ret$0);
1503
1503
  }
1504
1504
  // Inline function 'kotlin.collections.toTypedArray' call
1505
1505
  var tmp$ret$3 = copyToArray(destination);
@@ -1507,7 +1507,7 @@ function produce_0(_this__u8e3s4) {
1507
1507
  }
1508
1508
  function produce_1(_this__u8e3s4) {
1509
1509
  var tmp;
1510
- switch (_this__u8e3s4.b3_1) {
1510
+ switch (_this__u8e3s4.c3_1) {
1511
1511
  case 0:
1512
1512
  tmp = WsMethod_GET_getInstance();
1513
1513
  break;
@@ -1547,16 +1547,16 @@ function produce_2(_this__u8e3s4) {
1547
1547
  var item = _iterator__ex2g4s.v();
1548
1548
  var tmp;
1549
1549
  if (item instanceof Literal) {
1550
- tmp = new WsLiteral(item.xq_1);
1550
+ tmp = new WsLiteral(item.iu_1);
1551
1551
  } else {
1552
1552
  if (item instanceof Param) {
1553
- tmp = new WsParam(produce_8(item.bq_1), produce_6(item.cq_1));
1553
+ tmp = new WsParam(produce_8(item.mt_1), produce_6(item.nt_1));
1554
1554
  } else {
1555
1555
  noWhenBranchMatchedException();
1556
1556
  }
1557
1557
  }
1558
1558
  var tmp$ret$0 = tmp;
1559
- destination.x(tmp$ret$0);
1559
+ destination.y(tmp$ret$0);
1560
1560
  }
1561
1561
  // Inline function 'kotlin.collections.toTypedArray' call
1562
1562
  return copyToArray(destination);
@@ -1569,7 +1569,7 @@ function produce_3(_this__u8e3s4) {
1569
1569
  while (_iterator__ex2g4s.u()) {
1570
1570
  var item = _iterator__ex2g4s.v();
1571
1571
  var tmp$ret$0 = produce_7(item);
1572
- destination.x(tmp$ret$0);
1572
+ destination.y(tmp$ret$0);
1573
1573
  }
1574
1574
  // Inline function 'kotlin.collections.toTypedArray' call
1575
1575
  return copyToArray(destination);
@@ -1582,7 +1582,7 @@ function produce_4(_this__u8e3s4) {
1582
1582
  while (_iterator__ex2g4s.u()) {
1583
1583
  var item = _iterator__ex2g4s.v();
1584
1584
  var tmp$ret$0 = produce_9(item);
1585
- destination.x(tmp$ret$0);
1585
+ destination.y(tmp$ret$0);
1586
1586
  }
1587
1587
  // Inline function 'kotlin.collections.toTypedArray' call
1588
1588
  return copyToArray(destination);
@@ -1595,7 +1595,7 @@ function produce_5(_this__u8e3s4) {
1595
1595
  while (_iterator__ex2g4s.u()) {
1596
1596
  var item = _iterator__ex2g4s.v();
1597
1597
  var tmp$ret$0 = produce_10(item);
1598
- destination.x(tmp$ret$0);
1598
+ destination.y(tmp$ret$0);
1599
1599
  }
1600
1600
  // Inline function 'kotlin.collections.toTypedArray' call
1601
1601
  return copyToArray(destination);
@@ -1603,22 +1603,22 @@ function produce_5(_this__u8e3s4) {
1603
1603
  function produce_6(_this__u8e3s4) {
1604
1604
  var tmp;
1605
1605
  if (_this__u8e3s4 instanceof Any) {
1606
- tmp = new WsAny(_this__u8e3s4.ru_1);
1606
+ tmp = new WsAny(_this__u8e3s4.cy_1);
1607
1607
  } else {
1608
1608
  if (_this__u8e3s4 instanceof Unit) {
1609
- tmp = new WsUnit(_this__u8e3s4.wu_1);
1609
+ tmp = new WsUnit(_this__u8e3s4.hy_1);
1610
1610
  } else {
1611
1611
  if (_this__u8e3s4 instanceof Custom) {
1612
- tmp = new WsCustom(_this__u8e3s4.bv_1, _this__u8e3s4.cv_1);
1612
+ tmp = new WsCustom(_this__u8e3s4.my_1, _this__u8e3s4.ny_1);
1613
1613
  } else {
1614
1614
  if (_this__u8e3s4 instanceof Primitive) {
1615
- tmp = new WsPrimitive(produce_11(_this__u8e3s4.fv_1), _this__u8e3s4.gv_1, produceConstraint(_this__u8e3s4.fv_1));
1615
+ tmp = new WsPrimitive(produce_11(_this__u8e3s4.qy_1), _this__u8e3s4.ry_1, produceConstraint(_this__u8e3s4.qy_1));
1616
1616
  } else {
1617
1617
  if (_this__u8e3s4 instanceof Dict) {
1618
- tmp = new WsDict(produce_6(_this__u8e3s4.so_1), _this__u8e3s4.to_1);
1618
+ tmp = new WsDict(produce_6(_this__u8e3s4.ds_1), _this__u8e3s4.es_1);
1619
1619
  } else {
1620
1620
  if (_this__u8e3s4 instanceof Iterable) {
1621
- tmp = new WsIterable(produce_6(_this__u8e3s4.po_1), _this__u8e3s4.qo_1);
1621
+ tmp = new WsIterable(produce_6(_this__u8e3s4.as_1), _this__u8e3s4.bs_1);
1622
1622
  } else {
1623
1623
  noWhenBranchMatchedException();
1624
1624
  }
@@ -1630,30 +1630,30 @@ function produce_6(_this__u8e3s4) {
1630
1630
  return tmp;
1631
1631
  }
1632
1632
  function produce_7(_this__u8e3s4) {
1633
- return new WsField(produce_8(_this__u8e3s4.qp_1), produce_6(_this__u8e3s4.rp_1));
1633
+ return new WsField(produce_8(_this__u8e3s4.bt_1), produce_6(_this__u8e3s4.ct_1));
1634
1634
  }
1635
1635
  function produce_8(_this__u8e3s4) {
1636
- return new WsFieldIdentifier(_this__u8e3s4.l1());
1636
+ return new WsFieldIdentifier(_this__u8e3s4.m1());
1637
1637
  }
1638
1638
  function produce_9(_this__u8e3s4) {
1639
- var tmp0_safe_receiver = _this__u8e3s4.dq_1;
1639
+ var tmp0_safe_receiver = _this__u8e3s4.ot_1;
1640
1640
  return new WsRequest(tmp0_safe_receiver == null ? null : produce_12(tmp0_safe_receiver));
1641
1641
  }
1642
1642
  function produce_10(_this__u8e3s4) {
1643
1643
  // Inline function 'kotlin.collections.map' call
1644
- var this_0 = _this__u8e3s4.hq_1;
1644
+ var this_0 = _this__u8e3s4.st_1;
1645
1645
  // Inline function 'kotlin.collections.mapTo' call
1646
1646
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1647
1647
  var _iterator__ex2g4s = this_0.t();
1648
1648
  while (_iterator__ex2g4s.u()) {
1649
1649
  var item = _iterator__ex2g4s.v();
1650
1650
  var tmp$ret$0 = produce_7(item);
1651
- destination.x(tmp$ret$0);
1651
+ destination.y(tmp$ret$0);
1652
1652
  }
1653
1653
  // Inline function 'kotlin.collections.toTypedArray' call
1654
1654
  var tmp = copyToArray(destination);
1655
- var tmp0_safe_receiver = _this__u8e3s4.iq_1;
1656
- return new WsResponse(_this__u8e3s4.gq_1, tmp, tmp0_safe_receiver == null ? null : produce_12(tmp0_safe_receiver));
1655
+ var tmp0_safe_receiver = _this__u8e3s4.tt_1;
1656
+ return new WsResponse(_this__u8e3s4.rt_1, tmp, tmp0_safe_receiver == null ? null : produce_12(tmp0_safe_receiver));
1657
1657
  }
1658
1658
  function produce_11(_this__u8e3s4) {
1659
1659
  var tmp;
@@ -1662,7 +1662,7 @@ function produce_11(_this__u8e3s4) {
1662
1662
  } else {
1663
1663
  if (_this__u8e3s4 instanceof Integer) {
1664
1664
  var tmp_0;
1665
- switch (_this__u8e3s4.ju_1.b3_1) {
1665
+ switch (_this__u8e3s4.ux_1.c3_1) {
1666
1666
  case 0:
1667
1667
  tmp_0 = WsPrimitiveType_Integer32_getInstance();
1668
1668
  break;
@@ -1677,7 +1677,7 @@ function produce_11(_this__u8e3s4) {
1677
1677
  } else {
1678
1678
  if (_this__u8e3s4 instanceof Number_0) {
1679
1679
  var tmp_1;
1680
- switch (_this__u8e3s4.mu_1.b3_1) {
1680
+ switch (_this__u8e3s4.xx_1.c3_1) {
1681
1681
  case 0:
1682
1682
  tmp_1 = WsPrimitiveType_Number32_getInstance();
1683
1683
  break;
@@ -1707,7 +1707,7 @@ function produce_11(_this__u8e3s4) {
1707
1707
  function produceConstraint(_this__u8e3s4) {
1708
1708
  var tmp;
1709
1709
  if (_this__u8e3s4 instanceof String_0) {
1710
- var tmp1_safe_receiver = _this__u8e3s4.hu_1;
1710
+ var tmp1_safe_receiver = _this__u8e3s4.sx_1;
1711
1711
  var tmp_0;
1712
1712
  var tmp_1 = tmp1_safe_receiver;
1713
1713
  if ((tmp_1 == null ? null : new RegExp_0(tmp_1)) == null) {
@@ -1715,30 +1715,30 @@ function produceConstraint(_this__u8e3s4) {
1715
1715
  } else {
1716
1716
  var tmp_2 = tmp1_safe_receiver;
1717
1717
  // Inline function 'kotlin.let' call
1718
- var it = (tmp_2 == null ? null : new RegExp_0(tmp_2)).pt_1;
1718
+ var it = (tmp_2 == null ? null : new RegExp_0(tmp_2)).ax_1;
1719
1719
  tmp_0 = new WsRegExpConstraint(_RegExp___get_value__impl__7o7618(it));
1720
1720
  }
1721
1721
  tmp = tmp_0;
1722
1722
  } else {
1723
1723
  if (_this__u8e3s4 instanceof Integer) {
1724
- var tmp2_safe_receiver = _this__u8e3s4.ku_1;
1724
+ var tmp2_safe_receiver = _this__u8e3s4.vx_1;
1725
1725
  var tmp_3;
1726
1726
  if (tmp2_safe_receiver == null) {
1727
1727
  tmp_3 = null;
1728
1728
  } else {
1729
1729
  // Inline function 'kotlin.let' call
1730
- tmp_3 = new WsBoundConstraint(tmp2_safe_receiver.fu_1, tmp2_safe_receiver.gu_1);
1730
+ tmp_3 = new WsBoundConstraint(tmp2_safe_receiver.qx_1, tmp2_safe_receiver.rx_1);
1731
1731
  }
1732
1732
  tmp = tmp_3;
1733
1733
  } else {
1734
1734
  if (_this__u8e3s4 instanceof Number_0) {
1735
- var tmp3_safe_receiver = _this__u8e3s4.nu_1;
1735
+ var tmp3_safe_receiver = _this__u8e3s4.yx_1;
1736
1736
  var tmp_4;
1737
1737
  if (tmp3_safe_receiver == null) {
1738
1738
  tmp_4 = null;
1739
1739
  } else {
1740
1740
  // Inline function 'kotlin.let' call
1741
- tmp_4 = new WsBoundConstraint(tmp3_safe_receiver.fu_1, tmp3_safe_receiver.gu_1);
1741
+ tmp_4 = new WsBoundConstraint(tmp3_safe_receiver.qx_1, tmp3_safe_receiver.rx_1);
1742
1742
  }
1743
1743
  tmp = tmp_4;
1744
1744
  } else {
@@ -1757,11 +1757,11 @@ function produceConstraint(_this__u8e3s4) {
1757
1757
  return tmp;
1758
1758
  }
1759
1759
  function produce_12(_this__u8e3s4) {
1760
- return new WsContent(_this__u8e3s4.eq_1, produce_6(_this__u8e3s4.fq_1));
1760
+ return new WsContent(_this__u8e3s4.pt_1, produce_6(_this__u8e3s4.qt_1));
1761
1761
  }
1762
1762
  function produce_13(_this__u8e3s4) {
1763
1763
  // Inline function 'arrow.core.NonEmptyList.map' call
1764
- var this_0 = _this__u8e3s4.rq_1;
1764
+ var this_0 = _this__u8e3s4.cu_1;
1765
1765
  // Inline function 'kotlin.collections.map' call
1766
1766
  var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
1767
1767
  // Inline function 'kotlin.collections.mapTo' call
@@ -1770,7 +1770,7 @@ function produce_13(_this__u8e3s4) {
1770
1770
  while (_iterator__ex2g4s.u()) {
1771
1771
  var item = _iterator__ex2g4s.v();
1772
1772
  var tmp$ret$0 = produce_14(item);
1773
- destination.x(tmp$ret$0);
1773
+ destination.y(tmp$ret$0);
1774
1774
  }
1775
1775
  var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
1776
1776
  // Inline function 'kotlin.collections.toTypedArray' call
@@ -1789,14 +1789,14 @@ function consume(_this__u8e3s4) {
1789
1789
  var item = this_0[inductionVariable];
1790
1790
  inductionVariable = inductionVariable + 1 | 0;
1791
1791
  var tmp$ret$0 = consume_0(item);
1792
- destination.x(tmp$ret$0);
1792
+ destination.y(tmp$ret$0);
1793
1793
  }
1794
1794
  var tmp = toNonEmptyListOrNull(destination);
1795
- return new Root(ensureNotNull(tmp == null ? null : new NonEmptyList(tmp)).om_1);
1795
+ return new Root(ensureNotNull(tmp == null ? null : new NonEmptyList(tmp)).zp_1);
1796
1796
  }
1797
1797
  function produce_14(_this__u8e3s4) {
1798
1798
  // Inline function 'arrow.core.NonEmptyList.map' call
1799
- var this_0 = _this__u8e3s4.tq_1;
1799
+ var this_0 = _this__u8e3s4.eu_1;
1800
1800
  // Inline function 'kotlin.collections.map' call
1801
1801
  var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
1802
1802
  // Inline function 'kotlin.collections.mapTo' call
@@ -1805,7 +1805,7 @@ function produce_14(_this__u8e3s4) {
1805
1805
  while (_iterator__ex2g4s.u()) {
1806
1806
  var item = _iterator__ex2g4s.v();
1807
1807
  var tmp$ret$0 = produce(item);
1808
- destination.x(tmp$ret$0);
1808
+ destination.y(tmp$ret$0);
1809
1809
  }
1810
1810
  var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
1811
1811
  // Inline function 'kotlin.collections.toTypedArray' call
@@ -1825,10 +1825,10 @@ function consume_0(_this__u8e3s4) {
1825
1825
  var item = this_0[inductionVariable];
1826
1826
  inductionVariable = inductionVariable + 1 | 0;
1827
1827
  var tmp$ret$0 = consume_1(item);
1828
- destination.x(tmp$ret$0);
1828
+ destination.y(tmp$ret$0);
1829
1829
  }
1830
1830
  var tmp_0 = toNonEmptyListOrNull(destination);
1831
- return new Module(tmp, ensureNotNull(tmp_0 == null ? null : new NonEmptyList(tmp_0)).om_1);
1831
+ return new Module(tmp, ensureNotNull(tmp_0 == null ? null : new NonEmptyList(tmp_0)).zp_1);
1832
1832
  }
1833
1833
  function consume_1(_this__u8e3s4) {
1834
1834
  var tmp;
@@ -1860,17 +1860,17 @@ function consume_1(_this__u8e3s4) {
1860
1860
  return tmp;
1861
1861
  }
1862
1862
  function consume_2(_this__u8e3s4) {
1863
- var tmp0_safe_receiver = _this__u8e3s4.kw_1;
1863
+ var tmp0_safe_receiver = _this__u8e3s4.vz_1;
1864
1864
  var tmp;
1865
1865
  if (tmp0_safe_receiver == null) {
1866
1866
  tmp = null;
1867
1867
  } else {
1868
1868
  // Inline function 'kotlin.let' call
1869
- tmp = Companion_instance.jt(tmp0_safe_receiver);
1869
+ tmp = Companion_instance.uw(tmp0_safe_receiver);
1870
1870
  }
1871
1871
  var tmp_0 = tmp;
1872
1872
  var tmp_1 = emptyList();
1873
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.jw_1);
1873
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.uz_1);
1874
1874
  var tmp_3 = consume_8(_this__u8e3s4.method);
1875
1875
  // Inline function 'kotlin.collections.map' call
1876
1876
  var this_0 = _this__u8e3s4.path;
@@ -1882,7 +1882,7 @@ function consume_2(_this__u8e3s4) {
1882
1882
  var item = this_0[inductionVariable];
1883
1883
  inductionVariable = inductionVariable + 1 | 0;
1884
1884
  var tmp$ret$2 = consume_9(item);
1885
- destination.x(tmp$ret$2);
1885
+ destination.y(tmp$ret$2);
1886
1886
  }
1887
1887
  var tmp_4 = destination;
1888
1888
  // Inline function 'kotlin.collections.map' call
@@ -1895,7 +1895,7 @@ function consume_2(_this__u8e3s4) {
1895
1895
  var item_0 = this_1[inductionVariable_0];
1896
1896
  inductionVariable_0 = inductionVariable_0 + 1 | 0;
1897
1897
  var tmp$ret$5 = consume_10(item_0);
1898
- destination_0.x(tmp$ret$5);
1898
+ destination_0.y(tmp$ret$5);
1899
1899
  }
1900
1900
  var tmp_5 = destination_0;
1901
1901
  // Inline function 'kotlin.collections.map' call
@@ -1908,7 +1908,7 @@ function consume_2(_this__u8e3s4) {
1908
1908
  var item_1 = this_2[inductionVariable_1];
1909
1909
  inductionVariable_1 = inductionVariable_1 + 1 | 0;
1910
1910
  var tmp$ret$8 = consume_10(item_1);
1911
- destination_1.x(tmp$ret$8);
1911
+ destination_1.y(tmp$ret$8);
1912
1912
  }
1913
1913
  var tmp_6 = destination_1;
1914
1914
  // Inline function 'kotlin.collections.map' call
@@ -1921,7 +1921,7 @@ function consume_2(_this__u8e3s4) {
1921
1921
  var item_2 = this_3[inductionVariable_2];
1922
1922
  inductionVariable_2 = inductionVariable_2 + 1 | 0;
1923
1923
  var tmp$ret$11 = consume_11(item_2);
1924
- destination_2.x(tmp$ret$11);
1924
+ destination_2.y(tmp$ret$11);
1925
1925
  }
1926
1926
  var tmp_7 = destination_2;
1927
1927
  // Inline function 'kotlin.collections.map' call
@@ -1934,33 +1934,33 @@ function consume_2(_this__u8e3s4) {
1934
1934
  var item_3 = this_4[inductionVariable_3];
1935
1935
  inductionVariable_3 = inductionVariable_3 + 1 | 0;
1936
1936
  var tmp$ret$14 = consume_12(item_3);
1937
- destination_3.x(tmp$ret$14);
1937
+ destination_3.y(tmp$ret$14);
1938
1938
  }
1939
1939
  return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, destination_3);
1940
1940
  }
1941
1941
  function consume_3(_this__u8e3s4) {
1942
- var tmp0_safe_receiver = _this__u8e3s4.yw_1;
1942
+ var tmp0_safe_receiver = _this__u8e3s4.j10_1;
1943
1943
  var tmp;
1944
1944
  if (tmp0_safe_receiver == null) {
1945
1945
  tmp = null;
1946
1946
  } else {
1947
1947
  // Inline function 'kotlin.let' call
1948
- tmp = Companion_instance.jt(tmp0_safe_receiver);
1948
+ tmp = Companion_instance.uw(tmp0_safe_receiver);
1949
1949
  }
1950
- return new Enum_0(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.xw_1), toSet(_this__u8e3s4.entries));
1950
+ return new Enum_0(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.i10_1), toSet(_this__u8e3s4.entries));
1951
1951
  }
1952
1952
  function consume_4(_this__u8e3s4) {
1953
- var tmp0_safe_receiver = _this__u8e3s4.ix_1;
1953
+ var tmp0_safe_receiver = _this__u8e3s4.t10_1;
1954
1954
  var tmp;
1955
1955
  if (tmp0_safe_receiver == null) {
1956
1956
  tmp = null;
1957
1957
  } else {
1958
1958
  // Inline function 'kotlin.let' call
1959
- tmp = Companion_instance.jt(tmp0_safe_receiver);
1959
+ tmp = Companion_instance.uw(tmp0_safe_receiver);
1960
1960
  }
1961
1961
  var tmp_0 = tmp;
1962
1962
  var tmp_1 = emptyList();
1963
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.hx_1);
1963
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.s10_1);
1964
1964
  var tmp_3 = consume_13(_this__u8e3s4.reference);
1965
1965
  var tmp1_elvis_lhs = tmp_3 instanceof Primitive ? tmp_3 : null;
1966
1966
  var tmp_4;
@@ -1973,17 +1973,17 @@ function consume_4(_this__u8e3s4) {
1973
1973
  return new Refined(tmp_0, tmp_1, tmp_2, tmp_4);
1974
1974
  }
1975
1975
  function consume_5(_this__u8e3s4) {
1976
- var tmp0_safe_receiver = _this__u8e3s4.fw_1;
1976
+ var tmp0_safe_receiver = _this__u8e3s4.qz_1;
1977
1977
  var tmp;
1978
1978
  if (tmp0_safe_receiver == null) {
1979
1979
  tmp = null;
1980
1980
  } else {
1981
1981
  // Inline function 'kotlin.let' call
1982
- tmp = Companion_instance.jt(tmp0_safe_receiver);
1982
+ tmp = Companion_instance.uw(tmp0_safe_receiver);
1983
1983
  }
1984
1984
  var tmp_0 = tmp;
1985
1985
  var tmp_1 = emptyList();
1986
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.ew_1);
1986
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.pz_1);
1987
1987
  // Inline function 'kotlin.collections.map' call
1988
1988
  var this_0 = _this__u8e3s4.shape.value;
1989
1989
  // Inline function 'kotlin.collections.mapTo' call
@@ -1994,22 +1994,22 @@ function consume_5(_this__u8e3s4) {
1994
1994
  var item = this_0[inductionVariable];
1995
1995
  inductionVariable = inductionVariable + 1 | 0;
1996
1996
  var tmp$ret$2 = consume_10(item);
1997
- destination.x(tmp$ret$2);
1997
+ destination.y(tmp$ret$2);
1998
1998
  }
1999
1999
  return new Type(tmp_0, tmp_1, tmp_2, new Shape(destination), emptyList());
2000
2000
  }
2001
2001
  function consume_6(_this__u8e3s4) {
2002
- var tmp0_safe_receiver = _this__u8e3s4.bx_1;
2002
+ var tmp0_safe_receiver = _this__u8e3s4.m10_1;
2003
2003
  var tmp;
2004
2004
  if (tmp0_safe_receiver == null) {
2005
2005
  tmp = null;
2006
2006
  } else {
2007
2007
  // Inline function 'kotlin.let' call
2008
- tmp = Companion_instance.jt(tmp0_safe_receiver);
2008
+ tmp = Companion_instance.uw(tmp0_safe_receiver);
2009
2009
  }
2010
2010
  var tmp_0 = tmp;
2011
2011
  var tmp_1 = emptyList();
2012
- var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.ax_1);
2012
+ var tmp_2 = new DefinitionIdentifier(_this__u8e3s4.l10_1);
2013
2013
  // Inline function 'kotlin.collections.map' call
2014
2014
  var this_0 = _this__u8e3s4.entries;
2015
2015
  // Inline function 'kotlin.collections.mapTo' call
@@ -2020,24 +2020,24 @@ function consume_6(_this__u8e3s4) {
2020
2020
  var item = this_0[inductionVariable];
2021
2021
  inductionVariable = inductionVariable + 1 | 0;
2022
2022
  var tmp$ret$2 = consume_13(item);
2023
- destination.x(tmp$ret$2);
2023
+ destination.y(tmp$ret$2);
2024
2024
  }
2025
2025
  return new Union(tmp_0, tmp_1, tmp_2, toSet_0(destination));
2026
2026
  }
2027
2027
  function consume_7(_this__u8e3s4) {
2028
- var tmp0_safe_receiver = _this__u8e3s4.ex_1;
2028
+ var tmp0_safe_receiver = _this__u8e3s4.p10_1;
2029
2029
  var tmp;
2030
2030
  if (tmp0_safe_receiver == null) {
2031
2031
  tmp = null;
2032
2032
  } else {
2033
2033
  // Inline function 'kotlin.let' call
2034
- tmp = Companion_instance.jt(tmp0_safe_receiver);
2034
+ tmp = Companion_instance.uw(tmp0_safe_receiver);
2035
2035
  }
2036
- return new Channel(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.dx_1), consume_13(_this__u8e3s4.reference));
2036
+ return new Channel(tmp, emptyList(), new DefinitionIdentifier(_this__u8e3s4.o10_1), consume_13(_this__u8e3s4.reference));
2037
2037
  }
2038
2038
  function consume_8(_this__u8e3s4) {
2039
2039
  var tmp;
2040
- switch (_this__u8e3s4.b3_1) {
2040
+ switch (_this__u8e3s4.c3_1) {
2041
2041
  case 0:
2042
2042
  tmp = Method_GET_getInstance();
2043
2043
  break;
@@ -2102,7 +2102,7 @@ function consume_12(_this__u8e3s4) {
2102
2102
  var item = this_0[inductionVariable];
2103
2103
  inductionVariable = inductionVariable + 1 | 0;
2104
2104
  var tmp$ret$0 = consume_10(item);
2105
- destination.x(tmp$ret$0);
2105
+ destination.y(tmp$ret$0);
2106
2106
  }
2107
2107
  var tmp = destination;
2108
2108
  var tmp0_safe_receiver = _this__u8e3s4.content;
@@ -2111,22 +2111,22 @@ function consume_12(_this__u8e3s4) {
2111
2111
  function consume_13(_this__u8e3s4) {
2112
2112
  var tmp;
2113
2113
  if (_this__u8e3s4 instanceof WsAny) {
2114
- tmp = new Any(_this__u8e3s4.nx_1);
2114
+ tmp = new Any(_this__u8e3s4.y10_1);
2115
2115
  } else {
2116
2116
  if (_this__u8e3s4 instanceof WsUnit) {
2117
- tmp = new Unit(_this__u8e3s4.ox_1);
2117
+ tmp = new Unit(_this__u8e3s4.z10_1);
2118
2118
  } else {
2119
2119
  if (_this__u8e3s4 instanceof WsCustom) {
2120
- tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.sx_1);
2120
+ tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.d11_1);
2121
2121
  } else {
2122
2122
  if (_this__u8e3s4 instanceof WsPrimitive) {
2123
- tmp = new Primitive(consumeType(_this__u8e3s4), _this__u8e3s4.tx_1);
2123
+ tmp = new Primitive(consumeType(_this__u8e3s4), _this__u8e3s4.e11_1);
2124
2124
  } else {
2125
2125
  if (_this__u8e3s4 instanceof WsDict) {
2126
- tmp = new Dict(consume_13(_this__u8e3s4.reference), _this__u8e3s4.rx_1);
2126
+ tmp = new Dict(consume_13(_this__u8e3s4.reference), _this__u8e3s4.c11_1);
2127
2127
  } else {
2128
2128
  if (_this__u8e3s4 instanceof WsIterable) {
2129
- tmp = new Iterable(consume_13(_this__u8e3s4.reference), _this__u8e3s4.px_1);
2129
+ tmp = new Iterable(consume_13(_this__u8e3s4.reference), _this__u8e3s4.a11_1);
2130
2130
  } else {
2131
2131
  noWhenBranchMatchedException();
2132
2132
  }
@@ -2165,7 +2165,7 @@ function consumeType(_this__u8e3s4) {
2165
2165
  }
2166
2166
  var bound = tmp_2;
2167
2167
  var tmp_3;
2168
- switch (_this__u8e3s4.type.b3_1) {
2168
+ switch (_this__u8e3s4.type.c3_1) {
2169
2169
  case 0:
2170
2170
  tmp_3 = new String_0(regExp);
2171
2171
  break;
@@ -2266,16 +2266,16 @@ function WsCompilationResult(result, errors) {
2266
2266
  this.result = result;
2267
2267
  this.errors = errors;
2268
2268
  }
2269
- protoOf(WsCompilationResult).hy = function () {
2269
+ protoOf(WsCompilationResult).s11 = function () {
2270
2270
  return this.result;
2271
2271
  };
2272
- protoOf(WsCompilationResult).iy = function () {
2272
+ protoOf(WsCompilationResult).t11 = function () {
2273
2273
  return this.errors;
2274
2274
  };
2275
2275
  function WsCompiled(value) {
2276
2276
  this.value = value;
2277
2277
  }
2278
- protoOf(WsCompiled).l1 = function () {
2278
+ protoOf(WsCompiled).m1 = function () {
2279
2279
  return this.value;
2280
2280
  };
2281
2281
  function WsCompiledFile(name, value) {
@@ -2285,7 +2285,7 @@ function WsCompiledFile(name, value) {
2285
2285
  protoOf(WsCompiledFile).m = function () {
2286
2286
  return this.name;
2287
2287
  };
2288
- protoOf(WsCompiledFile).l1 = function () {
2288
+ protoOf(WsCompiledFile).m1 = function () {
2289
2289
  return this.value;
2290
2290
  };
2291
2291
  function WsParseResult(result, errors) {
@@ -2294,10 +2294,10 @@ function WsParseResult(result, errors) {
2294
2294
  this.result = result;
2295
2295
  this.errors = errors;
2296
2296
  }
2297
- protoOf(WsParseResult).hy = function () {
2297
+ protoOf(WsParseResult).s11 = function () {
2298
2298
  return this.result;
2299
2299
  };
2300
- protoOf(WsParseResult).iy = function () {
2300
+ protoOf(WsParseResult).t11 = function () {
2301
2301
  return this.errors;
2302
2302
  };
2303
2303
  function WsStringResult(result, errors) {
@@ -2306,27 +2306,27 @@ function WsStringResult(result, errors) {
2306
2306
  this.result = result;
2307
2307
  this.errors = errors;
2308
2308
  }
2309
- protoOf(WsStringResult).hy = function () {
2309
+ protoOf(WsStringResult).s11 = function () {
2310
2310
  return this.result;
2311
2311
  };
2312
- protoOf(WsStringResult).iy = function () {
2312
+ protoOf(WsStringResult).t11 = function () {
2313
2313
  return this.errors;
2314
2314
  };
2315
2315
  function WsEmitted(file, result) {
2316
2316
  this.file = file;
2317
2317
  this.result = result;
2318
2318
  }
2319
- protoOf(WsEmitted).jy = function () {
2319
+ protoOf(WsEmitted).u11 = function () {
2320
2320
  return this.file;
2321
2321
  };
2322
- protoOf(WsEmitted).hy = function () {
2322
+ protoOf(WsEmitted).s11 = function () {
2323
2323
  return this.result;
2324
2324
  };
2325
2325
  function produce_15(_this__u8e3s4) {
2326
2326
  var tmp;
2327
2327
  if (_this__u8e3s4 instanceof Left) {
2328
2328
  // Inline function 'arrow.core.NonEmptyList.map' call
2329
- var this_0 = _this__u8e3s4.dm_1.om_1;
2329
+ var this_0 = _this__u8e3s4.op_1.zp_1;
2330
2330
  // Inline function 'kotlin.collections.map' call
2331
2331
  var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
2332
2332
  // Inline function 'kotlin.collections.mapTo' call
@@ -2335,7 +2335,7 @@ function produce_15(_this__u8e3s4) {
2335
2335
  while (_iterator__ex2g4s.u()) {
2336
2336
  var item = _iterator__ex2g4s.v();
2337
2337
  var tmp$ret$0 = produce_21(item);
2338
- destination.x(tmp$ret$0);
2338
+ destination.y(tmp$ret$0);
2339
2339
  }
2340
2340
  var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
2341
2341
  // Inline function 'kotlin.collections.toTypedArray' call
@@ -2344,7 +2344,7 @@ function produce_15(_this__u8e3s4) {
2344
2344
  tmp = new WsParseResult(VOID, tmp$ret$4);
2345
2345
  } else {
2346
2346
  if (_this__u8e3s4 instanceof Right) {
2347
- tmp = new WsParseResult(produce_13(_this__u8e3s4.fm_1));
2347
+ tmp = new WsParseResult(produce_13(_this__u8e3s4.qp_1));
2348
2348
  } else {
2349
2349
  noWhenBranchMatchedException();
2350
2350
  }
@@ -2355,7 +2355,7 @@ function produce_16(_this__u8e3s4) {
2355
2355
  var tmp;
2356
2356
  if (_this__u8e3s4 instanceof Left) {
2357
2357
  // Inline function 'arrow.core.NonEmptyList.map' call
2358
- var this_0 = _this__u8e3s4.dm_1.om_1;
2358
+ var this_0 = _this__u8e3s4.op_1.zp_1;
2359
2359
  // Inline function 'kotlin.collections.map' call
2360
2360
  var this_1 = _NonEmptyList___get_all__impl__pmf509(this_0);
2361
2361
  // Inline function 'kotlin.collections.mapTo' call
@@ -2364,7 +2364,7 @@ function produce_16(_this__u8e3s4) {
2364
2364
  while (_iterator__ex2g4s.u()) {
2365
2365
  var item = _iterator__ex2g4s.v();
2366
2366
  var tmp$ret$0 = produce_21(item);
2367
- destination.x(tmp$ret$0);
2367
+ destination.y(tmp$ret$0);
2368
2368
  }
2369
2369
  var tmp$ret$3 = _NonEmptyList___init__impl__fxd0xp(destination);
2370
2370
  // Inline function 'kotlin.collections.toTypedArray' call
@@ -2373,7 +2373,7 @@ function produce_16(_this__u8e3s4) {
2373
2373
  tmp = new WsStringResult(VOID, tmp$ret$4);
2374
2374
  } else {
2375
2375
  if (_this__u8e3s4 instanceof Right) {
2376
- tmp = new WsStringResult(_this__u8e3s4.fm_1);
2376
+ tmp = new WsStringResult(_this__u8e3s4.qp_1);
2377
2377
  } else {
2378
2378
  noWhenBranchMatchedException();
2379
2379
  }
@@ -2381,7 +2381,7 @@ function produce_16(_this__u8e3s4) {
2381
2381
  return tmp;
2382
2382
  }
2383
2383
  function produce_17(_this__u8e3s4) {
2384
- return new WsEmitted(_this__u8e3s4.yo_1, _this__u8e3s4.zo_1);
2384
+ return new WsEmitted(_this__u8e3s4.js_1, _this__u8e3s4.ks_1);
2385
2385
  }
2386
2386
  function WsTokenResult(tokens, error) {
2387
2387
  tokens = tokens === VOID ? null : tokens;
@@ -2389,25 +2389,25 @@ function WsTokenResult(tokens, error) {
2389
2389
  this.tokens = tokens;
2390
2390
  this.error = error;
2391
2391
  }
2392
- protoOf(WsTokenResult).ky = function () {
2392
+ protoOf(WsTokenResult).v11 = function () {
2393
2393
  return this.tokens;
2394
2394
  };
2395
- protoOf(WsTokenResult).ly = function () {
2395
+ protoOf(WsTokenResult).w11 = function () {
2396
2396
  return this.error;
2397
2397
  };
2398
- protoOf(WsTokenResult).ve = function () {
2398
+ protoOf(WsTokenResult).mf = function () {
2399
2399
  return this.tokens;
2400
2400
  };
2401
- protoOf(WsTokenResult).we = function () {
2401
+ protoOf(WsTokenResult).nf = function () {
2402
2402
  return this.error;
2403
2403
  };
2404
- protoOf(WsTokenResult).my = function (tokens, error) {
2404
+ protoOf(WsTokenResult).x11 = function (tokens, error) {
2405
2405
  return new WsTokenResult(tokens, error);
2406
2406
  };
2407
2407
  protoOf(WsTokenResult).copy = function (tokens, error, $super) {
2408
2408
  tokens = tokens === VOID ? this.tokens : tokens;
2409
2409
  error = error === VOID ? this.error : error;
2410
- return $super === VOID ? this.my(tokens, error) : $super.my.call(this, tokens, error);
2410
+ return $super === VOID ? this.x11(tokens, error) : $super.x11.call(this, tokens, error);
2411
2411
  };
2412
2412
  protoOf(WsTokenResult).toString = function () {
2413
2413
  return 'WsTokenResult(tokens=' + toString_0(this.tokens) + ', error=' + toString_0(this.error) + ')';
@@ -2431,7 +2431,7 @@ protoOf(WsTokenResult).equals = function (other) {
2431
2431
  function WsTokens(value) {
2432
2432
  this.value = value;
2433
2433
  }
2434
- protoOf(WsTokens).l1 = function () {
2434
+ protoOf(WsTokens).m1 = function () {
2435
2435
  return this.value;
2436
2436
  };
2437
2437
  protoOf(WsTokens).equals = function (other) {
@@ -2448,15 +2448,15 @@ protoOf(WsTokens).equals = function (other) {
2448
2448
  protoOf(WsTokens).hashCode = function () {
2449
2449
  return contentHashCode(this.value);
2450
2450
  };
2451
- protoOf(WsTokens).ve = function () {
2451
+ protoOf(WsTokens).mf = function () {
2452
2452
  return this.value;
2453
2453
  };
2454
- protoOf(WsTokens).ny = function (value) {
2454
+ protoOf(WsTokens).y11 = function (value) {
2455
2455
  return new WsTokens(value);
2456
2456
  };
2457
2457
  protoOf(WsTokens).copy = function (value, $super) {
2458
2458
  value = value === VOID ? this.value : value;
2459
- return $super === VOID ? this.ny(value) : $super.ny.call(this, value);
2459
+ return $super === VOID ? this.y11(value) : $super.y11.call(this, value);
2460
2460
  };
2461
2461
  protoOf(WsTokens).toString = function () {
2462
2462
  return 'WsTokens(value=' + toString(this.value) + ')';
@@ -2467,32 +2467,32 @@ function WsToken(type, value, coordinates) {
2467
2467
  this.value = value;
2468
2468
  this.coordinates = coordinates;
2469
2469
  }
2470
- protoOf(WsToken).ux = function () {
2470
+ protoOf(WsToken).f11 = function () {
2471
2471
  return this.type;
2472
2472
  };
2473
- protoOf(WsToken).l1 = function () {
2473
+ protoOf(WsToken).m1 = function () {
2474
2474
  return this.value;
2475
2475
  };
2476
- protoOf(WsToken).oy = function () {
2476
+ protoOf(WsToken).z11 = function () {
2477
2477
  return this.coordinates;
2478
2478
  };
2479
- protoOf(WsToken).ve = function () {
2479
+ protoOf(WsToken).mf = function () {
2480
2480
  return this.type;
2481
2481
  };
2482
- protoOf(WsToken).we = function () {
2482
+ protoOf(WsToken).nf = function () {
2483
2483
  return this.value;
2484
2484
  };
2485
- protoOf(WsToken).ek = function () {
2485
+ protoOf(WsToken).xm = function () {
2486
2486
  return this.coordinates;
2487
2487
  };
2488
- protoOf(WsToken).py = function (type, value, coordinates) {
2488
+ protoOf(WsToken).a12 = function (type, value, coordinates) {
2489
2489
  return new WsToken(type, value, coordinates);
2490
2490
  };
2491
2491
  protoOf(WsToken).copy = function (type, value, coordinates, $super) {
2492
2492
  type = type === VOID ? this.type : type;
2493
2493
  value = value === VOID ? this.value : value;
2494
2494
  coordinates = coordinates === VOID ? this.coordinates : coordinates;
2495
- return $super === VOID ? this.py(type, value, coordinates) : $super.py.call(this, type, value, coordinates);
2495
+ return $super === VOID ? this.a12(type, value, coordinates) : $super.a12.call(this, type, value, coordinates);
2496
2496
  };
2497
2497
  protoOf(WsToken).toString = function () {
2498
2498
  return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates.toString() + ')';
@@ -2524,32 +2524,32 @@ function WsCoordinates(line, position, idxAndLength) {
2524
2524
  this.position = position;
2525
2525
  this.idxAndLength = idxAndLength;
2526
2526
  }
2527
- protoOf(WsCoordinates).qy = function () {
2527
+ protoOf(WsCoordinates).b12 = function () {
2528
2528
  return this.line;
2529
2529
  };
2530
- protoOf(WsCoordinates).ry = function () {
2530
+ protoOf(WsCoordinates).c12 = function () {
2531
2531
  return this.position;
2532
2532
  };
2533
- protoOf(WsCoordinates).sy = function () {
2533
+ protoOf(WsCoordinates).d12 = function () {
2534
2534
  return this.idxAndLength;
2535
2535
  };
2536
- protoOf(WsCoordinates).ve = function () {
2536
+ protoOf(WsCoordinates).mf = function () {
2537
2537
  return this.line;
2538
2538
  };
2539
- protoOf(WsCoordinates).we = function () {
2539
+ protoOf(WsCoordinates).nf = function () {
2540
2540
  return this.position;
2541
2541
  };
2542
- protoOf(WsCoordinates).ek = function () {
2542
+ protoOf(WsCoordinates).xm = function () {
2543
2543
  return this.idxAndLength;
2544
2544
  };
2545
- protoOf(WsCoordinates).ty = function (line, position, idxAndLength) {
2545
+ protoOf(WsCoordinates).e12 = function (line, position, idxAndLength) {
2546
2546
  return new WsCoordinates(line, position, idxAndLength);
2547
2547
  };
2548
2548
  protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
2549
2549
  line = line === VOID ? this.line : line;
2550
2550
  position = position === VOID ? this.position : position;
2551
2551
  idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
2552
- return $super === VOID ? this.ty(line, position, idxAndLength) : $super.ty.call(this, line, position, idxAndLength);
2552
+ return $super === VOID ? this.e12(line, position, idxAndLength) : $super.e12.call(this, line, position, idxAndLength);
2553
2553
  };
2554
2554
  protoOf(WsCoordinates).toString = function () {
2555
2555
  return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength.toString() + ')';
@@ -2579,25 +2579,25 @@ function WsIndex(idx, length) {
2579
2579
  this.idx = idx;
2580
2580
  this.length = length;
2581
2581
  }
2582
- protoOf(WsIndex).uy = function () {
2582
+ protoOf(WsIndex).f12 = function () {
2583
2583
  return this.idx;
2584
2584
  };
2585
2585
  protoOf(WsIndex).a = function () {
2586
2586
  return this.length;
2587
2587
  };
2588
- protoOf(WsIndex).ve = function () {
2588
+ protoOf(WsIndex).mf = function () {
2589
2589
  return this.idx;
2590
2590
  };
2591
- protoOf(WsIndex).we = function () {
2591
+ protoOf(WsIndex).nf = function () {
2592
2592
  return this.length;
2593
2593
  };
2594
- protoOf(WsIndex).vy = function (idx, length) {
2594
+ protoOf(WsIndex).g12 = function (idx, length) {
2595
2595
  return new WsIndex(idx, length);
2596
2596
  };
2597
2597
  protoOf(WsIndex).copy = function (idx, length, $super) {
2598
2598
  idx = idx === VOID ? this.idx : idx;
2599
2599
  length = length === VOID ? this.length : length;
2600
- return $super === VOID ? this.vy(idx, length) : $super.vy.call(this, idx, length);
2600
+ return $super === VOID ? this.g12(idx, length) : $super.g12.call(this, idx, length);
2601
2601
  };
2602
2602
  protoOf(WsIndex).toString = function () {
2603
2603
  return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
@@ -2619,13 +2619,13 @@ protoOf(WsIndex).equals = function (other) {
2619
2619
  return true;
2620
2620
  };
2621
2621
  function produce_18(_this__u8e3s4) {
2622
- return new WsToken(name(_this__u8e3s4.js_1), _this__u8e3s4.is_1, produce_19(_this__u8e3s4.ks_1));
2622
+ return new WsToken(name(_this__u8e3s4.uv_1), _this__u8e3s4.tv_1, produce_19(_this__u8e3s4.vv_1));
2623
2623
  }
2624
2624
  function produce_19(_this__u8e3s4) {
2625
- return new WsCoordinates(_this__u8e3s4.ls_1, _this__u8e3s4.ms_1, produce_20(_this__u8e3s4.ns_1));
2625
+ return new WsCoordinates(_this__u8e3s4.wv_1, _this__u8e3s4.xv_1, produce_20(_this__u8e3s4.yv_1));
2626
2626
  }
2627
2627
  function produce_20(_this__u8e3s4) {
2628
- return new WsIndex(_this__u8e3s4.nv_1, _this__u8e3s4.ov_1);
2628
+ return new WsIndex(_this__u8e3s4.yy_1, _this__u8e3s4.zy_1);
2629
2629
  }
2630
2630
  function WsError(line, position, index, length, value) {
2631
2631
  this.line = line;
@@ -2634,37 +2634,37 @@ function WsError(line, position, index, length, value) {
2634
2634
  this.length = length;
2635
2635
  this.value = value;
2636
2636
  }
2637
- protoOf(WsError).qy = function () {
2637
+ protoOf(WsError).b12 = function () {
2638
2638
  return this.line;
2639
2639
  };
2640
- protoOf(WsError).ry = function () {
2640
+ protoOf(WsError).c12 = function () {
2641
2641
  return this.position;
2642
2642
  };
2643
- protoOf(WsError).wy = function () {
2643
+ protoOf(WsError).h12 = function () {
2644
2644
  return this.index;
2645
2645
  };
2646
2646
  protoOf(WsError).a = function () {
2647
2647
  return this.length;
2648
2648
  };
2649
- protoOf(WsError).l1 = function () {
2649
+ protoOf(WsError).m1 = function () {
2650
2650
  return this.value;
2651
2651
  };
2652
- protoOf(WsError).ve = function () {
2652
+ protoOf(WsError).mf = function () {
2653
2653
  return this.line;
2654
2654
  };
2655
- protoOf(WsError).we = function () {
2655
+ protoOf(WsError).nf = function () {
2656
2656
  return this.position;
2657
2657
  };
2658
- protoOf(WsError).ek = function () {
2658
+ protoOf(WsError).xm = function () {
2659
2659
  return this.index;
2660
2660
  };
2661
- protoOf(WsError).rw = function () {
2661
+ protoOf(WsError).c10 = function () {
2662
2662
  return this.length;
2663
2663
  };
2664
- protoOf(WsError).sw = function () {
2664
+ protoOf(WsError).d10 = function () {
2665
2665
  return this.value;
2666
2666
  };
2667
- protoOf(WsError).xy = function (line, position, index, length, value) {
2667
+ protoOf(WsError).i12 = function (line, position, index, length, value) {
2668
2668
  return new WsError(line, position, index, length, value);
2669
2669
  };
2670
2670
  protoOf(WsError).copy = function (line, position, index, length, value, $super) {
@@ -2673,7 +2673,7 @@ protoOf(WsError).copy = function (line, position, index, length, value, $super)
2673
2673
  index = index === VOID ? this.index : index;
2674
2674
  length = length === VOID ? this.length : length;
2675
2675
  value = value === VOID ? this.value : value;
2676
- return $super === VOID ? this.xy(line, position, index, length, value) : $super.xy.call(this, line, position, index, length, value);
2676
+ return $super === VOID ? this.i12(line, position, index, length, value) : $super.i12.call(this, line, position, index, length, value);
2677
2677
  };
2678
2678
  protoOf(WsError).toString = function () {
2679
2679
  return 'WsError(line=' + this.line + ', position=' + this.position + ', index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
@@ -2704,67 +2704,67 @@ protoOf(WsError).equals = function (other) {
2704
2704
  return true;
2705
2705
  };
2706
2706
  function produce_21(_this__u8e3s4) {
2707
- return new WsError(_this__u8e3s4.qs_1.ls_1, _this__u8e3s4.qs_1.ms_1, _this__u8e3s4.qs_1.ns_1.nv_1 - _this__u8e3s4.qs_1.ns_1.ov_1 | 0, _this__u8e3s4.qs_1.ns_1.ov_1, _this__u8e3s4.e());
2707
+ return new WsError(_this__u8e3s4.bw_1.wv_1, _this__u8e3s4.bw_1.xv_1, _this__u8e3s4.bw_1.yv_1.yy_1 - _this__u8e3s4.bw_1.yv_1.zy_1 | 0, _this__u8e3s4.bw_1.yv_1.zy_1, _this__u8e3s4.e());
2708
2708
  }
2709
2709
  //region block: post-declaration
2710
2710
  defineProp(protoOf(WsType), 'identifier', function () {
2711
- return this.mr();
2711
+ return this.xu();
2712
2712
  });
2713
2713
  defineProp(protoOf(WsType), 'comment', function () {
2714
- return this.dw();
2714
+ return this.oz();
2715
2715
  });
2716
2716
  defineProp(protoOf(WsEndpoint), 'identifier', function () {
2717
- return this.mr();
2717
+ return this.xu();
2718
2718
  });
2719
2719
  defineProp(protoOf(WsEndpoint), 'comment', function () {
2720
- return this.dw();
2720
+ return this.oz();
2721
2721
  });
2722
2722
  defineProp(protoOf(WsEnum), 'identifier', function () {
2723
- return this.mr();
2723
+ return this.xu();
2724
2724
  });
2725
2725
  defineProp(protoOf(WsEnum), 'comment', function () {
2726
- return this.dw();
2726
+ return this.oz();
2727
2727
  });
2728
2728
  defineProp(protoOf(WsUnion), 'identifier', function () {
2729
- return this.mr();
2729
+ return this.xu();
2730
2730
  });
2731
2731
  defineProp(protoOf(WsUnion), 'comment', function () {
2732
- return this.dw();
2732
+ return this.oz();
2733
2733
  });
2734
2734
  defineProp(protoOf(WsChannel), 'identifier', function () {
2735
- return this.mr();
2735
+ return this.xu();
2736
2736
  });
2737
2737
  defineProp(protoOf(WsChannel), 'comment', function () {
2738
- return this.dw();
2738
+ return this.oz();
2739
2739
  });
2740
2740
  defineProp(protoOf(WsRefined), 'identifier', function () {
2741
- return this.mr();
2741
+ return this.xu();
2742
2742
  });
2743
2743
  defineProp(protoOf(WsRefined), 'comment', function () {
2744
- return this.dw();
2744
+ return this.oz();
2745
2745
  });
2746
2746
  defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).m);
2747
- defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).c3);
2747
+ defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).d3);
2748
2748
  defineProp(protoOf(WsAny), 'isNullable', function () {
2749
- return this.tu();
2749
+ return this.ey();
2750
2750
  });
2751
2751
  defineProp(protoOf(WsUnit), 'isNullable', function () {
2752
- return this.tu();
2752
+ return this.ey();
2753
2753
  });
2754
2754
  defineProp(protoOf(WsIterable), 'isNullable', function () {
2755
- return this.tu();
2755
+ return this.ey();
2756
2756
  });
2757
2757
  defineProp(protoOf(WsDict), 'isNullable', function () {
2758
- return this.tu();
2758
+ return this.ey();
2759
2759
  });
2760
2760
  defineProp(protoOf(WsCustom), 'isNullable', function () {
2761
- return this.tu();
2761
+ return this.ey();
2762
2762
  });
2763
2763
  defineProp(protoOf(WsPrimitive), 'isNullable', function () {
2764
- return this.tu();
2764
+ return this.ey();
2765
2765
  });
2766
2766
  defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).m);
2767
- defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).c3);
2767
+ defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).d3);
2768
2768
  //endregion
2769
2769
  //region block: exports
2770
2770
  WsMethod.values = values;