@apple/tree-sitter-pkl 0.19.0 → 0.20.0

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 (679) hide show
  1. package/CHANGELOG.adoc +7 -0
  2. package/CMakeLists.txt +1 -1
  3. package/Cargo.lock +1 -1
  4. package/Cargo.toml +1 -1
  5. package/Makefile +1 -1
  6. package/binding.gyp +22 -6
  7. package/bindings/node/binding.cc +13 -22
  8. package/bindings/node/index.js +7 -15
  9. package/bindings/python/tests/test_binding.py +2 -2
  10. package/bindings/swift/TreeSitterPkl/pkl.h +4 -4
  11. package/package.json +16 -11
  12. package/pyproject.toml +1 -1
  13. package/setup.py +24 -24
  14. package/src/node-types.json +2 -0
  15. package/src/parser.c +21358 -22133
  16. package/src/tree_sitter/parser.h +0 -1
  17. package/tree-sitter.json +1 -1
  18. package/bindings/c/tree-sitter-pkl.h +0 -16
  19. package/test/corpus/basic/annotation.txt +0 -241
  20. package/test/corpus/basic/comments.txt +0 -41
  21. package/test/corpus/basic/shebangComment.txt +0 -15
  22. package/test/corpus/basic/types.txt +0 -187
  23. package/test/corpus/class/constModifier.txt +0 -23
  24. package/test/corpus/class/fixedModifier.txt +0 -23
  25. package/test/corpus/expr/binary.txt +0 -107
  26. package/test/corpus/expr/binary2.txt +0 -18
  27. package/test/corpus/expr/functionLiteral.txt +0 -22
  28. package/test/corpus/expr/if.txt +0 -15
  29. package/test/corpus/expr/import.txt +0 -20
  30. package/test/corpus/expr/let.txt +0 -17
  31. package/test/corpus/expr/new.txt +0 -34
  32. package/test/corpus/expr/qualifiedAccess.txt +0 -102
  33. package/test/corpus/expr/read.txt +0 -26
  34. package/test/corpus/expr/subscript.txt +0 -48
  35. package/test/corpus/expr/super.txt +0 -27
  36. package/test/corpus/expr/throw.txt +0 -13
  37. package/test/corpus/expr/trace.txt +0 -13
  38. package/test/corpus/expr/typeTest.txt +0 -40
  39. package/test/corpus/expr/unaryMinus.txt +0 -22
  40. package/test/corpus/module/moduleHeader1.txt +0 -23
  41. package/test/corpus/module/moduleHeader2.txt +0 -29
  42. package/test/corpus/module/moduleHeader3.error.txt +0 -23
  43. package/test/corpus/module/moduleHeader4.txt +0 -34
  44. package/test/corpus/module/moduleHeader5.txt +0 -16
  45. package/test/corpus/module/moduleHeader6.txt +0 -17
  46. package/test/corpus/number/underscores.txt +0 -99
  47. package/test/corpus/object/mixedEntriesAndElements.txt +0 -52
  48. package/test/corpus/object/objectAmendChain.txt +0 -38
  49. package/test/corpus/object/objectBodyParams.txt +0 -44
  50. package/test/corpus/object/objectElementWithTypeConstraint +0 -30
  51. package/test/corpus/object/objectElementsWithParens.txt +0 -51
  52. package/test/corpus/object/objectElementsWithTypeParams +0 -65
  53. package/test/corpus/object/objectGenerator.txt +0 -53
  54. package/test/corpus/object/objectMember.txt +0 -129
  55. package/test/corpus/object/objectMemberPredicate.txt +0 -41
  56. package/test/corpus/object/objectSpread.txt +0 -51
  57. package/test/corpus/object/objectWhenGenerator.txt +0 -71
  58. package/test/corpus/snippetTests/annotation/annotation1.txt +0 -284
  59. package/test/corpus/snippetTests/annotation/annotation2.txt +0 -20
  60. package/test/corpus/snippetTests/annotation/annotation3.txt +0 -24
  61. package/test/corpus/snippetTests/annotation/annotation4.txt +0 -32
  62. package/test/corpus/snippetTests/annotation/annotation5.txt +0 -28
  63. package/test/corpus/snippetTests/annotation/annotation6.txt +0 -19
  64. package/test/corpus/snippetTests/annotation/annotationIsNotExpression.txt +0 -29
  65. package/test/corpus/snippetTests/annotation/deprecated1.txt +0 -385
  66. package/test/corpus/snippetTests/annotation/deprecated2.txt +0 -99
  67. package/test/corpus/snippetTests/annotation/deprecated3.txt +0 -155
  68. package/test/corpus/snippetTests/annotation/deprecatedNoRepeatedWarnings.txt +0 -58
  69. package/test/corpus/snippetTests/annotation/deprecatedWithMessage1.txt +0 -405
  70. package/test/corpus/snippetTests/annotation/deprecatedWithMessage2.txt +0 -104
  71. package/test/corpus/snippetTests/annotation/deprecatedWithMessage3.txt +0 -155
  72. package/test/corpus/snippetTests/annotation/deprecationSuperMethod.txt +0 -144
  73. package/test/corpus/snippetTests/api/Resource.txt +0 -128
  74. package/test/corpus/snippetTests/api/analyze1.txt +0 -176
  75. package/test/corpus/snippetTests/api/any.txt +0 -523
  76. package/test/corpus/snippetTests/api/anyConverter.txt +0 -161
  77. package/test/corpus/snippetTests/api/baseModule.txt +0 -170
  78. package/test/corpus/snippetTests/api/dataSize.txt +0 -1165
  79. package/test/corpus/snippetTests/api/duration.txt +0 -800
  80. package/test/corpus/snippetTests/api/float.txt +0 -1334
  81. package/test/corpus/snippetTests/api/int.txt +0 -1142
  82. package/test/corpus/snippetTests/api/intseq.txt +0 -1021
  83. package/test/corpus/snippetTests/api/jsonParser1.txt +0 -279
  84. package/test/corpus/snippetTests/api/jsonParser2.txt +0 -294
  85. package/test/corpus/snippetTests/api/jsonParser3.txt +0 -143
  86. package/test/corpus/snippetTests/api/jsonParser4.txt +0 -112
  87. package/test/corpus/snippetTests/api/jsonParser5.txt +0 -171
  88. package/test/corpus/snippetTests/api/jsonRenderer1.json.txt +0 -41
  89. package/test/corpus/snippetTests/api/jsonRenderer2b.txt +0 -300
  90. package/test/corpus/snippetTests/api/jsonRenderer3.json.txt +0 -334
  91. package/test/corpus/snippetTests/api/jsonRenderer4.txt +0 -388
  92. package/test/corpus/snippetTests/api/jsonRenderer5.txt +0 -388
  93. package/test/corpus/snippetTests/api/jsonRenderer6.json.txt +0 -163
  94. package/test/corpus/snippetTests/api/jsonRenderer7.txt +0 -53
  95. package/test/corpus/snippetTests/api/jsonRenderer8.txt +0 -30
  96. package/test/corpus/snippetTests/api/jsonRendererEmptyComposites.txt +0 -114
  97. package/test/corpus/snippetTests/api/jsonnetRenderer3.jsonnet.txt +0 -356
  98. package/test/corpus/snippetTests/api/jsonnetRenderer4.txt +0 -393
  99. package/test/corpus/snippetTests/api/jsonnetRenderer5.txt +0 -393
  100. package/test/corpus/snippetTests/api/jsonnetRenderer6.jsonnet.txt +0 -169
  101. package/test/corpus/snippetTests/api/jsonnetRenderer7.txt +0 -36
  102. package/test/corpus/snippetTests/api/list.txt +0 -4432
  103. package/test/corpus/snippetTests/api/listNullable.txt +0 -1513
  104. package/test/corpus/snippetTests/api/map.txt +0 -1144
  105. package/test/corpus/snippetTests/api/mapping.txt +0 -948
  106. package/test/corpus/snippetTests/api/mathModule.txt +0 -1426
  107. package/test/corpus/snippetTests/api/module.txt +0 -77
  108. package/test/corpus/snippetTests/api/moduleOutput.txt +0 -24
  109. package/test/corpus/snippetTests/api/moduleOutput2.txt +0 -25
  110. package/test/corpus/snippetTests/api/pListRenderer1.plist.txt +0 -41
  111. package/test/corpus/snippetTests/api/pListRenderer3.plist.txt +0 -348
  112. package/test/corpus/snippetTests/api/pListRenderer4.txt +0 -375
  113. package/test/corpus/snippetTests/api/pListRenderer5.txt +0 -424
  114. package/test/corpus/snippetTests/api/pListRenderer6.plist.txt +0 -163
  115. package/test/corpus/snippetTests/api/pListRenderer7.txt +0 -30
  116. package/test/corpus/snippetTests/api/pair.txt +0 -170
  117. package/test/corpus/snippetTests/api/pcfRenderer1.txt +0 -95
  118. package/test/corpus/snippetTests/api/pcfRenderer2b.txt +0 -301
  119. package/test/corpus/snippetTests/api/pcfRenderer3.txt +0 -350
  120. package/test/corpus/snippetTests/api/pcfRenderer4.txt +0 -391
  121. package/test/corpus/snippetTests/api/pcfRenderer5.txt +0 -460
  122. package/test/corpus/snippetTests/api/pcfRenderer6.txt +0 -118
  123. package/test/corpus/snippetTests/api/pcfRenderer8.txt +0 -16
  124. package/test/corpus/snippetTests/api/platformModule.txt +0 -147
  125. package/test/corpus/snippetTests/api/plistRenderer2b.txt +0 -300
  126. package/test/corpus/snippetTests/api/propertiesRenderer1.properties.txt +0 -41
  127. package/test/corpus/snippetTests/api/propertiesRenderer10.properties.txt +0 -24
  128. package/test/corpus/snippetTests/api/propertiesRenderer11.txt +0 -30
  129. package/test/corpus/snippetTests/api/propertiesRenderer2b.txt +0 -303
  130. package/test/corpus/snippetTests/api/propertiesRenderer4.txt +0 -484
  131. package/test/corpus/snippetTests/api/propertiesRenderer5.txt +0 -491
  132. package/test/corpus/snippetTests/api/propertiesRenderer8.properties.txt +0 -628
  133. package/test/corpus/snippetTests/api/propertiesRenderer9.properties.txt +0 -292
  134. package/test/corpus/snippetTests/api/propertiesRendererBug66849708.properties.txt +0 -106
  135. package/test/corpus/snippetTests/api/protobuf2.txt +0 -408
  136. package/test/corpus/snippetTests/api/reflect1.txt +0 -1686
  137. package/test/corpus/snippetTests/api/reflect2.txt +0 -480
  138. package/test/corpus/snippetTests/api/reflect3.txt +0 -193
  139. package/test/corpus/snippetTests/api/reflectedDeclaration.txt +0 -64
  140. package/test/corpus/snippetTests/api/regex.txt +0 -320
  141. package/test/corpus/snippetTests/api/releaseModule.txt +0 -262
  142. package/test/corpus/snippetTests/api/renderDirective2.txt +0 -374
  143. package/test/corpus/snippetTests/api/semverModule.txt +0 -2224
  144. package/test/corpus/snippetTests/api/set.txt +0 -3891
  145. package/test/corpus/snippetTests/api/setNullable.txt +0 -1113
  146. package/test/corpus/snippetTests/api/typeAliases.txt +0 -449
  147. package/test/corpus/snippetTests/api/typeConverters.txt +0 -211
  148. package/test/corpus/snippetTests/api/xmlRenderer1.xml.txt +0 -174
  149. package/test/corpus/snippetTests/api/xmlRenderer2b.txt +0 -306
  150. package/test/corpus/snippetTests/api/xmlRenderer3.xml.txt +0 -320
  151. package/test/corpus/snippetTests/api/xmlRenderer4.txt +0 -401
  152. package/test/corpus/snippetTests/api/xmlRenderer5.txt +0 -402
  153. package/test/corpus/snippetTests/api/xmlRenderer6.xml.txt +0 -169
  154. package/test/corpus/snippetTests/api/xmlRenderer8.txt +0 -36
  155. package/test/corpus/snippetTests/api/xmlRendererCData.xml.txt +0 -48
  156. package/test/corpus/snippetTests/api/xmlRendererElement.xml.txt +0 -103
  157. package/test/corpus/snippetTests/api/xmlRendererHtml.xml.txt +0 -212
  158. package/test/corpus/snippetTests/api/xmlRendererInline.xml.txt +0 -175
  159. package/test/corpus/snippetTests/api/xmlRendererInline3.xml.txt +0 -152
  160. package/test/corpus/snippetTests/api/yamlParser1Yaml11.txt +0 -22
  161. package/test/corpus/snippetTests/api/yamlParser1Yaml12.txt +0 -22
  162. package/test/corpus/snippetTests/api/yamlParser2.txt +0 -253
  163. package/test/corpus/snippetTests/api/yamlParser3.txt +0 -194
  164. package/test/corpus/snippetTests/api/yamlParser4.txt +0 -198
  165. package/test/corpus/snippetTests/api/yamlParser5.txt +0 -86
  166. package/test/corpus/snippetTests/api/yamlParser6.txt +0 -92
  167. package/test/corpus/snippetTests/api/yamlRenderer1.yml.txt +0 -41
  168. package/test/corpus/snippetTests/api/yamlRenderer2b.txt +0 -300
  169. package/test/corpus/snippetTests/api/yamlRenderer3.yml.txt +0 -342
  170. package/test/corpus/snippetTests/api/yamlRenderer4.txt +0 -441
  171. package/test/corpus/snippetTests/api/yamlRenderer5.txt +0 -441
  172. package/test/corpus/snippetTests/api/yamlRenderer6.yml.txt +0 -163
  173. package/test/corpus/snippetTests/api/yamlRenderer7.txt +0 -30
  174. package/test/corpus/snippetTests/api/yamlRenderer8.yml.txt +0 -142
  175. package/test/corpus/snippetTests/api/yamlRendererBug66849708.yml.txt +0 -106
  176. package/test/corpus/snippetTests/api/yamlRendererEmpty.yml.txt +0 -326
  177. package/test/corpus/snippetTests/api/yamlRendererIndentationWidth2.yml.txt +0 -227
  178. package/test/corpus/snippetTests/api/yamlRendererIndentationWidth4.yml.txt +0 -32
  179. package/test/corpus/snippetTests/api/yamlRendererIndentationWidth5.yml.txt +0 -32
  180. package/test/corpus/snippetTests/api/yamlRendererStream1.txt +0 -140
  181. package/test/corpus/snippetTests/api/yamlRendererStringsYaml11.txt +0 -22
  182. package/test/corpus/snippetTests/api/yamlRendererStringsYaml12.txt +0 -22
  183. package/test/corpus/snippetTests/basic/amendsChains.txt +0 -275
  184. package/test/corpus/snippetTests/basic/as.txt +0 -1468
  185. package/test/corpus/snippetTests/basic/as2.txt +0 -1077
  186. package/test/corpus/snippetTests/basic/as3.txt +0 -297
  187. package/test/corpus/snippetTests/basic/baseModule.txt +0 -11
  188. package/test/corpus/snippetTests/basic/boolean.txt +0 -430
  189. package/test/corpus/snippetTests/basic/constModifier.txt +0 -324
  190. package/test/corpus/snippetTests/basic/constModifier2.txt +0 -227
  191. package/test/corpus/snippetTests/basic/constModifier3.txt +0 -136
  192. package/test/corpus/snippetTests/basic/constModifier4.txt +0 -64
  193. package/test/corpus/snippetTests/basic/constModifier5.txt +0 -68
  194. package/test/corpus/snippetTests/basic/dataSize.txt +0 -658
  195. package/test/corpus/snippetTests/basic/duration.txt +0 -618
  196. package/test/corpus/snippetTests/basic/exceptions.txt +0 -18
  197. package/test/corpus/snippetTests/basic/fixedProperty1.txt +0 -62
  198. package/test/corpus/snippetTests/basic/fixedProperty2.txt +0 -33
  199. package/test/corpus/snippetTests/basic/fixedProperty3.txt +0 -31
  200. package/test/corpus/snippetTests/basic/fixedProperty4.txt +0 -15
  201. package/test/corpus/snippetTests/basic/fixedProperty5.txt +0 -20
  202. package/test/corpus/snippetTests/basic/fixedProperty6.txt +0 -15
  203. package/test/corpus/snippetTests/basic/if.txt +0 -83
  204. package/test/corpus/snippetTests/basic/import1.txt +0 -51
  205. package/test/corpus/snippetTests/basic/import1b.txt +0 -51
  206. package/test/corpus/snippetTests/basic/import2.txt +0 -34
  207. package/test/corpus/snippetTests/basic/import3.txt +0 -34
  208. package/test/corpus/snippetTests/basic/imported.txt +0 -19
  209. package/test/corpus/snippetTests/basic/indexExpressions.txt +0 -53
  210. package/test/corpus/snippetTests/basic/intseq.txt +0 -365
  211. package/test/corpus/snippetTests/basic/is.txt +0 -1504
  212. package/test/corpus/snippetTests/basic/is2.txt +0 -677
  213. package/test/corpus/snippetTests/basic/let.txt +0 -515
  214. package/test/corpus/snippetTests/basic/letTyped.txt +0 -293
  215. package/test/corpus/snippetTests/basic/list.txt +0 -252
  216. package/test/corpus/snippetTests/basic/localMethodDynamicBinding.txt +0 -187
  217. package/test/corpus/snippetTests/basic/localMethodInAmendingModule.txt +0 -216
  218. package/test/corpus/snippetTests/basic/localMethodOverride1.txt +0 -152
  219. package/test/corpus/snippetTests/basic/localMethodOverride2.txt +0 -173
  220. package/test/corpus/snippetTests/basic/localMethodTyped.txt +0 -564
  221. package/test/corpus/snippetTests/basic/localMethodTyped2.txt +0 -580
  222. package/test/corpus/snippetTests/basic/localMethodTyped3.txt +0 -218
  223. package/test/corpus/snippetTests/basic/localMethodTyped4.txt +0 -232
  224. package/test/corpus/snippetTests/basic/localMethodTyped5.txt +0 -211
  225. package/test/corpus/snippetTests/basic/localMethodTyped6.txt +0 -225
  226. package/test/corpus/snippetTests/basic/localMethodUntyped.txt +0 -488
  227. package/test/corpus/snippetTests/basic/localModuleMemberOverride1.txt +0 -227
  228. package/test/corpus/snippetTests/basic/localModuleMemberOverride2.txt +0 -202
  229. package/test/corpus/snippetTests/basic/localProperty1.txt +0 -33
  230. package/test/corpus/snippetTests/basic/localProperty2.txt +0 -77
  231. package/test/corpus/snippetTests/basic/localPropertyAmendInAmendingModule.txt +0 -25
  232. package/test/corpus/snippetTests/basic/localPropertyInAmendingModule.txt +0 -205
  233. package/test/corpus/snippetTests/basic/localPropertyOverride1.txt +0 -131
  234. package/test/corpus/snippetTests/basic/localPropertyOverride2.txt +0 -152
  235. package/test/corpus/snippetTests/basic/localPropertyOverride3.txt +0 -52
  236. package/test/corpus/snippetTests/basic/localTypedClassMember.txt +0 -277
  237. package/test/corpus/snippetTests/basic/localTypedModuleMember.txt +0 -265
  238. package/test/corpus/snippetTests/basic/localTypedObjectMember.txt +0 -268
  239. package/test/corpus/snippetTests/basic/map.txt +0 -398
  240. package/test/corpus/snippetTests/basic/minPklVersion.txt +0 -40
  241. package/test/corpus/snippetTests/basic/moduleRef1.txt +0 -108
  242. package/test/corpus/snippetTests/basic/moduleRef2.txt +0 -80
  243. package/test/corpus/snippetTests/basic/moduleRef3.txt +0 -112
  244. package/test/corpus/snippetTests/basic/moduleRefLibrary.txt +0 -33
  245. package/test/corpus/snippetTests/basic/new.txt +0 -1028
  246. package/test/corpus/snippetTests/basic/newInAmendingModuleMethod.txt +0 -116
  247. package/test/corpus/snippetTests/basic/newInsideIf.txt +0 -841
  248. package/test/corpus/snippetTests/basic/newInsideLet.txt +0 -869
  249. package/test/corpus/snippetTests/basic/newType.txt +0 -686
  250. package/test/corpus/snippetTests/basic/nonNull.txt +0 -131
  251. package/test/corpus/snippetTests/basic/nullable.txt +0 -239
  252. package/test/corpus/snippetTests/basic/objectMember.txt +0 -129
  253. package/test/corpus/snippetTests/basic/objectMemberInvalid.txt +0 -18
  254. package/test/corpus/snippetTests/basic/objectMemberInvalid2.txt +0 -18
  255. package/test/corpus/snippetTests/basic/objectMemberInvalid3.txt +0 -22
  256. package/test/corpus/snippetTests/basic/parens.txt +0 -59
  257. package/test/corpus/snippetTests/basic/propertyDefaults.txt +0 -126
  258. package/test/corpus/snippetTests/basic/read.txt +0 -250
  259. package/test/corpus/snippetTests/basic/readGlob.txt +0 -209
  260. package/test/corpus/snippetTests/basic/semicolon.txt +0 -18
  261. package/test/corpus/snippetTests/basic/set.txt +0 -340
  262. package/test/corpus/snippetTests/basic/trace.txt +0 -130
  263. package/test/corpus/snippetTests/basic/typeResolution1.txt +0 -31
  264. package/test/corpus/snippetTests/basic/typeResolution2.txt +0 -37
  265. package/test/corpus/snippetTests/basic/typeResolution3.txt +0 -63
  266. package/test/corpus/snippetTests/basic/typeResolution4.txt +0 -61
  267. package/test/corpus/snippetTests/basic/underscore.txt +0 -419
  268. package/test/corpus/snippetTests/classes/class1.txt +0 -54
  269. package/test/corpus/snippetTests/classes/class2.txt +0 -123
  270. package/test/corpus/snippetTests/classes/class2a.txt +0 -110
  271. package/test/corpus/snippetTests/classes/class3.txt +0 -65
  272. package/test/corpus/snippetTests/classes/class4.txt +0 -58
  273. package/test/corpus/snippetTests/classes/class5.txt +0 -131
  274. package/test/corpus/snippetTests/classes/constraints1.txt +0 -141
  275. package/test/corpus/snippetTests/classes/constraints11.txt +0 -201
  276. package/test/corpus/snippetTests/classes/constraints12.txt +0 -204
  277. package/test/corpus/snippetTests/classes/constraints13.txt +0 -86
  278. package/test/corpus/snippetTests/classes/constraints14.txt +0 -39
  279. package/test/corpus/snippetTests/classes/constraints15.txt +0 -26
  280. package/test/corpus/snippetTests/classes/constraints2.txt +0 -69
  281. package/test/corpus/snippetTests/classes/constraints3.txt +0 -97
  282. package/test/corpus/snippetTests/classes/constraints4.txt +0 -86
  283. package/test/corpus/snippetTests/classes/constraints5.txt +0 -71
  284. package/test/corpus/snippetTests/classes/constraints6.txt +0 -85
  285. package/test/corpus/snippetTests/classes/constraints7.txt +0 -148
  286. package/test/corpus/snippetTests/classes/constraints8.txt +0 -103
  287. package/test/corpus/snippetTests/classes/constraints9.txt +0 -92
  288. package/test/corpus/snippetTests/classes/constraintsLambdaThis.txt +0 -216
  289. package/test/corpus/snippetTests/classes/equality.txt +0 -123
  290. package/test/corpus/snippetTests/classes/externalClass.txt +0 -12
  291. package/test/corpus/snippetTests/classes/externalFunction.txt +0 -18
  292. package/test/corpus/snippetTests/classes/externalProperty.txt +0 -20
  293. package/test/corpus/snippetTests/classes/functions1.txt +0 -77
  294. package/test/corpus/snippetTests/classes/functions2.txt +0 -56
  295. package/test/corpus/snippetTests/classes/functions3.txt +0 -81
  296. package/test/corpus/snippetTests/classes/functions4.txt +0 -125
  297. package/test/corpus/snippetTests/classes/functions5.txt +0 -141
  298. package/test/corpus/snippetTests/classes/inheritance1.txt +0 -98
  299. package/test/corpus/snippetTests/classes/inheritance2.txt +0 -91
  300. package/test/corpus/snippetTests/classes/invalidInstantiation1.txt +0 -16
  301. package/test/corpus/snippetTests/classes/invalidInstantiation2.txt +0 -21
  302. package/test/corpus/snippetTests/classes/lambdaConstraints1.txt +0 -190
  303. package/test/corpus/snippetTests/classes/listConstraints1.txt +0 -312
  304. package/test/corpus/snippetTests/classes/mapConstraints1.txt +0 -495
  305. package/test/corpus/snippetTests/classes/nullableTypes.txt +0 -187
  306. package/test/corpus/snippetTests/classes/setConstraints1.txt +0 -312
  307. package/test/corpus/snippetTests/classes/supercalls.txt +0 -317
  308. package/test/corpus/snippetTests/classes/unionTypes.txt +0 -543
  309. package/test/corpus/snippetTests/classes/unionTypesErrorAlias.txt +0 -93
  310. package/test/corpus/snippetTests/classes/unionTypesErrorDifferent1.txt +0 -47
  311. package/test/corpus/snippetTests/classes/unionTypesErrorDifferent2.txt +0 -52
  312. package/test/corpus/snippetTests/classes/unionTypesErrorMultipleAliases.txt +0 -36
  313. package/test/corpus/snippetTests/classes/unionTypesErrorNested.txt +0 -99
  314. package/test/corpus/snippetTests/classes/unionTypesErrorSimple.txt +0 -42
  315. package/test/corpus/snippetTests/classes/unionTypesErrorString1.txt +0 -43
  316. package/test/corpus/snippetTests/classes/unionTypesErrorString2.txt +0 -85
  317. package/test/corpus/snippetTests/classes/wrongType1.txt +0 -34
  318. package/test/corpus/snippetTests/classes/wrongType2.txt +0 -47
  319. package/test/corpus/snippetTests/classes/wrongType3.txt +0 -71
  320. package/test/corpus/snippetTests/classes/wrongType4.txt +0 -77
  321. package/test/corpus/snippetTests/classes/wrongType6.txt +0 -43
  322. package/test/corpus/snippetTests/errors/abstractOpenMember.txt +0 -13
  323. package/test/corpus/snippetTests/errors/analyzeImportsCannotFindModule.txt +0 -41
  324. package/test/corpus/snippetTests/errors/analyzeImportsInvalidGlob.txt +0 -41
  325. package/test/corpus/snippetTests/errors/analyzeInvalidHttpModule.txt +0 -26
  326. package/test/corpus/snippetTests/errors/analyzeInvalidModuleUri.txt +0 -26
  327. package/test/corpus/snippetTests/errors/analyzeRelativeModuleUri.txt +0 -26
  328. package/test/corpus/snippetTests/errors/anyConverterError.txt +0 -56
  329. package/test/corpus/snippetTests/errors/baseModule.txt +0 -24
  330. package/test/corpus/snippetTests/errors/cannotAmendFixedProperty1.txt +0 -62
  331. package/test/corpus/snippetTests/errors/cannotAmendFixedProperty2.txt +0 -24
  332. package/test/corpus/snippetTests/errors/cannotAssignFixedProperty1.txt +0 -45
  333. package/test/corpus/snippetTests/errors/cannotAssignFixedProperty2.txt +0 -19
  334. package/test/corpus/snippetTests/errors/cannotAssignFixedProperty3.txt +0 -31
  335. package/test/corpus/snippetTests/errors/cannotAssignToNothing.txt +0 -15
  336. package/test/corpus/snippetTests/errors/cannotChangeFixed1.txt +0 -35
  337. package/test/corpus/snippetTests/errors/cannotChangeFixed2.txt +0 -35
  338. package/test/corpus/snippetTests/errors/cannotFindMapKey.txt +0 -39
  339. package/test/corpus/snippetTests/errors/cannotFindStdLibModule.txt +0 -20
  340. package/test/corpus/snippetTests/errors/cannotInferParent2.txt +0 -14
  341. package/test/corpus/snippetTests/errors/cannotInferParent3.txt +0 -48
  342. package/test/corpus/snippetTests/errors/cannotInstantiateAbstractModule.txt +0 -21
  343. package/test/corpus/snippetTests/errors/cannotRenderMixin.txt +0 -41
  344. package/test/corpus/snippetTests/errors/classExtendsSelf.txt +0 -27
  345. package/test/corpus/snippetTests/errors/constraintDetails1.txt +0 -80
  346. package/test/corpus/snippetTests/errors/constraintDetails2.txt +0 -77
  347. package/test/corpus/snippetTests/errors/constraintDetails3.txt +0 -87
  348. package/test/corpus/snippetTests/errors/duplicateTypeParameter.txt +0 -22
  349. package/test/corpus/snippetTests/errors/extendExternalClass.txt +0 -12
  350. package/test/corpus/snippetTests/errors/extendTypeAlias.txt +0 -33
  351. package/test/corpus/snippetTests/errors/forGeneratorCannotGenerateMethods.txt +0 -30
  352. package/test/corpus/snippetTests/errors/forGeneratorCannotGenerateProperties.txt +0 -28
  353. package/test/corpus/snippetTests/errors/forGeneratorCannotIterateOverThisValue.txt +0 -21
  354. package/test/corpus/snippetTests/errors/forGeneratorCannotIterateOverTyped.txt +0 -27
  355. package/test/corpus/snippetTests/errors/forGeneratorDuplicateParams1.txt +0 -38
  356. package/test/corpus/snippetTests/errors/fullStackTraces.txt +0 -64
  357. package/test/corpus/snippetTests/errors/fullStackTraces2.txt +0 -56
  358. package/test/corpus/snippetTests/errors/functionNotFoundInClass.txt +0 -35
  359. package/test/corpus/snippetTests/errors/functionNotFoundInModule.txt +0 -25
  360. package/test/corpus/snippetTests/errors/functionNotFoundInScope.txt +0 -38
  361. package/test/corpus/snippetTests/errors/functionNotFoundMaybeLambda.txt +0 -24
  362. package/test/corpus/snippetTests/errors/functionNotFoundMaybeProperty.txt +0 -18
  363. package/test/corpus/snippetTests/errors/intrinsifiedTypeAlias1.txt +0 -16
  364. package/test/corpus/snippetTests/errors/intrinsifiedTypeAlias2.txt +0 -16
  365. package/test/corpus/snippetTests/errors/intrinsifiedTypeAlias3.txt +0 -15
  366. package/test/corpus/snippetTests/errors/intrinsifiedTypeAlias4.txt +0 -15
  367. package/test/corpus/snippetTests/errors/invalidClassMethodModifier.txt +0 -29
  368. package/test/corpus/snippetTests/errors/invalidClassModifier.txt +0 -11
  369. package/test/corpus/snippetTests/errors/invalidClassModifier2.txt +0 -12
  370. package/test/corpus/snippetTests/errors/invalidClassPropertyModifier.txt +0 -31
  371. package/test/corpus/snippetTests/errors/invalidGlobImport1.txt +0 -19
  372. package/test/corpus/snippetTests/errors/invalidGlobImport4.txt +0 -19
  373. package/test/corpus/snippetTests/errors/invalidGlobImport5.txt +0 -20
  374. package/test/corpus/snippetTests/errors/invalidGlobImport6.txt +0 -14
  375. package/test/corpus/snippetTests/errors/invalidGlobImport7.txt +0 -21
  376. package/test/corpus/snippetTests/errors/invalidGlobImport8.txt +0 -22
  377. package/test/corpus/snippetTests/errors/invalidGlobRead1.txt +0 -14
  378. package/test/corpus/snippetTests/errors/invalidGlobRead2.txt +0 -14
  379. package/test/corpus/snippetTests/errors/invalidGlobRead3.txt +0 -14
  380. package/test/corpus/snippetTests/errors/invalidImportBackslashSep.txt +0 -14
  381. package/test/corpus/snippetTests/errors/invalidImportUri.txt +0 -19
  382. package/test/corpus/snippetTests/errors/invalidMethodModifier.txt +0 -14
  383. package/test/corpus/snippetTests/errors/invalidModuleModifier.txt +0 -20
  384. package/test/corpus/snippetTests/errors/invalidObjectPropertyModifier.txt +0 -17
  385. package/test/corpus/snippetTests/errors/invalidOutput1.txt +0 -17
  386. package/test/corpus/snippetTests/errors/invalidOutput2.txt +0 -22
  387. package/test/corpus/snippetTests/errors/invalidOutput3.txt +0 -12
  388. package/test/corpus/snippetTests/errors/invalidPropertyModifier.txt +0 -16
  389. package/test/corpus/snippetTests/errors/invalidTripleDotSyntax1.txt +0 -11
  390. package/test/corpus/snippetTests/errors/invalidTripleDotSyntax2.txt +0 -11
  391. package/test/corpus/snippetTests/errors/invalidTypeAliasModifier.txt +0 -14
  392. package/test/corpus/snippetTests/errors/invalidTypeName1.txt +0 -24
  393. package/test/corpus/snippetTests/errors/invalidTypeName2.txt +0 -31
  394. package/test/corpus/snippetTests/errors/invalidTypeName3.txt +0 -19
  395. package/test/corpus/snippetTests/errors/invalidTypeName4.txt +0 -24
  396. package/test/corpus/snippetTests/errors/letExpressionError1.txt +0 -24
  397. package/test/corpus/snippetTests/errors/letExpressionError2.txt +0 -27
  398. package/test/corpus/snippetTests/errors/letExpressionErrorTyped.txt +0 -27
  399. package/test/corpus/snippetTests/errors/listingTypeCheckError1.txt +0 -24
  400. package/test/corpus/snippetTests/errors/listingTypeCheckError2.txt +0 -30
  401. package/test/corpus/snippetTests/errors/listingTypeCheckError3.txt +0 -36
  402. package/test/corpus/snippetTests/errors/listingTypeCheckError4.txt +0 -43
  403. package/test/corpus/snippetTests/errors/listingTypeCheckError5.txt +0 -40
  404. package/test/corpus/snippetTests/errors/listingTypeCheckError6.txt +0 -58
  405. package/test/corpus/snippetTests/errors/listingTypeCheckError7.txt +0 -42
  406. package/test/corpus/snippetTests/errors/listingTypeCheckError8.txt +0 -84
  407. package/test/corpus/snippetTests/errors/listingTypeCheckError9.txt +0 -97
  408. package/test/corpus/snippetTests/errors/localFixedMember.txt +0 -19
  409. package/test/corpus/snippetTests/errors/localFunctionWithTypeParameter.txt +0 -18
  410. package/test/corpus/snippetTests/errors/localHiddenMember.txt +0 -17
  411. package/test/corpus/snippetTests/errors/mappingTypeCheckError1.txt +0 -29
  412. package/test/corpus/snippetTests/errors/mappingTypeCheckError10.txt +0 -49
  413. package/test/corpus/snippetTests/errors/mappingTypeCheckError11.txt +0 -106
  414. package/test/corpus/snippetTests/errors/mappingTypeCheckError2.txt +0 -30
  415. package/test/corpus/snippetTests/errors/mappingTypeCheckError3.txt +0 -30
  416. package/test/corpus/snippetTests/errors/mappingTypeCheckError4.txt +0 -36
  417. package/test/corpus/snippetTests/errors/mappingTypeCheckError5.txt +0 -41
  418. package/test/corpus/snippetTests/errors/mappingTypeCheckError6.txt +0 -75
  419. package/test/corpus/snippetTests/errors/mappingTypeCheckError7.txt +0 -45
  420. package/test/corpus/snippetTests/errors/mappingTypeCheckError8.txt +0 -33
  421. package/test/corpus/snippetTests/errors/mappingTypeCheckError9.txt +0 -69
  422. package/test/corpus/snippetTests/errors/missingLocalPropertyValue1.txt +0 -15
  423. package/test/corpus/snippetTests/errors/missingLocalPropertyValue2.txt +0 -22
  424. package/test/corpus/snippetTests/errors/moduleAmendsSelf.txt +0 -13
  425. package/test/corpus/snippetTests/errors/moduleAmendsVersionCheck.txt +0 -13
  426. package/test/corpus/snippetTests/errors/moduleAmendsVersionCheck2.txt +0 -22
  427. package/test/corpus/snippetTests/errors/moduleExpected.txt +0 -43
  428. package/test/corpus/snippetTests/errors/moduleExtendsSelf.txt +0 -20
  429. package/test/corpus/snippetTests/errors/moduleExtendsVersionCheck.txt +0 -13
  430. package/test/corpus/snippetTests/errors/moduleExtendsVersionCheck2.txt +0 -22
  431. package/test/corpus/snippetTests/errors/moduleImportVersionCheck.txt +0 -20
  432. package/test/corpus/snippetTests/errors/moduleWithHighMinPklVersion.txt +0 -29
  433. package/test/corpus/snippetTests/errors/noDefault.txt +0 -23
  434. package/test/corpus/snippetTests/errors/noDefault2.txt +0 -31
  435. package/test/corpus/snippetTests/errors/objectCannotHaveElement.txt +0 -72
  436. package/test/corpus/snippetTests/errors/objectCannotHaveElement2.txt +0 -98
  437. package/test/corpus/snippetTests/errors/objectCannotHavePredicateMember.txt +0 -25
  438. package/test/corpus/snippetTests/errors/outOfRange1.txt +0 -14
  439. package/test/corpus/snippetTests/errors/outOfRange2.txt +0 -17
  440. package/test/corpus/snippetTests/errors/outOfRange3.txt +0 -21
  441. package/test/corpus/snippetTests/errors/propertyNotFound1.txt +0 -32
  442. package/test/corpus/snippetTests/errors/propertyNotFound2.txt +0 -18
  443. package/test/corpus/snippetTests/errors/refusingToLoadModule.txt +0 -18
  444. package/test/corpus/snippetTests/errors/spreadSyntaxCannotHaveElement.txt +0 -38
  445. package/test/corpus/snippetTests/errors/spreadSyntaxCannotHaveEntry.txt +0 -34
  446. package/test/corpus/snippetTests/errors/spreadSyntaxCannotHaveProperty.txt +0 -34
  447. package/test/corpus/snippetTests/errors/spreadSyntaxCannotIterateOverTyped.txt +0 -44
  448. package/test/corpus/snippetTests/errors/spreadSyntaxCannotSpreadListIntoMapping.txt +0 -37
  449. package/test/corpus/snippetTests/errors/spreadSyntaxDuplicateEntry1.txt +0 -39
  450. package/test/corpus/snippetTests/errors/spreadSyntaxDuplicateEntry2.txt +0 -39
  451. package/test/corpus/snippetTests/errors/spreadSyntaxDuplicateProperty1.txt +0 -32
  452. package/test/corpus/snippetTests/errors/spreadSyntaxDuplicateProperty2.txt +0 -32
  453. package/test/corpus/snippetTests/errors/spreadSyntaxNullValue.txt +0 -20
  454. package/test/corpus/snippetTests/errors/spreadSyntaxUnknownTypedProperty.txt +0 -47
  455. package/test/corpus/snippetTests/errors/stackTraceWithQuotedMemberName.txt +0 -23
  456. package/test/corpus/snippetTests/errors/supercalls.txt +0 -18
  457. package/test/corpus/snippetTests/errors/typeMismatchHelper.txt +0 -19
  458. package/test/corpus/snippetTests/errors/typeMismatchWithSameQualifiedClassName.txt +0 -38
  459. package/test/corpus/snippetTests/errors/typeMismatchWithSameQualifiedModuleName.txt +0 -28
  460. package/test/corpus/snippetTests/errors/undefinedOp1.txt +0 -12
  461. package/test/corpus/snippetTests/errors/undefinedOp2.txt +0 -14
  462. package/test/corpus/snippetTests/errors/undefinedOp3.txt +0 -24
  463. package/test/corpus/snippetTests/errors/undefinedProperty1.txt +0 -28
  464. package/test/corpus/snippetTests/errors/undefinedProperty2.txt +0 -15
  465. package/test/corpus/snippetTests/errors/undefinedProperty3.txt +0 -95
  466. package/test/corpus/snippetTests/errors/undefinedProperty4.txt +0 -141
  467. package/test/corpus/snippetTests/errors/undefinedProperty5.txt +0 -160
  468. package/test/corpus/snippetTests/errors/undefinedProperty6.txt +0 -40
  469. package/test/corpus/snippetTests/errors/undefinedProperty7.txt +0 -35
  470. package/test/corpus/snippetTests/errors/undefinedProperty8.txt +0 -34
  471. package/test/corpus/snippetTests/errors/underscoreLambda.txt +0 -37
  472. package/test/corpus/snippetTests/errors/underscoreLet.txt +0 -17
  473. package/test/corpus/snippetTests/errors/userDefinedTypeParameter1.txt +0 -22
  474. package/test/corpus/snippetTests/errors/userDefinedTypeParameter2.txt +0 -32
  475. package/test/corpus/snippetTests/errors/wrongForGeneratorType1.txt +0 -35
  476. package/test/corpus/snippetTests/errors/wrongForGeneratorType2.txt +0 -37
  477. package/test/corpus/snippetTests/errors/wrongNumberOfMapArguments.txt +0 -16
  478. package/test/corpus/snippetTests/generators/duplicateDefinition1.txt +0 -23
  479. package/test/corpus/snippetTests/generators/duplicateDefinition2.txt +0 -30
  480. package/test/corpus/snippetTests/generators/duplicateDefinition3.txt +0 -26
  481. package/test/corpus/snippetTests/generators/elementGenerators.txt +0 -2628
  482. package/test/corpus/snippetTests/generators/elementGeneratorsTyped.txt +0 -1593
  483. package/test/corpus/snippetTests/generators/entryGenerators.txt +0 -3013
  484. package/test/corpus/snippetTests/generators/entryGeneratorsTyped.txt +0 -1858
  485. package/test/corpus/snippetTests/generators/forGeneratorInMixins.txt +0 -301
  486. package/test/corpus/snippetTests/generators/forGeneratorLexicalScope.txt +0 -199
  487. package/test/corpus/snippetTests/generators/forGeneratorNestedReference.txt +0 -277
  488. package/test/corpus/snippetTests/generators/forGeneratorNestedReference2.txt +0 -98
  489. package/test/corpus/snippetTests/generators/forGeneratorVariableShadowing.txt +0 -177
  490. package/test/corpus/snippetTests/generators/generatorNoMembers.txt +0 -157
  491. package/test/corpus/snippetTests/generators/predicateMembersDynamicListing.txt +0 -461
  492. package/test/corpus/snippetTests/generators/predicateMembersDynamicMapping.txt +0 -473
  493. package/test/corpus/snippetTests/generators/predicateMembersListing.txt +0 -463
  494. package/test/corpus/snippetTests/generators/predicateMembersMapping.txt +0 -474
  495. package/test/corpus/snippetTests/generators/predicateMembersThis.txt +0 -82
  496. package/test/corpus/snippetTests/generators/propertyGenerators.txt +0 -104
  497. package/test/corpus/snippetTests/generators/spreadSyntaxDynamic.txt +0 -411
  498. package/test/corpus/snippetTests/generators/spreadSyntaxListing.txt +0 -496
  499. package/test/corpus/snippetTests/generators/spreadSyntaxMapping.txt +0 -655
  500. package/test/corpus/snippetTests/generators/spreadSyntaxNoSpace.txt +0 -32
  501. package/test/corpus/snippetTests/generators/spreadSyntaxNullable.txt +0 -37
  502. package/test/corpus/snippetTests/generators/spreadSyntaxTyped.txt +0 -59
  503. package/test/corpus/snippetTests/implementation/equality.txt +0 -198
  504. package/test/corpus/snippetTests/implementation/inequality.txt +0 -198
  505. package/test/corpus/snippetTests/internal/polymorphicCallSite.txt +0 -499
  506. package/test/corpus/snippetTests/lambdas/amendLambdaDef.txt +0 -310
  507. package/test/corpus/snippetTests/lambdas/amendLambdaExpr.txt +0 -325
  508. package/test/corpus/snippetTests/lambdas/amendLambdaExternalClassError.txt +0 -45
  509. package/test/corpus/snippetTests/lambdas/amendLambdaParameters.txt +0 -155
  510. package/test/corpus/snippetTests/lambdas/amendLambdaParametersTyped.txt +0 -420
  511. package/test/corpus/snippetTests/lambdas/amendLambdaThatReturnsAnotherLambda.txt +0 -380
  512. package/test/corpus/snippetTests/lambdas/amendLambdaTooFewArgsError.txt +0 -60
  513. package/test/corpus/snippetTests/lambdas/amendLambdaTooManyArgsError.txt +0 -62
  514. package/test/corpus/snippetTests/lambdas/equality.txt +0 -62
  515. package/test/corpus/snippetTests/lambdas/inequality.txt +0 -62
  516. package/test/corpus/snippetTests/lambdas/lambda1.txt +0 -85
  517. package/test/corpus/snippetTests/lambdas/lambda2.txt +0 -78
  518. package/test/corpus/snippetTests/lambdas/lambda3.txt +0 -381
  519. package/test/corpus/snippetTests/lambdas/lambda4.txt +0 -147
  520. package/test/corpus/snippetTests/lambdas/lambda5.txt +0 -307
  521. package/test/corpus/snippetTests/lambdas/lambdaStackTrace1.txt +0 -35
  522. package/test/corpus/snippetTests/lambdas/lambdaStackTrace2.txt +0 -37
  523. package/test/corpus/snippetTests/lambdas/lambdaStackTrace3.txt +0 -33
  524. package/test/corpus/snippetTests/lambdas/pipeOperator.txt +0 -189
  525. package/test/corpus/snippetTests/lambdas/tooManyLambdaParams.txt +0 -27
  526. package/test/corpus/snippetTests/lambdas/typedLambdas.txt +0 -278
  527. package/test/corpus/snippetTests/lambdas/wrongArgumentListLength.txt +0 -37
  528. package/test/corpus/snippetTests/listings/cacheStealing.txt +0 -56
  529. package/test/corpus/snippetTests/listings/cacheStealingTypeCheck.txt +0 -27
  530. package/test/corpus/snippetTests/listings/default.txt +0 -133
  531. package/test/corpus/snippetTests/listings/equality.txt +0 -341
  532. package/test/corpus/snippetTests/listings/hashCode.txt +0 -438
  533. package/test/corpus/snippetTests/listings/inequality.txt +0 -173
  534. package/test/corpus/snippetTests/listings/listing1.txt +0 -360
  535. package/test/corpus/snippetTests/listings/listing2.txt +0 -755
  536. package/test/corpus/snippetTests/listings/listing3.txt +0 -490
  537. package/test/corpus/snippetTests/listings/listing4.txt +0 -156
  538. package/test/corpus/snippetTests/listings/listing6.txt +0 -208
  539. package/test/corpus/snippetTests/listings/listing7.txt +0 -71
  540. package/test/corpus/snippetTests/listings/typeCheck.txt +0 -2506
  541. package/test/corpus/snippetTests/listings/wrongIndex.txt +0 -121
  542. package/test/corpus/snippetTests/listings/wrongParent.txt +0 -253
  543. package/test/corpus/snippetTests/listings2/default.txt +0 -157
  544. package/test/corpus/snippetTests/listings2/equality.txt +0 -358
  545. package/test/corpus/snippetTests/listings2/inequality.txt +0 -227
  546. package/test/corpus/snippetTests/listings2/listing1.txt +0 -372
  547. package/test/corpus/snippetTests/listings2/listing2.txt +0 -904
  548. package/test/corpus/snippetTests/listings2/listing3.txt +0 -568
  549. package/test/corpus/snippetTests/listings2/typeCheck.txt +0 -336
  550. package/test/corpus/snippetTests/listings2/wrongIndex.txt +0 -151
  551. package/test/corpus/snippetTests/listings2/wrongParent.txt +0 -313
  552. package/test/corpus/snippetTests/mappings/default.txt +0 -174
  553. package/test/corpus/snippetTests/mappings/duplicateComputedKey.txt +0 -85
  554. package/test/corpus/snippetTests/mappings/duplicateConstantKey.txt +0 -32
  555. package/test/corpus/snippetTests/mappings/equality.txt +0 -383
  556. package/test/corpus/snippetTests/mappings/hashCode.txt +0 -461
  557. package/test/corpus/snippetTests/mappings/inequality.txt +0 -198
  558. package/test/corpus/snippetTests/mappings/mapping1.txt +0 -590
  559. package/test/corpus/snippetTests/mappings/mapping2.txt +0 -491
  560. package/test/corpus/snippetTests/mappings/stringKeyNotFound.txt +0 -50
  561. package/test/corpus/snippetTests/mappings/typeCheck.txt +0 -2877
  562. package/test/corpus/snippetTests/mappings/wrongParent.txt +0 -262
  563. package/test/corpus/snippetTests/mappings2/default.txt +0 -195
  564. package/test/corpus/snippetTests/mappings2/duplicateComputedKey.txt +0 -99
  565. package/test/corpus/snippetTests/mappings2/duplicateConstantKey.txt +0 -39
  566. package/test/corpus/snippetTests/mappings2/equality.txt +0 -416
  567. package/test/corpus/snippetTests/mappings2/inequality.txt +0 -268
  568. package/test/corpus/snippetTests/mappings2/mapping1.txt +0 -604
  569. package/test/corpus/snippetTests/mappings2/mapping2.txt +0 -595
  570. package/test/corpus/snippetTests/mappings2/stringKeyNotFound.txt +0 -57
  571. package/test/corpus/snippetTests/mappings2/typeCheck.txt +0 -582
  572. package/test/corpus/snippetTests/mappings2/wrongParent.txt +0 -334
  573. package/test/corpus/snippetTests/methods/methodParameterConstraints1.txt +0 -220
  574. package/test/corpus/snippetTests/methods/methodParameterConstraints2.txt +0 -382
  575. package/test/corpus/snippetTests/methods/methodParameterTypes2.txt +0 -734
  576. package/test/corpus/snippetTests/methods/methodParameterTypes3.txt +0 -196
  577. package/test/corpus/snippetTests/modules/amendModule1.txt +0 -36
  578. package/test/corpus/snippetTests/modules/amendModule2.txt +0 -28
  579. package/test/corpus/snippetTests/modules/amendModule3.txt +0 -24
  580. package/test/corpus/snippetTests/modules/amendModule4.txt +0 -35
  581. package/test/corpus/snippetTests/modules/amendModule5.txt +0 -68
  582. package/test/corpus/snippetTests/modules/amendModule6.txt +0 -13
  583. package/test/corpus/snippetTests/modules/equality.txt +0 -91
  584. package/test/corpus/snippetTests/modules/extendModule1.txt +0 -80
  585. package/test/corpus/snippetTests/modules/externalFunction.txt +0 -14
  586. package/test/corpus/snippetTests/modules/externalProperty.txt +0 -16
  587. package/test/corpus/snippetTests/modules/filename with spaces 2.txt +0 -14
  588. package/test/corpus/snippetTests/modules/filename with spaces.txt +0 -13
  589. package/test/corpus/snippetTests/modules/functions.txt +0 -264
  590. package/test/corpus/snippetTests/modules/invalidAmend1.txt +0 -18
  591. package/test/corpus/snippetTests/modules/invalidAmend2.txt +0 -19
  592. package/test/corpus/snippetTests/modules/invalidAmend3.txt +0 -23
  593. package/test/corpus/snippetTests/modules/invalidAmend4.txt +0 -21
  594. package/test/corpus/snippetTests/modules/invalidAmend5.txt +0 -17
  595. package/test/corpus/snippetTests/modules/invalidAmend6.txt +0 -22
  596. package/test/corpus/snippetTests/modules/invalidExtend1.txt +0 -18
  597. package/test/corpus/snippetTests/modules/invalidExtend2.txt +0 -13
  598. package/test/corpus/snippetTests/modules/invalidExtend3.txt +0 -13
  599. package/test/corpus/snippetTests/modules/library.txt +0 -77
  600. package/test/corpus/snippetTests/modules/lists.txt +0 -26
  601. package/test/corpus/snippetTests/modules/objects.txt +0 -22
  602. package/test/corpus/snippetTests/modules/recursiveModule1.txt +0 -51
  603. package/test/corpus/snippetTests/modules/recursiveModule2.txt +0 -26
  604. package/test/corpus/snippetTests/modules/supercalls1.txt +0 -43
  605. package/test/corpus/snippetTests/modules/supercalls2.txt +0 -76
  606. package/test/corpus/snippetTests/modules/supercalls3.txt +0 -142
  607. package/test/corpus/snippetTests/modules/typedModuleMethods1.txt +0 -229
  608. package/test/corpus/snippetTests/modules/typedModuleProperties1.txt +0 -106
  609. package/test/corpus/snippetTests/modules/typedModuleProperties2.txt +0 -16
  610. package/test/corpus/snippetTests/modules/typedModuleProperties3.txt +0 -20
  611. package/test/corpus/snippetTests/modules//346/227/245/346/234/254/350/252/236.txt +0 -45
  612. package/test/corpus/snippetTests/modules//346/227/245/346/234/254/350/252/236_error.txt +0 -14
  613. package/test/corpus/snippetTests/objects/closure.txt +0 -143
  614. package/test/corpus/snippetTests/objects/configureObjectAssign.txt +0 -78
  615. package/test/corpus/snippetTests/objects/equality.txt +0 -989
  616. package/test/corpus/snippetTests/objects/hashCode.txt +0 -566
  617. package/test/corpus/snippetTests/objects/implicitReceiver1.txt +0 -37
  618. package/test/corpus/snippetTests/objects/implicitReceiver2.txt +0 -33
  619. package/test/corpus/snippetTests/objects/implicitReceiver3.txt +0 -29
  620. package/test/corpus/snippetTests/objects/implicitReceiver4.txt +0 -25
  621. package/test/corpus/snippetTests/objects/inequality.txt +0 -777
  622. package/test/corpus/snippetTests/objects/lateBinding1.txt +0 -60
  623. package/test/corpus/snippetTests/objects/lateBinding2.txt +0 -60
  624. package/test/corpus/snippetTests/objects/lateBinding3.txt +0 -81
  625. package/test/corpus/snippetTests/objects/lateBinding4.txt +0 -77
  626. package/test/corpus/snippetTests/objects/outer.txt +0 -91
  627. package/test/corpus/snippetTests/objects/outer2.txt +0 -28
  628. package/test/corpus/snippetTests/objects/super1.txt +0 -67
  629. package/test/corpus/snippetTests/objects/super2.txt +0 -59
  630. package/test/corpus/snippetTests/objects/super3.txt +0 -59
  631. package/test/corpus/snippetTests/objects/super4.txt +0 -66
  632. package/test/corpus/snippetTests/objects/super5.txt +0 -69
  633. package/test/corpus/snippetTests/objects/this1.txt +0 -24
  634. package/test/corpus/snippetTests/objects/this2.txt +0 -71
  635. package/test/corpus/snippetTests/packages/badImport1.error.txt +0 -14
  636. package/test/corpus/snippetTests/packages/badImport10.error.txt +0 -14
  637. package/test/corpus/snippetTests/packages/badImport11.error.txt +0 -14
  638. package/test/corpus/snippetTests/packages/badImport2.error.txt +0 -14
  639. package/test/corpus/snippetTests/packages/badImport3.error.txt +0 -14
  640. package/test/corpus/snippetTests/packages/badImport4.error.txt +0 -14
  641. package/test/corpus/snippetTests/packages/badImport6.error.txt +0 -20
  642. package/test/corpus/snippetTests/packages/badImport7.error.txt +0 -14
  643. package/test/corpus/snippetTests/packages/badImport8.error.txt +0 -14
  644. package/test/corpus/snippetTests/packages/badImport9.error.txt +0 -14
  645. package/test/corpus/snippetTests/packages/badRead1.error.txt +0 -14
  646. package/test/corpus/snippetTests/packages/badRead2.error.txt +0 -14
  647. package/test/corpus/snippetTests/packages/badRead3.error.txt +0 -14
  648. package/test/corpus/snippetTests/packages/badRead4.error.txt +0 -14
  649. package/test/corpus/snippetTests/packages/badRead8.error.txt +0 -14
  650. package/test/corpus/snippetTests/packages/badRead9.error.txt +0 -14
  651. package/test/corpus/snippetTests/packages/packages1.txt +0 -103
  652. package/test/corpus/snippetTests/packages/packages2.txt +0 -104
  653. package/test/corpus/snippetTests/packages/redirects.txt +0 -54
  654. package/test/corpus/snippetTests/types/ThisInTypeConstraint.txt +0 -342
  655. package/test/corpus/snippetTests/types/currentModuleType1.txt +0 -343
  656. package/test/corpus/snippetTests/types/currentModuleType2.txt +0 -351
  657. package/test/corpus/snippetTests/types/currentModuleType3.txt +0 -18
  658. package/test/corpus/snippetTests/types/cyclicTypeAlias1.txt +0 -17
  659. package/test/corpus/snippetTests/types/cyclicTypeAlias2.txt +0 -42
  660. package/test/corpus/snippetTests/types/modifiersForTypes.txt +0 -68
  661. package/test/corpus/snippetTests/types/moduleType.txt +0 -58
  662. package/test/corpus/snippetTests/types/nothingType.txt +0 -29
  663. package/test/corpus/snippetTests/types/nothingWithUnions.txt +0 -31
  664. package/test/corpus/snippetTests/types/typeAlias1.txt +0 -925
  665. package/test/corpus/snippetTests/types/typeAlias2.txt +0 -361
  666. package/test/corpus/snippetTests/types/typeAliasConstraint1.txt +0 -79
  667. package/test/corpus/snippetTests/types/typeAliasConstraint2.txt +0 -77
  668. package/test/corpus/snippetTests/types/typeAliasContext.txt +0 -26
  669. package/test/corpus/snippetTests/types/typeAliasUnion.txt +0 -169
  670. package/test/corpus/string/customStringDelimiters.txt +0 -397
  671. package/test/corpus/string/multiline.txt +0 -39
  672. package/test/corpus/string/multilineInterpolation.txt +0 -102
  673. package/test/corpus/string/multilineInterpolation2.txt +0 -15
  674. package/test/corpus/string/simple.txt +0 -13
  675. package/test/corpus/string/singleLineEscapes.txt +0 -64
  676. package/test/corpus/string/singleLineInterpolation.txt +0 -94
  677. package/test/corpus/string/stringWithTwoSlashes.txt +0 -20
  678. package/test/corpus/type/unionType.txt +0 -34
  679. package/test/corpus/type/unionTypeDefaults.txt +0 -46
