tree: f51fc4ccf6129cb5bf48d1521b45730792fc21bf
  1. assignments/
  2. invalidCode/
  3. invokeOnObjects/
  4. nonCalls/
  5. withTestCompilerPluginEnabled/
  6. ambiguous.descriptors.txt
  7. ambiguous.kt
  8. ambiguous.txt
  9. ambiguousImplicitInvoke.descriptors.txt
  10. ambiguousImplicitInvoke.kt
  11. ambiguousImplicitInvoke.txt
  12. ambiguousWithExplicitTypeParameters.descriptors.txt
  13. ambiguousWithExplicitTypeParameters.kt
  14. ambiguousWithExplicitTypeParameters.txt
  15. ambiguousWithInferredTypeParameters.descriptors.txt
  16. ambiguousWithInferredTypeParameters.kt
  17. ambiguousWithInferredTypeParameters.txt
  18. annotationEntry.kt
  19. annotationEntry.txt
  20. annotationInAnnotation_arrayOf.kt
  21. annotationInAnnotation_arrayOf.txt
  22. annotationInAnnotation_collectionLiteral.kt
  23. annotationInAnnotation_collectionLiteral.txt
  24. annotationInAnnotation_multipleAnnotations_arrayOf.kt
  25. annotationInAnnotation_multipleAnnotations_arrayOf.txt
  26. annotationInAnnotation_multipleAnnotations_collectionLiteral.kt
  27. annotationInAnnotation_multipleAnnotations_collectionLiteral.txt
  28. annotationInAnnotation_noarg.kt
  29. annotationInAnnotation_noarg.txt
  30. annotationInAnnotation_vararg.kt
  31. annotationInAnnotation_vararg.txt
  32. annotationOnDelegate.kt
  33. annotationOnDelegate.txt
  34. annotationOnExpression_asT.kt
  35. annotationOnExpression_asT.txt
  36. annotationOnExpression_destructuring.kt
  37. annotationOnExpression_destructuring.txt
  38. annotationOnExpression_if.kt
  39. annotationOnExpression_if.txt
  40. annotationOnExpression_whenBranch.kt
  41. annotationOnExpression_whenBranch.txt
  42. annotationOnFile.kt
  43. annotationOnFile.txt
  44. annotationOnParameter_param.kt
  45. annotationOnParameter_param.txt
  46. annotationOnParameter_parameterProperty.kt
  47. annotationOnParameter_parameterProperty.txt
  48. annotationOnParameter_reified.kt
  49. annotationOnParameter_reified.txt
  50. annotationOnParameter_setparam.kt
  51. annotationOnParameter_setparam.txt
  52. annotationOnProperty_field.kt
  53. annotationOnProperty_field.txt
  54. annotationOnProperty_get.kt
  55. annotationOnProperty_get.txt
  56. annotationOnProperty_property.kt
  57. annotationOnProperty_property.txt
  58. annotationOnProperty_set.kt
  59. annotationOnProperty_set.txt
  60. annotationOnReceiver.kt
  61. annotationOnReceiver.txt
  62. arrayIncWithDotQualifier.kt
  63. arrayIncWithDotQualifier.txt
  64. arrayOfInAnnotation.kt
  65. arrayOfInAnnotation.txt
  66. builderInference.descriptors.txt
  67. builderInference.kt
  68. builderInference.txt
  69. callableReference_genericQualifier1.kt
  70. callableReference_genericQualifier1.txt
  71. callableReference_genericQualifier2.kt
  72. callableReference_genericQualifier2.txt
  73. calleeExpressionOfImplicitInvoke.kt
  74. calleeExpressionOfImplicitInvoke.txt
  75. checkNotNullCall.kt
  76. checkNotNullCall.txt
  77. checkNotNullCallAsCallee.kt
  78. checkNotNullCallAsCallee.txt
  79. companionObjectReference.kt
  80. companionObjectReference.txt
  81. comparisonCall.kt
  82. comparisonCall.txt
  83. compoundAssignOnGenericVar.kt
  84. compoundAssignOnGenericVar.txt
  85. compoundAssignOnVal.kt
  86. compoundAssignOnVal.txt
  87. compoundAssignOnVal_lhs.kt
  88. compoundAssignOnVal_lhs.txt
  89. compoundAssignOnVar.kt
  90. compoundAssignOnVar.txt
  91. compoundAssignOnVar_lhs.kt
  92. compoundAssignOnVar_lhs.txt
  93. compoundAssignWithArrayAccessConvention.kt
  94. compoundAssignWithArrayAccessConvention.txt
  95. compoundAssignWithArrayAccessConvention_complexReceivers.kt
  96. compoundAssignWithArrayAccessConvention_complexReceivers.txt
  97. compoundAssignWithArrayAccessConvention_lhs.kt
  98. compoundAssignWithArrayAccessConvention_lhs.txt
  99. compoundAssignWithArrayGetConvention.kt
  100. compoundAssignWithArrayGetConvention.txt
  101. compoundAssignWithArrayGetConvention_lhs.kt
  102. compoundAssignWithArrayGetConvention_lhs.txt
  103. consecutiveImplicitInvoke1.kt
  104. consecutiveImplicitInvoke1.txt
  105. consecutiveImplicitInvoke2.kt
  106. consecutiveImplicitInvoke2.txt
  107. consecutiveImplicitInvoke3.kt
  108. consecutiveImplicitInvoke3.txt
  109. consecutiveImplicitInvoke_callee.kt
  110. consecutiveImplicitInvoke_callee.txt
  111. defaultValueThatCallsPreviousParameter.kt
  112. defaultValueThatCallsPreviousParameter.txt
  113. delegatedConstructorCall_super.kt
  114. delegatedConstructorCall_super.txt
  115. delegatedConstructorCall_super_unresolved.descriptors.txt
  116. delegatedConstructorCall_super_unresolved.kt
  117. delegatedConstructorCall_super_unresolved.txt
  118. delegatedConstructorCall_this.kt
  119. delegatedConstructorCall_this.txt
  120. delegatedConstructorCall_this_unresolved.descriptors.txt
  121. delegatedConstructorCall_this_unresolved.kt
  122. delegatedConstructorCall_this_unresolved.txt
  123. enumAsAnnotationValue.kt
  124. enumAsAnnotationValue.txt
  125. enumSuperTypeInterface.descriptors.txt
  126. enumSuperTypeInterface.kt
  127. enumSuperTypeInterface.txt
  128. eqEqCall_fromAny.kt
  129. eqEqCall_fromAny.txt
  130. eqEqCall_fromDataClass.kt
  131. eqEqCall_fromDataClass.txt
  132. eqEqCall_fromDataClass_overridden.kt
  133. eqEqCall_fromDataClass_overridden.txt
  134. eqEqCall_fromSealedClass.kt
  135. eqEqCall_fromSealedClass.txt
  136. eqEqCall_fromSuperType.kt
  137. eqEqCall_fromSuperType.txt
  138. eqEqCall_overridden.kt
  139. eqEqCall_overridden.txt
  140. functionCallInTheSameFile.kt
  141. functionCallInTheSameFile.txt
  142. functionCallWithExtensionReceiverAndTypeArgument.kt
  143. functionCallWithExtensionReceiverAndTypeArgument.txt
  144. functionCallWithLambdaArgument.kt
  145. functionCallWithLambdaArgument.txt
  146. functionCallWithNamedArgument.kt
  147. functionCallWithNamedArgument.txt
  148. functionCallWithNonTrailingLambdaArgument.kt
  149. functionCallWithNonTrailingLambdaArgument.txt
  150. functionCallWithSpreadArgument.kt
  151. functionCallWithSpreadArgument.txt
  152. functionCallWithTypeArgument.kt
  153. functionCallWithTypeArgument.txt
  154. functionCallWithVarargArgument.kt
  155. functionCallWithVarargArgument.txt
  156. functionTypeVariableCall_dispatchReceiver.descriptors.txt
  157. functionTypeVariableCall_dispatchReceiver.kt
  158. functionTypeVariableCall_dispatchReceiver.txt
  159. functionTypeVariableCall_extensionReceiver.descriptors.txt
  160. functionTypeVariableCall_extensionReceiver.kt
  161. functionTypeVariableCall_extensionReceiver.txt
  162. functionWithReceiverCall.kt
  163. functionWithReceiverCall.txt
  164. functionWithReceiverSafeCall.kt
  165. functionWithReceiverSafeCall.txt
  166. hiddenConstructor.descriptors.txt
  167. hiddenConstructor.kt
  168. hiddenConstructor.txt
  169. hiddenDeprecated.descriptors.txt
  170. hiddenDeprecated.kt
  171. hiddenDeprecated.txt
  172. implicitConstructorDelegationCall.kt
  173. implicitConstructorDelegationCall.txt
  174. implicitConstuctorCall.kt
  175. implicitConstuctorCall.txt
  176. implicitJavaConstuctorCall.kt
  177. implicitJavaConstuctorCall.txt
  178. incWithDotQualifier.kt
  179. incWithDotQualifier.txt
  180. indexedGet.kt
  181. indexedGet.txt
  182. indexedGetWithNotEnoughArgs.descriptors.txt
  183. indexedGetWithNotEnoughArgs.kt
  184. indexedGetWithNotEnoughArgs.txt
  185. indexedGetWithTooManyArgs.descriptors.txt
  186. indexedGetWithTooManyArgs.kt
  187. indexedGetWithTooManyArgs.txt
  188. indexedSet.kt
  189. indexedSet.txt
  190. indexedSetWithNotEnoughArgs.descriptors.txt
  191. indexedSetWithNotEnoughArgs.kt
  192. indexedSetWithNotEnoughArgs.txt
  193. indexedSetWithTooManyArgs.descriptors.txt
  194. indexedSetWithTooManyArgs.kt
  195. indexedSetWithTooManyArgs.txt
  196. intArrayOfInAnnotation.kt
  197. intArrayOfInAnnotation.txt
  198. javaClassReference.kt
  199. javaClassReference.txt
  200. javaFunctionCall.kt
  201. javaFunctionCall.txt
  202. javaPropertyGetter.kt
  203. javaPropertyGetter.txt
  204. javaPropertyGetter_unqualified.kt
  205. javaPropertyGetter_unqualified.txt
  206. javaPropertyNestedGetter.kt
  207. javaPropertyNestedGetter.txt
  208. javaPropertySetter.kt
  209. javaPropertySetter.txt
  210. javaPropertySetter_unqualified.kt
  211. javaPropertySetter_unqualified.txt
  212. javaPropertySetterIncomplete.kt
  213. javaPropertySetterIncomplete.txt
  214. kotlinPropertyGetter.kt
  215. kotlinPropertyGetter.txt
  216. kotlinPropertyGetter_unqualified.kt
  217. kotlinPropertyGetter_unqualified.txt
  218. kotlinPropertyNestedGetter.kt
  219. kotlinPropertyNestedGetter.txt
  220. kotlinPropertySetter.kt
  221. kotlinPropertySetter.txt
  222. kotlinPropertySetter_unqualified.kt
  223. kotlinPropertySetter_unqualified.txt
  224. kotlinPropertySetterGeneric.kt
  225. kotlinPropertySetterGeneric.txt
  226. memberFunctionCallWithTypeArgument.kt
  227. memberFunctionCallWithTypeArgument.txt
  228. postfixUnaryOperatorOnVar.kt
  229. postfixUnaryOperatorOnVar.txt
  230. postfixUnaryOperatorOnVar_base.kt
  231. postfixUnaryOperatorOnVar_base.txt
  232. postfixUnaryOperatorWithArrayAccessConvention.kt
  233. postfixUnaryOperatorWithArrayAccessConvention.txt
  234. postfixUnaryOperatorWithArrayAccessConvention_base.kt
  235. postfixUnaryOperatorWithArrayAccessConvention_base.txt
  236. postfixUnaryOperatorWithArrayAccessConvention_complexDispatcher.kt
  237. postfixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt
  238. prefixUnaryOperatorOnGenericVar.kt
  239. prefixUnaryOperatorOnGenericVar.txt
  240. prefixUnaryOperatorOnVar.kt
  241. prefixUnaryOperatorOnVar.txt
  242. prefixUnaryOperatorOnVar_base.kt
  243. prefixUnaryOperatorOnVar_base.txt
  244. prefixUnaryOperatorWithArrayAccessConvention.kt
  245. prefixUnaryOperatorWithArrayAccessConvention.txt
  246. prefixUnaryOperatorWithArrayAccessConvention_base.kt
  247. prefixUnaryOperatorWithArrayAccessConvention_base.txt
  248. prefixUnaryOperatorWithArrayAccessConvention_complexDispatcher.kt
  249. prefixUnaryOperatorWithArrayAccessConvention_complexDispatcher.txt
  250. privateMember.descriptors.txt
  251. privateMember.kt
  252. privateMember.txt
  253. qualifiedCalleeExpressionOfImplicitInvoke.kt
  254. qualifiedCalleeExpressionOfImplicitInvoke.txt
  255. recursiveTypeParameter.descriptors.txt
  256. recursiveTypeParameter.kt
  257. recursiveTypeParameter.txt
  258. resolveCallInSuperConstructorParam.kt
  259. resolveCallInSuperConstructorParam.txt
  260. samConstructorCall.descriptors.txt
  261. samConstructorCall.kt
  262. samConstructorCall.txt
  263. simpleCallWithNonMatchingArgs.descriptors.txt
  264. simpleCallWithNonMatchingArgs.kt
  265. simpleCallWithNonMatchingArgs.txt
  266. smartCastedArg.kt
  267. smartCastedArg.txt
  268. smartCastedNonNullArg.kt
  269. smartCastedNonNullArg.txt
  270. smartCastExplicitDispatchReceiver.kt
  271. smartCastExplicitDispatchReceiver.txt
  272. smartCastExplicitExtensionReceiver.kt
  273. smartCastExplicitExtensionReceiver.txt
  274. smartCastImplicitDispatchReceiver.kt
  275. smartCastImplicitDispatchReceiver.txt
  276. smartCastImplicitExtensionReceiver.kt
  277. smartCastImplicitExtensionReceiver.txt
  278. substituteOverrideResolution.kt
  279. substituteOverrideResolution.txt
  280. superTypeCallEntryResolveToCallInfo.kt
  281. superTypeCallEntryResolveToCallInfo.txt
  282. typecheckerRecursiveError.descriptors.txt
  283. typecheckerRecursiveError.kt
  284. typecheckerRecursiveError.txt
  285. unresolvableOperator_elvis_1.kt
  286. unresolvableOperator_elvis_1.txt
  287. unresolvableOperator_elvis_2.kt
  288. unresolvableOperator_elvis_2.txt
  289. unresolvableOperator_eqeqeq_1.kt
  290. unresolvableOperator_eqeqeq_1.txt
  291. unresolvableOperator_eqeqeq_2.kt
  292. unresolvableOperator_eqeqeq_2.txt
  293. unresolvableOperator_excleqeq_1.kt
  294. unresolvableOperator_excleqeq_1.txt
  295. unresolvableOperator_excleqeq_2.kt
  296. unresolvableOperator_excleqeq_2.txt
  297. unresolvedSuperReference.descriptors.txt
  298. unresolvedSuperReference.kt
  299. unresolvedSuperReference.txt
  300. variableAsFunction.kt
  301. variableAsFunction.txt
  302. variableAsFunctionLikeCall.kt
  303. variableAsFunctionLikeCall.txt
  304. variableAsFunctionWithParameterName.kt
  305. variableAsFunctionWithParameterName.txt
  306. variableAsFunctionWithParameterNameAnnotation.kt
  307. variableAsFunctionWithParameterNameAnnotation.txt
  308. variableAsFunctionWithParameterNameAnnotationConflict.descriptors.txt
  309. variableAsFunctionWithParameterNameAnnotationConflict.kt
  310. variableAsFunctionWithParameterNameAnnotationConflict.txt
  311. variableAsFunctionWithParameterNameAnnotationConflict2.descriptors.txt
  312. variableAsFunctionWithParameterNameAnnotationConflict2.kt
  313. variableAsFunctionWithParameterNameAnnotationConflict2.txt
  314. variableAsFunctionWithParameterNameGeneric.kt
  315. variableAsFunctionWithParameterNameGeneric.txt
  316. variableAsFunctionWithParameterNameInNonFunctionType.kt
  317. variableAsFunctionWithParameterNameInNonFunctionType.txt
  318. variableAsFunctionWithParameterNameMixed.kt
  319. variableAsFunctionWithParameterNameMixed.txt
  320. variableWithExtensionInvoke.kt
  321. variableWithExtensionInvoke.txt
  322. variableWithInvokeFunctionCall_dispatchReceiver.kt
  323. variableWithInvokeFunctionCall_dispatchReceiver.txt
  324. variableWithInvokeFunctionCall_extensionReceiver.kt
  325. variableWithInvokeFunctionCall_extensionReceiver.txt
  326. variableWithMemberInvoke.kt
  327. variableWithMemberInvoke.txt
  328. whenSelectorSmartCast.kt
  329. whenSelectorSmartCast.txt