tree: 7d54b6d71195d5e16c26d60182051e96b71132c3
  1. anonymousFunctions/
  2. anyMethodsOverride/
  3. basicConstructorWithUpperBoundParameters/
  4. basicGenericsInAndOut/
  5. basicMethodParameterWithUpperBound/
  6. blockWithExplicitParameterNames/
  7. blockWithNoParameterNames/
  8. classAndExtensionFunctionInSameFile/
  9. classExtendsAbstractClass/
  10. classifiersAnnotatedWithObjCName/
  11. classImplementingInterface/
  12. classReferencingDependencyClassAsReturnType/
  13. classReferencingOtherClassAsReturnType/
  14. classTypePropertyTranslation/
  15. classWithGenerics/
  16. classWithHidesFromObjCAnnotation/
  17. classWithKDoc/
  18. classWithManyMembers/
  19. classWithMustBeDocumentedAnnotation/
  20. classWithObjCNameAnnotation/
  21. classWithReservedName/
  22. classWithUnresolvedSuperType/
  23. classWithUnresolvedSuperTypeGenerics/
  24. collectionTypeArguments/
  25. companion/
  26. constructors/
  27. cProperties/
  28. deprecatedHidden/
  29. deprecatedWarningAndError/
  30. dispatchAndExtensionReceiverWithMustBeDocumentedAnnotation/
  31. emptyTopLevelFacades/
  32. enumCKeywordsAndSpecialNamesTranslation/
  33. extensionFunctions/
  34. extensionOfPrimitiveType/
  35. extensionOrder/
  36. extensionProperties/
  37. extensionsMangling/
  38. extensionWithPrimitiveParameter/
  39. frameworkNameWithObjCNameAndExact/
  40. functionParametersAnnotatedWithObjCName/
  41. functionsAnnotatedWithObjCName/
  42. functionWithErrorType/
  43. functionWithErrorTypeAndFrameworkName/
  44. functionWithMustBeDocumentedAnnotation/
  45. functionWithObjCNameAnnotation/
  46. functionWithReservedMethodName/
  47. functionWithReservedMethodNameAndReturnType/
  48. functionWithThrowsAnnotation/
  49. genericExtension/
  50. genericExtensionPropertyIsNotTranslatedAsStaticOne/
  51. genericSuperType/
  52. illegalStateException/
  53. inlineClassWithNestedClass/
  54. innerClass/
  55. innerClassWithExtensionFunction/
  56. interfaceExtension/
  57. interfaceImplementingInterface/
  58. interfaceImplementingInterfaceOrder/
  59. interfaceReferencingOtherInterfaceAsReturnType/
  60. interfaceWithMustBeDocumentedAnnotation/
  61. internalPublicApi/
  62. kdocWithBlockTags/
  63. kotlinUnitIsForwarded/
  64. mangleGenerics/
  65. mangleInitConstructors/
  66. mangleProperty/
  67. mangleReceiver/
  68. mangleThrowsAnnotation/
  69. manyClassesAndInterfaces/
  70. memberFunctionSignatureOrder/
  71. methodsMangling/
  72. methodsManglingWithTheSameParameterNames/
  73. methodWithMultipleTypeParameters/
  74. methodWithMultipleUpperBoundsParameters/
  75. multipleInheritance/
  76. multipleInterfacesImplementationChain/
  77. nestedClass/
  78. nestedClassWithFrameworkName/
  79. nestedGenericClass/
  80. nestedInterface/
  81. nothing/
  82. nullableFunctionalTypeArgumentsAndReturnTypesTranslated/
  83. objCEntryPoints/
  84. objCMappedMixedTypesExtension/
  85. objCMappedPropertyExtension/
  86. objCNameWithReceiver/
  87. objectWithGenericSuperclass/
  88. objectWithReservedName/
  89. parameterWithMustBeDocumentedAnnotation/
  90. privateCompanion/
  91. privateGenericSuperInterface/
  92. privateSuperInterface/
  93. privateSuperInterfaceWithCovariantOverride/
  94. privateTopLevelClassProperty/
  95. propertiesAnnotatedWithObjCName/
  96. propertyGetter/
  97. propertyWithObjCNameAnnotation/
  98. receiverWithMustBeDocumentedAnnotation/
  99. releaseKeywordAsMethodName/
  100. sameClassNameInDifferentPackage/
  101. sameFunctionNameInDifferentClass/
  102. sameFunctionNameInDifferentInterface/
  103. samePropertyAndFunctionName/
  104. samInterface/
  105. simpleClass/
  106. simpleDataClass/
  107. simpleEnumClass/
  108. simpleInterface/
  109. simpleObject/
  110. sinceVersionAnnotation/
  111. sourceFileWithDotInName/
  112. specialFunctionNames/
  113. specialFunctionNamesExplicitMethodFamily/
  114. subclassParameterTypeTranslationWithoutUpperBound/
  115. superClassExtensionsMangling/
  116. superClassWithCovariantOverride/
  117. suspendFunction/
  118. throwable/
  119. topLevelFunction/
  120. topLevelFunctionWithNumberReturn/
  121. topLevelInterfaceExtensionProperty/
  122. topLevelProperty/
  123. vararg/
  124. varWithPrivateSetterTranslatedAsImmutableProperty/