@@ -1,734 +0,0 @@
1
- ===
2
- methods/methodParameterTypes2.pkl
3
- ===
4
-
5
- open class Base
6
- class Derived extends Base
7
- class Other
8
-
9
- class X {
10
- function o(o: Any): Any = o
11
-
12
- function s(s: String, ss: String): String = s + ss
13
-
14
- function b(b: Boolean, c: Boolean): Boolean = b.xor(c)
15
-
16
- function n(n: Number, nn: Number): Number = n + nn
17
- function i(i: Int, ii: Int): Int = i + ii
18
- function f(e: Float, ee: Float): Float = e + ee
19
-
20
- function duration(d: Duration, dd: Duration): Duration = d + dd
21
- function dataSize(d: DataSize, dd: DataSize): DataSize = d + dd
22
-
23
- function collection(c: Collection, cc: Collection): Collection = c + cc
24
- function l(l: List, ll: List): List = l + ll
25
- function set(s: Set, ss: Set): Set = s + ss
26
- function map(m: Map, mm: Map): Map = m + mm
27
-
28
- function base(b: Base, bb: Base): Base = b
29
- function derived(d: Derived, dd: Derived): Derived = d
30
- function other(o: Other, oo: Other): Other = o
31
- }
32
-
33
- local x = new X {}
34
-
35
- res1 = x.o("hello")
36
- res3 = x.s("hello", "hello")
37
-
38
- res4 = x.o(1)
39
- res5 = x.n(1, 2)
40
- res6 = x.i(1, 2)
41
-
42
- res7 = x.o(1.2)
43
- res8 = x.n(1.0, 1.2)
44
- res9 = x.f(1.0, 1.2)
45
-
46
- res10 = x.o(1.s)
47
- res11 = x.duration(1.s, 3.s)
48
-
49
- res12 = x.o(1.mb)
50
- res13 = x.dataSize(1.mb, 2.mb)
51
-
52
- res17 = x.o(List(1, 2))
53
- res18 = x.collection(List(1, 2), List(3))
54
- res19 = x.l(List(1, 2), List(3))
55
-
56
- res20 = x.o(Set(1, 2))
57
- res21 = x.collection(Set(1, 2), Set(3))
58
- res22 = x.set(Set(1, 2), Set(3))
59
-
60
- res23 = x.o(Map(1, 2))
61
- res24 = x.map(Map(1, 2), Map(3, 4))
62
-
63
- res25 = x.base(new Base {}, new Base {})
64
- res26 = x.base(new Derived {}, new Derived {})
65
- res27 = x.derived(new Derived {}, new Derived {})
66
-
67
- ---
68
-
69
- (module
70
- (clazz
71
- (modifier)
72
- (identifier))
73
- (clazz
74
- (identifier) (classExtendsClause
75
- (qualifiedIdentifier
76
- (identifier))))
77
- (clazz
78
- (identifier))
79
- (clazz
80
- (identifier)
81
- (classBody
82
- (classMethod
83
- (methodHeader
84
- (identifier)
85
- (parameterList
86
- (typedIdentifier
87
- (identifier)
88
- (typeAnnotation
89
- (declaredType
90
- (qualifiedIdentifier
91
- (identifier))))))
92
- (typeAnnotation
93
- (declaredType
94
- (qualifiedIdentifier
95
- (identifier)))))
96
- (unqualifiedAccessExpr
97
- (identifier)))
98
- (classMethod
99
- (methodHeader
100
- (identifier)
101
- (parameterList
102
- (typedIdentifier
103
- (identifier)
104
- (typeAnnotation
105
- (declaredType
106
- (qualifiedIdentifier
107
- (identifier)))))
108
- (typedIdentifier
109
- (identifier)
110
- (typeAnnotation
111
- (declaredType
112
- (qualifiedIdentifier
113
- (identifier))))))
114
- (typeAnnotation
115
- (declaredType
116
- (qualifiedIdentifier
117
- (identifier)))))
118
- (additiveExpr
119
- (unqualifiedAccessExpr
120
- (identifier))
121
- (unqualifiedAccessExpr
122
- (identifier))))
123
- (classMethod
124
- (methodHeader
125
- (identifier)
126
- (parameterList
127
- (typedIdentifier
128
- (identifier)
129
- (typeAnnotation
130
- (declaredType
131
- (qualifiedIdentifier
132
- (identifier)))))
133
- (typedIdentifier
134
- (identifier)
135
- (typeAnnotation
136
- (declaredType
137
- (qualifiedIdentifier
138
- (identifier))))))
139
- (typeAnnotation
140
- (declaredType
141
- (qualifiedIdentifier
142
- (identifier)))))
143
- (qualifiedAccessExpr
144
- (unqualifiedAccessExpr
145
- (identifier))
146
- (identifier)
147
- (argumentList
148
- (unqualifiedAccessExpr
149
- (identifier)))))
150
- (classMethod
151
- (methodHeader
152
- (identifier)
153
- (parameterList
154
- (typedIdentifier
155
- (identifier)
156
- (typeAnnotation
157
- (declaredType
158
- (qualifiedIdentifier
159
- (identifier)))))
160
- (typedIdentifier
161
- (identifier)
162
- (typeAnnotation
163
- (declaredType
164
- (qualifiedIdentifier
165
- (identifier))))))
166
- (typeAnnotation
167
- (declaredType
168
- (qualifiedIdentifier
169
- (identifier)))))
170
- (additiveExpr
171
- (unqualifiedAccessExpr
172
- (identifier))
173
- (unqualifiedAccessExpr
174
- (identifier))))
175
- (classMethod
176
- (methodHeader
177
- (identifier)
178
- (parameterList
179
- (typedIdentifier
180
- (identifier)
181
- (typeAnnotation
182
- (declaredType
183
- (qualifiedIdentifier
184
- (identifier)))))
185
- (typedIdentifier
186
- (identifier)
187
- (typeAnnotation
188
- (declaredType
189
- (qualifiedIdentifier
190
- (identifier))))))
191
- (typeAnnotation
192
- (declaredType
193
- (qualifiedIdentifier
194
- (identifier)))))
195
- (additiveExpr
196
- (unqualifiedAccessExpr
197
- (identifier))
198
- (unqualifiedAccessExpr
199
- (identifier))))
200
- (classMethod
201
- (methodHeader
202
- (identifier)
203
- (parameterList
204
- (typedIdentifier
205
- (identifier)
206
- (typeAnnotation
207
- (declaredType
208
- (qualifiedIdentifier
209
- (identifier)))))
210
- (typedIdentifier
211
- (identifier)
212
- (typeAnnotation
213
- (declaredType
214
- (qualifiedIdentifier
215
- (identifier))))))
216
- (typeAnnotation
217
- (declaredType
218
- (qualifiedIdentifier
219
- (identifier)))))
220
- (additiveExpr
221
- (unqualifiedAccessExpr
222
- (identifier))
223
- (unqualifiedAccessExpr
224
- (identifier))))
225
- (classMethod
226
- (methodHeader
227
- (identifier)
228
- (parameterList
229
- (typedIdentifier
230
- (identifier)
231
- (typeAnnotation
232
- (declaredType
233
- (qualifiedIdentifier
234
- (identifier)))))
235
- (typedIdentifier
236
- (identifier)
237
- (typeAnnotation
238
- (declaredType
239
- (qualifiedIdentifier
240
- (identifier))))))
241
- (typeAnnotation
242
- (declaredType
243
- (qualifiedIdentifier
244
- (identifier)))))
245
- (additiveExpr
246
- (unqualifiedAccessExpr
247
- (identifier))
248
- (unqualifiedAccessExpr
249
- (identifier))))
250
- (classMethod
251
- (methodHeader
252
- (identifier)
253
- (parameterList
254
- (typedIdentifier
255
- (identifier)
256
- (typeAnnotation
257
- (declaredType
258
- (qualifiedIdentifier
259
- (identifier)))))
260
- (typedIdentifier
261
- (identifier)
262
- (typeAnnotation
263
- (declaredType
264
- (qualifiedIdentifier
265
- (identifier))))))
266
- (typeAnnotation
267
- (declaredType
268
- (qualifiedIdentifier
269
- (identifier)))))
270
- (additiveExpr
271
- (unqualifiedAccessExpr
272
- (identifier))
273
- (unqualifiedAccessExpr
274
- (identifier))))
275
- (classMethod
276
- (methodHeader
277
- (identifier)
278
- (parameterList
279
- (typedIdentifier
280
- (identifier)
281
- (typeAnnotation
282
- (declaredType
283
- (qualifiedIdentifier
284
- (identifier)))))
285
- (typedIdentifier
286
- (identifier)
287
- (typeAnnotation
288
- (declaredType
289
- (qualifiedIdentifier
290
- (identifier))))))
291
- (typeAnnotation
292
- (declaredType
293
- (qualifiedIdentifier
294
- (identifier)))))
295
- (additiveExpr
296
- (unqualifiedAccessExpr
297
- (identifier))
298
- (unqualifiedAccessExpr
299
- (identifier))))
300
- (classMethod
301
- (methodHeader
302
- (identifier)
303
- (parameterList
304
- (typedIdentifier
305
- (identifier)
306
- (typeAnnotation
307
- (declaredType
308
- (qualifiedIdentifier
309
- (identifier)))))
310
- (typedIdentifier
311
- (identifier)
312
- (typeAnnotation
313
- (declaredType
314
- (qualifiedIdentifier
315
- (identifier))))))
316
- (typeAnnotation
317
- (declaredType
318
- (qualifiedIdentifier
319
- (identifier)))))
320
- (additiveExpr
321
- (unqualifiedAccessExpr
322
- (identifier))
323
- (unqualifiedAccessExpr
324
- (identifier))))
325
- (classMethod
326
- (methodHeader
327
- (identifier)
328
- (parameterList
329
- (typedIdentifier
330
- (identifier)
331
- (typeAnnotation
332
- (declaredType
333
- (qualifiedIdentifier
334
- (identifier)))))
335
- (typedIdentifier
336
- (identifier)
337
- (typeAnnotation
338
- (declaredType
339
- (qualifiedIdentifier
340
- (identifier))))))
341
- (typeAnnotation
342
- (declaredType
343
- (qualifiedIdentifier
344
- (identifier)))))
345
- (additiveExpr
346
- (unqualifiedAccessExpr
347
- (identifier))
348
- (unqualifiedAccessExpr
349
- (identifier))))
350
- (classMethod
351
- (methodHeader
352
- (identifier)
353
- (parameterList
354
- (typedIdentifier
355
- (identifier)
356
- (typeAnnotation
357
- (declaredType
358
- (qualifiedIdentifier
359
- (identifier)))))
360
- (typedIdentifier
361
- (identifier)
362
- (typeAnnotation
363
- (declaredType
364
- (qualifiedIdentifier
365
- (identifier))))))
366
- (typeAnnotation
367
- (declaredType
368
- (qualifiedIdentifier
369
- (identifier)))))
370
- (additiveExpr
371
- (unqualifiedAccessExpr
372
- (identifier))
373
- (unqualifiedAccessExpr
374
- (identifier))))
375
- (classMethod
376
- (methodHeader
377
- (identifier)
378
- (parameterList
379
- (typedIdentifier
380
- (identifier)
381
- (typeAnnotation
382
- (declaredType
383
- (qualifiedIdentifier
384
- (identifier)))))
385
- (typedIdentifier
386
- (identifier)
387
- (typeAnnotation
388
- (declaredType
389
- (qualifiedIdentifier
390
- (identifier))))))
391
- (typeAnnotation
392
- (declaredType
393
- (qualifiedIdentifier
394
- (identifier)))))
395
- (unqualifiedAccessExpr
396
- (identifier)))
397
- (classMethod
398
- (methodHeader
399
- (identifier)
400
- (parameterList
401
- (typedIdentifier
402
- (identifier)
403
- (typeAnnotation
404
- (declaredType
405
- (qualifiedIdentifier
406
- (identifier)))))
407
- (typedIdentifier
408
- (identifier)
409
- (typeAnnotation
410
- (declaredType
411
- (qualifiedIdentifier
412
- (identifier))))))
413
- (typeAnnotation
414
- (declaredType
415
- (qualifiedIdentifier
416
- (identifier)))))
417
- (unqualifiedAccessExpr
418
- (identifier)))
419
- (classMethod
420
- (methodHeader
421
- (identifier)
422
- (parameterList
423
- (typedIdentifier
424
- (identifier)
425
- (typeAnnotation
426
- (declaredType
427
- (qualifiedIdentifier
428
- (identifier)))))
429
- (typedIdentifier
430
- (identifier)
431
- (typeAnnotation
432
- (declaredType
433
- (qualifiedIdentifier
434
- (identifier))))))
435
- (typeAnnotation
436
- (declaredType
437
- (qualifiedIdentifier
438
- (identifier)))))
439
- (unqualifiedAccessExpr
440
- (identifier)))))
441
- (classProperty
442
- (modifier)
443
- (identifier)
444
- (newExpr
445
- (declaredType
446
- (qualifiedIdentifier
447
- (identifier)))
448
- (objectBody)))
449
- (classProperty
450
- (identifier)
451
- (qualifiedAccessExpr
452
- (unqualifiedAccessExpr
453
- (identifier))
454
- (identifier)
455
- (argumentList
456
- (slStringLiteralExpr
457
- (slStringLiteralPart)))))
458
- (classProperty
459
- (identifier)
460
- (qualifiedAccessExpr
461
- (unqualifiedAccessExpr
462
- (identifier))
463
- (identifier)
464
- (argumentList
465
- (slStringLiteralExpr
466
- (slStringLiteralPart))
467
- (slStringLiteralExpr
468
- (slStringLiteralPart)))))
469
- (classProperty
470
- (identifier)
471
- (qualifiedAccessExpr
472
- (unqualifiedAccessExpr
473
- (identifier))
474
- (identifier)
475
- (argumentList
476
- (intLiteralExpr))))
477
- (classProperty
478
- (identifier)
479
- (qualifiedAccessExpr
480
- (unqualifiedAccessExpr
481
- (identifier))
482
- (identifier)
483
- (argumentList
484
- (intLiteralExpr)
485
- (intLiteralExpr))))
486
- (classProperty
487
- (identifier)
488
- (qualifiedAccessExpr
489
- (unqualifiedAccessExpr
490
- (identifier))
491
- (identifier)
492
- (argumentList
493
- (intLiteralExpr)
494
- (intLiteralExpr))))
495
- (classProperty
496
- (identifier)
497
- (qualifiedAccessExpr
498
- (unqualifiedAccessExpr
499
- (identifier))
500
- (identifier)
501
- (argumentList
502
- (floatLiteralExpr))))
503
- (classProperty
504
- (identifier)
505
- (qualifiedAccessExpr
506
- (unqualifiedAccessExpr
507
- (identifier))
508
- (identifier)
509
- (argumentList
510
- (floatLiteralExpr)
511
- (floatLiteralExpr))))
512
- (classProperty
513
- (identifier)
514
- (qualifiedAccessExpr
515
- (unqualifiedAccessExpr
516
- (identifier))
517
- (identifier)
518
- (argumentList
519
- (floatLiteralExpr)
520
- (floatLiteralExpr))))
521
- (classProperty
522
- (identifier)
523
- (qualifiedAccessExpr
524
- (unqualifiedAccessExpr
525
- (identifier))
526
- (identifier)
527
- (argumentList
528
- (qualifiedAccessExpr
529
- (intLiteralExpr)
530
- (identifier)))))
531
- (classProperty
532
- (identifier)
533
- (qualifiedAccessExpr
534
- (unqualifiedAccessExpr
535
- (identifier))
536
- (identifier)
537
- (argumentList
538
- (qualifiedAccessExpr
539
- (intLiteralExpr)
540
- (identifier))
541
- (qualifiedAccessExpr
542
- (intLiteralExpr)
543
- (identifier)))))
544
- (classProperty
545
- (identifier)
546
- (qualifiedAccessExpr
547
- (unqualifiedAccessExpr
548
- (identifier))
549
- (identifier)
550
- (argumentList
551
- (qualifiedAccessExpr
552
- (intLiteralExpr)
553
- (identifier)))))
554
- (classProperty
555
- (identifier)
556
- (qualifiedAccessExpr
557
- (unqualifiedAccessExpr
558
- (identifier))
559
- (identifier)
560
- (argumentList
561
- (qualifiedAccessExpr
562
- (intLiteralExpr)
563
- (identifier))
564
- (qualifiedAccessExpr
565
- (intLiteralExpr)
566
- (identifier)))))
567
- (classProperty
568
- (identifier)
569
- (qualifiedAccessExpr
570
- (unqualifiedAccessExpr
571
- (identifier))
572
- (identifier)
573
- (argumentList
574
- (unqualifiedAccessExpr
575
- (identifier)
576
- (argumentList
577
- (intLiteralExpr)
578
- (intLiteralExpr))))))
579
- (classProperty
580
- (identifier)
581
- (qualifiedAccessExpr
582
- (unqualifiedAccessExpr
583
- (identifier))
584
- (identifier)
585
- (argumentList
586
- (unqualifiedAccessExpr
587
- (identifier)
588
- (argumentList
589
- (intLiteralExpr)
590
- (intLiteralExpr)))
591
- (unqualifiedAccessExpr
592
- (identifier)
593
- (argumentList
594
- (intLiteralExpr))))))
595
- (classProperty
596
- (identifier)
597
- (qualifiedAccessExpr
598
- (unqualifiedAccessExpr
599
- (identifier))
600
- (identifier)
601
- (argumentList
602
- (unqualifiedAccessExpr
603
- (identifier)
604
- (argumentList
605
- (intLiteralExpr)
606
- (intLiteralExpr)))
607
- (unqualifiedAccessExpr
608
- (identifier)
609
- (argumentList
610
- (intLiteralExpr))))))
611
- (classProperty
612
- (identifier)
613
- (qualifiedAccessExpr
614
- (unqualifiedAccessExpr
615
- (identifier))
616
- (identifier)
617
- (argumentList
618
- (unqualifiedAccessExpr
619
- (identifier)
620
- (argumentList
621
- (intLiteralExpr)
622
- (intLiteralExpr))))))
623
- (classProperty
624
- (identifier)
625
- (qualifiedAccessExpr
626
- (unqualifiedAccessExpr
627
- (identifier))
628
- (identifier)
629
- (argumentList
630
- (unqualifiedAccessExpr
631
- (identifier)
632
- (argumentList
633
- (intLiteralExpr)
634
- (intLiteralExpr)))
635
- (unqualifiedAccessExpr
636
- (identifier)
637
- (argumentList
638
- (intLiteralExpr))))))
639
- (classProperty
640
- (identifier)
641
- (qualifiedAccessExpr
642
- (unqualifiedAccessExpr
643
- (identifier))
644
- (identifier)
645
- (argumentList
646
- (unqualifiedAccessExpr
647
- (identifier)
648
- (argumentList
649
- (intLiteralExpr)
650
- (intLiteralExpr)))
651
- (unqualifiedAccessExpr
652
- (identifier)
653
- (argumentList
654
- (intLiteralExpr))))))
655
- (classProperty
656
- (identifier)
657
- (qualifiedAccessExpr
658
- (unqualifiedAccessExpr
659
- (identifier))
660
- (identifier)
661
- (argumentList
662
- (unqualifiedAccessExpr
663
- (identifier)
664
- (argumentList
665
- (intLiteralExpr)
666
- (intLiteralExpr))))))
667
- (classProperty
668
- (identifier)
669
- (qualifiedAccessExpr
670
- (unqualifiedAccessExpr
671
- (identifier))
672
- (identifier)
673
- (argumentList
674
- (unqualifiedAccessExpr
675
- (identifier)
676
- (argumentList
677
- (intLiteralExpr)
678
- (intLiteralExpr)))
679
- (unqualifiedAccessExpr
680
- (identifier)
681
- (argumentList
682
- (intLiteralExpr)
683
- (intLiteralExpr))))))
684
- (classProperty
685
- (identifier)
686
- (qualifiedAccessExpr
687
- (unqualifiedAccessExpr
688
- (identifier))
689
- (identifier)
690
- (argumentList
691
- (newExpr
692
- (declaredType
693
- (qualifiedIdentifier
694
- (identifier)))
695
- (objectBody))
696
- (newExpr
697
- (declaredType
698
- (qualifiedIdentifier
699
- (identifier)))
700
- (objectBody)))))
701
- (classProperty
702
- (identifier)
703
- (qualifiedAccessExpr
704
- (unqualifiedAccessExpr
705
- (identifier))
706
- (identifier)
707
- (argumentList
708
- (newExpr
709
- (declaredType
710
- (qualifiedIdentifier
711
- (identifier)))
712
- (objectBody))
713
- (newExpr
714
- (declaredType
715
- (qualifiedIdentifier
716
- (identifier)))
717
- (objectBody)))))
718
- (classProperty
719
- (identifier)
720
- (qualifiedAccessExpr
721
- (unqualifiedAccessExpr
722
- (identifier))
723
- (identifier)
724
- (argumentList
725
- (newExpr
726
- (declaredType
727
- (qualifiedIdentifier
728
- (identifier)))
729
- (objectBody))
730
- (newExpr
731
- (declaredType
732
- (qualifiedIdentifier
733
- (identifier)))
734
- (objectBody))))))