From 7deec28b9c3c061bdf3c0960347826ecb145c047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sapalski?= Date: Mon, 15 Apr 2013 07:43:51 +0200 Subject: [PATCH] Adjusted tests to the new DescriptorRenderer behaviour --- compiler/testData/builtin-classes.txt | 1804 ++++++++--------- .../duplicateLibraries/DuplicateLibraries.txt | 2 +- .../InnerClassNameClash.txt | 2 +- .../OverrideWithErrors.txt | 4 +- .../namespaceComparator/classObjectHeader.txt | 4 +- .../lazyResolve/namespaceComparator/enum.txt | 22 +- .../fileDependencyRecursion.txt | 4 +- .../namespaceComparator/genericFunction.txt | 2 +- .../importFunctionWithAllUnderImport.txt | 2 +- ...tionWithAllUnderImportAfterNamedImport.txt | 2 +- .../namespaceComparator/objectInClass.txt | 4 +- .../namespaceComparator/objectMembers.txt | 4 +- .../packageLevelObject.txt | 2 +- .../propertyClassFileDependencyRecursion.txt | 2 +- .../namespaceComparator/simpleClass.txt | 16 +- .../namespaceComparator/varargIterator.txt | 4 +- .../loadJava/compiledJava/JavaEnum.txt | 12 +- .../compiledJava/PackageLocalVisibility.txt | 2 +- .../AnnotationWithAnnotationInParam.txt | 26 +- .../AnnotationWithArrayOfEnumInParam.txt | 4 +- .../AnnotationWithArrayOfStringInParam.txt | 4 +- .../AnnotationWithEmptyArrayInParam.txt | 4 +- .../annotations/AnnotationWithEnumInParam.txt | 4 +- .../annotations/CustomAnnotation.txt | 14 +- .../CustomAnnotationWithDefaultParameter.txt | 6 +- .../annotations/RecursiveAnnotation.txt | 8 +- .../annotations/RecursiveAnnotation2.txt | 8 +- .../protectedPackage/ProtectedPackageFun.txt | 2 +- .../ProtectedPackageProperty.txt | 2 +- .../signaturePropagation/ArraysInSubtypes.txt | 12 +- .../MethodTypeParameterErased.txt | 4 +- .../signaturePropagation/RawSuperType.txt | 6 +- .../ReturnInnerSubclassOfSupersInner.txt | 4 +- .../SubclassWithRawType.txt | 32 +- ...woSuperclassesInconsistentGenericTypes.txt | 10 +- .../TwoSuperclassesVarargAndNot.txt | 12 +- .../singleAbstractMethod/Comparator.txt | 4 +- .../singleAbstractMethod/FilenameFilter.txt | 4 +- ...GenericInterfaceParameterWithSelfBound.txt | 4 +- .../GenericInterfaceParametersWithBounds.txt | 6 +- .../GenericMethodParameters.txt | 2 +- .../singleAbstractMethod/Nested.txt | 12 +- .../singleAbstractMethod/Runnable.txt | 4 +- .../singleAbstractMethod/adapter/Basic.txt | 8 +- .../adapter/NonTrivialFunctionType.txt | 14 +- .../adapter/SeveralSamParameters.txt | 4 +- .../adapter/TypeParameterOfClass.txt | 4 +- .../adapter/TypeParameterOfMethod.txt | 12 +- .../adapter/TypeParameterOfOuterClass.txt | 4 +- .../compiledJava/static/DeeplyInnerClass.txt | 6 +- .../static/DeeplyNestedStatic.txt | 2 +- .../loadJava/compiledJava/static/Enum.txt | 22 +- .../compiledJava/static/InnerClass.txt | 4 +- .../loadJava/compiledJava/static/Simple.txt | 4 +- .../compiledJava/static/StaticFinal.txt | 2 +- .../static/StaticMembersInEnum.txt | 20 +- .../ArrayTypeVariance.txt | 2 +- .../ClassDoesNotOverrideMethod.txt | 42 +- .../ClassWithTypePExtendsIterableP.txt | 2 +- .../FieldAsVar.txt | 2 +- .../FieldOfArrayType.txt | 2 +- .../FinalFieldAsVal.txt | 2 +- .../InnerClassesInGeneric.txt | 2 +- .../MethodReferencesOuterClassTP.txt | 2 +- .../MethodTypePOneUpperBound.txt | 2 +- .../MethodTypePTwoUpperBounds.txt | 2 +- .../MethodWithTypeP.txt | 2 +- .../MethodWithTypePP.txt | 2 +- .../MethodWithTypePRefClassP.txt | 2 +- .../MethosWithPRefTP.txt | 2 +- .../MyException.txt | 2 +- .../RemoveRedundantProjectionKind.txt | 4 +- .../TwoFields.txt | 4 +- .../UnboundWildcard.txt | 2 +- .../annotation/AnnotatedMethod.txt | 2 +- .../constructor/ConstructorGenericDeep.txt | 2 +- .../constructor/ConstructorGenericSimple.txt | 2 +- .../ConstructorGenericUpperBound.txt | 2 +- .../javaBean/DifferentGetterAndSetter.txt | 4 +- .../javaBean/JavaBeanAbstractGetter.txt | 4 +- .../javaBean/JavaBeanVal.txt | 2 +- .../javaBean/JavaBeanVar.txt | 4 +- .../javaBean/JavaBeanVarOfGenericType.txt | 4 +- .../javaBean/TwoSetters.txt | 4 +- .../kotlinSignature/ArrayType.txt | 2 +- .../ConstructorWithNewTypeParams.txt | 2 +- .../ConstructorWithParentTypeParams.txt | 2 +- .../ConstructorWithSeveralParams.txt | 2 +- .../kotlinSignature/CustomProjectionKind.txt | 2 +- .../MethodWithFunctionTypes.txt | 2 +- .../kotlinSignature/MethodWithGenerics.txt | 2 +- .../MethodWithMappedClasses.txt | 2 +- .../MethodWithTypeParameters.txt | 2 +- .../kotlinSignature/MethodWithVararg.txt | 2 +- .../kotlinSignature/PropertyArrayTypes.txt | 6 +- .../kotlinSignature/PropertyComplexTypes.txt | 8 +- .../kotlinSignature/PropertySimpleType.txt | 4 +- .../kotlinSignature/StarProjection.txt | 2 +- .../error/AddingNullability.txt | 2 +- .../error/ConflictingProjectionKind.txt | 2 +- .../error/ExplicitFieldGettersAndSetters.txt | 2 +- .../kotlinSignature/error/ExtraUpperBound.txt | 2 +- .../error/MissingUpperBound.txt | 2 +- .../kotlinSignature/error/NoFieldTypeRef.txt | 2 +- .../error/NotVarargReplacedWithVararg.txt | 2 +- .../error/RedundantProjectionKind.txt | 2 +- .../error/ReturnTypeMissing.txt | 2 +- .../kotlinSignature/error/SyntaxError.txt | 2 +- .../error/SyntaxErrorInFieldAnnotation.txt | 2 +- .../error/VarargReplacedWithNotVararg.txt | 2 +- .../error/WrongFieldInitializer.txt | 2 +- .../error/WrongFieldMutability.txt | 4 +- .../kotlinSignature/error/WrongFieldName.txt | 2 +- .../kotlinSignature/error/WrongMethodName.txt | 2 +- .../error/WrongProjectionKind.txt | 2 +- .../error/WrongReturnTypeStructure.txt | 2 +- .../kotlinSignature/error/WrongTypeName1.txt | 2 +- .../kotlinSignature/error/WrongTypeName2.txt | 2 +- .../kotlinSignature/error/WrongTypeName3.txt | 2 +- .../WrongTypeParameterBoundStructure1.txt | 2 +- .../WrongTypeParameterBoundStructure2.txt | 2 +- .../error/WrongTypeParametersCount.txt | 2 +- .../error/WrongValueParameterStructure1.txt | 2 +- .../error/WrongValueParameterStructure2.txt | 2 +- .../error/WrongValueParametersCount.txt | 2 +- .../PropagateTypeArgumentNullable.txt | 24 +- .../parameter/ChangeProjectionKind1.txt | 8 +- .../parameter/ChangeProjectionKind2.txt | 8 +- .../DeeplySubstitutedClassParameter.txt | 12 +- .../DeeplySubstitutedClassParameter2.txt | 12 +- .../parameter/InheritMutability.txt | 8 +- .../parameter/InheritNotVararg.txt | 8 +- .../parameter/InheritNotVarargInteger.txt | 8 +- .../parameter/InheritNotVarargNotNull.txt | 8 +- .../parameter/InheritNotVarargPrimitive.txt | 8 +- .../parameter/InheritNullability.txt | 8 +- .../parameter/InheritProjectionKind.txt | 8 +- .../parameter/InheritReadOnliness.txt | 8 +- .../propagation/parameter/InheritVararg.txt | 8 +- .../parameter/InheritVarargInteger.txt | 8 +- .../parameter/InheritVarargNotNull.txt | 8 +- .../parameter/InheritVarargPrimitive.txt | 8 +- .../propagation/parameter/Kt3302.txt | 12 +- .../parameter/MutableToReadOnly.txt | 8 +- .../parameter/NotNullToNullable.txt | 8 +- .../parameter/NullableToNotNull.txt | 8 +- .../NullableToNotNullKotlinSignature.txt | 8 +- .../parameter/OverrideWithErasedParameter.txt | 8 +- .../parameter/ReadOnlyToMutable.txt | 8 +- .../parameter/SubclassFromGenericAndNot.txt | 12 +- .../parameter/SubstitutedClassParameter.txt | 8 +- .../parameter/SubstitutedClassParameters.txt | 12 +- .../return/AddNotNullJavaSubtype.txt | 8 +- .../return/AddNotNullSameJavaType.txt | 8 +- .../return/AddNullabilityJavaSubtype.txt | 8 +- .../return/AddNullabilitySameGenericType1.txt | 8 +- .../return/AddNullabilitySameGenericType2.txt | 8 +- .../return/AddNullabilitySameJavaType.txt | 8 +- .../return/CantMakeImmutableInSubclass.txt | 8 +- .../DeeplySubstitutedClassParameter.txt | 12 +- .../DeeplySubstitutedClassParameter2.txt | 12 +- .../return/HalfSubstitutedTypeParameters.txt | 54 +- ...nheritNullabilityGenericSubclassSimple.txt | 8 +- .../return/InheritNullabilityJavaSubtype.txt | 8 +- .../InheritNullabilitySameGenericType.txt | 8 +- .../return/InheritNullabilitySameJavaType.txt | 8 +- .../return/InheritProjectionKind.txt | 8 +- .../return/InheritReadOnlinessOfArgument.txt | 8 +- .../return/InheritReadOnlinessSameClass.txt | 8 +- .../return/InheritReadOnlinessSubclass.txt | 8 +- .../propagation/return/SameProjectionKind.txt | 8 +- .../return/SubclassFromGenericAndNot.txt | 12 +- .../return/SubclassOfCollection.txt | 26 +- .../propagation/return/SubclassOfMapEntry.txt | 6 +- .../return/SubstitutedClassParameter.txt | 8 +- .../return/SubstitutedClassParameters.txt | 12 +- ...SuperclassesConflictingProjectionKinds.txt | 12 +- ...esInvariantAndCovariantInferMutability.txt | 12 +- ...sInvariantAndCovariantInferNullability.txt | 12 +- .../return/TwoSuperclassesMutableAndNot.txt | 12 +- .../TwoSuperclassesReturnJavaSubtype.txt | 12 +- .../TwoSuperclassesReturnSameJavaType.txt | 12 +- .../TwoSuperclassesSupplementNotNull.txt | 12 +- .../propagation/return/TypeParamOfClass.txt | 8 +- .../return/TypeParamOfClassSubstituted.txt | 8 +- .../propagation/return/TypeParamOfFun.txt | 8 +- .../typeParameter/InheritMutability.txt | 4 +- .../typeParameter/InheritNullability.txt | 4 +- .../typeParameter/InheritReadOnliness.txt | 4 +- .../propagation/typeParameter/TwoBounds.txt | 4 +- .../typeParameter/TwoSuperclasses.txt | 6 +- .../typeParameter/TwoTypeParameters.txt | 4 +- .../UseParameterAsUpperBound.txt | 4 +- .../UseParameterInUpperBound.txt | 4 +- ...rameterInUpperBoundWithKotlinSignature.txt | 4 +- .../library/LoadIterable.txt | 4 +- .../library/LoadIterator.txt | 4 +- .../modality/ModalityOfFakeOverrides.txt | 50 +- .../mutability/LoadIterable.txt | 8 +- .../mutability/LoadIterableWithConflict.txt | 4 +- .../LoadIterableWithNullability.txt | 8 +- .../LoadIterableWithPropagation.txt | 16 +- .../notNull/NotNullField.txt | 2 +- .../notNull/NotNullMethod.txt | 2 +- .../notNull/NotNullParameter.txt | 2 +- .../vararg/VarargInt.txt | 2 +- .../vararg/VarargString.txt | 2 +- .../ClassWithObjectMethod.txt | 22 +- .../InterfaceWithObjectMethods.txt | 22 +- .../DeepSubclassingKotlinInJava.txt | 12 +- .../SubclassFromTraitImplementation.txt | 12 +- .../SubclassingKotlinInJava.txt | 4 +- .../visibility/PackageLocal.txt | 4 +- .../visibility/ProtectedPackage.txt | 4 +- .../loadJava/sourceJava/ErrorTypes.txt | 10 +- .../ReturnInnerSubclassOfSupersInner.txt | 4 +- .../loadJava/sourceJava/ReturnNotSubtype.txt | 24 +- .../WrongNumberOfGenericParameters.txt | 8 +- .../ClassParamUpperClassInterfaceBound.txt | 4 +- .../EnumWithGenericConstructorParameter.txt | 10 +- .../EnumWithPrimitiveConstructorParameter.txt | 10 +- .../testData/loadKotlin/class/NamedObject.txt | 8 +- .../class/NamedObjectInClassObject.txt | 8 +- .../class/NamedObjectInNamedObject.txt | 10 +- ...NamedObjectWithAnotherTopLevelProperty.txt | 12 +- .../loadKotlin/class/SingleAbstractMethod.txt | 2 +- .../classFun/ClassInParamUsedInFun.txt | 2 +- .../classFun/ClassParamUsedInFun.txt | 2 +- .../classFun/FunDelegationToTraitImpl.txt | 4 +- .../loadKotlin/classFun/FunInParamSuper.txt | 4 +- .../loadKotlin/classFun/TraitFinalFun.txt | 2 +- .../loadKotlin/classFun/TraitOpenFun.txt | 2 +- .../classObject/ClassObjectDeclaresVal.txt | 4 +- .../classObject/ClassObjectDeclaresVar.txt | 6 +- .../loadKotlin/constructor/Constructor1.txt | 2 +- .../Constructor1WithParamDefaultValue.txt | 2 +- .../Constructor2WithOneParamDefaultValue.txt | 2 +- .../ConstructorCollectionParameter.txt | 6 +- .../constructor/ConstructorWithTwoDefArgs.txt | 2 +- ...oTypeParametersAndOneIntValueParameter.txt | 2 +- ...TwoTypeParametersAndOnePValueParameter.txt | 2 +- ...thTypeParametersEAndOnePValueParameter.txt | 2 +- .../InnerClassConstructorWithDefArgs.txt | 2 +- ...ivateConstructor1WithParamDefaultValue.txt | 2 +- .../vararg/ConstructorNonLastVararg.txt | 2 +- .../constructor/vararg/ConstructorVararg.txt | 2 +- .../loadKotlin/dataClass/MixedComponents.txt | 18 +- .../testData/loadKotlin/dataClass/OneVal.txt | 10 +- .../loadKotlin/dataClass/OpenDataClass.txt | 10 +- .../dataClass/OpenPropertyFinalComponent.txt | 10 +- .../testData/loadKotlin/dataClass/TwoVals.txt | 16 +- .../testData/loadKotlin/dataClass/TwoVars.txt | 20 +- .../loadKotlin/fun/PropagateDeepSubclass.txt | 12 +- .../fun/PropagateSubclassOfComparable.txt | 2 +- .../FunGenericParam.txt | 2 +- .../FunParamParam.txt | 2 +- .../FunParamParamErased.txt | 2 +- .../FunParamReferencesParam.txt | 2 +- .../FunParamTwoUpperBounds.txt | 2 +- .../FunParamUpperClassBound.txt | 2 +- .../FunParamUpperClassInterfaceBound.txt | 2 +- .../FunParamUpperInterfaceBound.txt | 2 +- .../FunParamVaragParam.txt | 2 +- .../FunTwoTypeParams.txt | 2 +- .../FunClassParamNotNull.txt | 2 +- .../FunClassParamNullable.txt | 2 +- .../FunParamNullable.txt | 2 +- .../ReturnTypeClassParamNotNull.txt | 2 +- .../ReturnTypeClassParamNullable.txt | 2 +- .../loadKotlin/fun/nonGeneric/ClassFun.txt | 2 +- .../fun/nonGeneric/ClassFunGetFoo.txt | 2 +- .../fun/nonGeneric/ClassFunGetFooSetFoo.txt | 4 +- .../fun/nonGeneric/ClassFunSetFoo.txt | 2 +- .../loadKotlin/fun/nonGeneric/ExtFun.txt | 2 +- .../fun/nonGeneric/ExtFunInClass.txt | 2 +- .../fun/nonGeneric/FunDefaultArg.txt | 2 +- .../fun/nonGeneric/FunParamNotNull.txt | 2 +- .../fun/nonGeneric/FunVarargInt.txt | 2 +- .../fun/nonGeneric/FunVarargInteger.txt | 2 +- .../fun/nonGeneric/ModifierAbstract.txt | 2 +- .../fun/nonGeneric/ModifierOpen.txt | 2 +- .../loadKotlin/fun/nonGeneric/NsFun.txt | 2 +- .../loadKotlin/fun/nonGeneric/NsFunGetFoo.txt | 2 +- .../fun/nonGeneric/ReturnTypeNotNull.txt | 2 +- .../fun/nonGeneric/ReturnTypeNullable.txt | 2 +- .../loadKotlin/fun/vararg/nonLastVararg.txt | 4 +- .../testData/loadKotlin/prop/ClassVal.txt | 4 +- .../loadKotlin/prop/ClassValAbstract.txt | 4 +- .../testData/loadKotlin/prop/ClassVar.txt | 6 +- .../loadKotlin/prop/CollectionSize.txt | 4 +- .../testData/loadKotlin/prop/ExtValClass.txt | 4 +- .../loadKotlin/prop/ExtValInClass.txt | 4 +- .../testData/loadKotlin/prop/ExtValInt.txt | 4 +- .../loadKotlin/prop/ExtValIntCharSequence.txt | 4 +- .../prop/ExtValIntCharSequenceQ.txt | 4 +- .../prop/ExtValIntListQOfIntInClass.txt | 4 +- .../loadKotlin/prop/ExtValIntTInClass.txt | 4 +- .../loadKotlin/prop/ExtValIntTQInClass.txt | 4 +- .../loadKotlin/prop/ExtValTIntInClass.txt | 4 +- .../testData/loadKotlin/prop/ExtVarClass.txt | 6 +- .../loadKotlin/prop/ExtVarInClass.txt | 6 +- .../testData/loadKotlin/prop/ExtVarInt.txt | 6 +- .../loadKotlin/prop/ExtVarIntTInClass.txt | 6 +- .../loadKotlin/prop/ExtVarIntTQInClass.txt | 6 +- .../loadKotlin/prop/ExtVarMapPQInt.txt | 6 +- .../loadKotlin/prop/ExtVarTIntInClass.txt | 6 +- .../loadKotlin/prop/ExtVarTQIntInClass.txt | 6 +- compiler/testData/loadKotlin/prop/ExtVarl.txt | 10 +- compiler/testData/loadKotlin/prop/NsVal.txt | 4 +- compiler/testData/loadKotlin/prop/NsVar.txt | 6 +- .../loadKotlin/prop/OverrideClassVal.txt | 8 +- .../loadKotlin/prop/OverrideTraitVal.txt | 8 +- .../loadKotlin/prop/PropFromSuperclass.txt | 8 +- .../loadKotlin/prop/TraitFinalVar.txt | 6 +- .../testData/loadKotlin/prop/TraitOpenVal.txt | 4 +- .../prop/VarDelegationToTraitImpl.txt | 12 +- .../prop/defaultAccessors/ClassVal.txt | 20 +- .../prop/defaultAccessors/ClassValParams.txt | 22 +- .../prop/defaultAccessors/ClassValWithGet.txt | 20 +- .../prop/defaultAccessors/ClassVar.txt | 30 +- .../defaultAccessors/ClassVarModality.txt | 30 +- .../prop/defaultAccessors/ClassVarParams.txt | 32 +- .../prop/defaultAccessors/ClassVarWithGet.txt | 30 +- .../prop/defaultAccessors/ClassVarWithSet.txt | 66 +- .../prop/defaultAccessors/ExtValLong.txt | 16 +- .../prop/defaultAccessors/ExtVarLong.txt | 24 +- .../defaultAccessors/ExtVarLongWithSet.txt | 54 +- compiler/testData/loadKotlin/type/Any.txt | 2 +- compiler/testData/loadKotlin/type/AnyQ.txt | 2 +- .../loadKotlin/type/ArrayOfInNumber.txt | 2 +- .../testData/loadKotlin/type/ArrayOfInt.txt | 2 +- .../loadKotlin/type/ArrayOfInteger.txt | 2 +- .../loadKotlin/type/ArrayOfOutNumber.txt | 2 +- .../testData/loadKotlin/type/ArrayOfOutT.txt | 2 +- .../loadKotlin/type/ArrayOfString.txt | 2 +- .../loadKotlin/type/Function1IntString.txt | 2 +- compiler/testData/loadKotlin/type/Int.txt | 2 +- .../testData/loadKotlin/type/IntArray.txt | 2 +- compiler/testData/loadKotlin/type/IntQ.txt | 2 +- .../testData/loadKotlin/type/ListOfAny.txt | 2 +- .../testData/loadKotlin/type/ListOfAnyQ.txt | 2 +- .../testData/loadKotlin/type/ListOfStar.txt | 2 +- .../testData/loadKotlin/type/ListOfString.txt | 2 +- .../loadKotlin/type/ListOfjlString.txt | 2 +- compiler/testData/loadKotlin/type/Nothing.txt | 2 +- .../testData/loadKotlin/type/NothingQ.txt | 2 +- compiler/testData/loadKotlin/type/String.txt | 2 +- compiler/testData/loadKotlin/type/StringQ.txt | 2 +- compiler/testData/loadKotlin/type/Unit.txt | 2 +- .../testData/loadKotlin/type/jlInteger.txt | 2 +- .../testData/loadKotlin/type/jlIntegerQ.txt | 2 +- .../testData/loadKotlin/type/jlNumber.txt | 2 +- .../testData/loadKotlin/type/jlObject.txt | 2 +- .../testData/loadKotlin/type/jlObjectQ.txt | 2 +- .../testData/loadKotlin/type/jlString.txt | 2 +- .../testData/loadKotlin/type/jlStringQ.txt | 2 +- ...InternalAbstractTraitMembersOverridden.txt | 24 +- .../visibility/InternalTopLevelMembers.txt | 6 +- .../visibility/InternalTraitMembers.txt | 12 +- .../InternalTraitMembersInherited.txt | 24 +- .../visibility/PrivateTopLevelFun.txt | 2 +- .../visibility/PrivateTopLevelVal.txt | 4 +- .../TopLevelVarWithPrivateSetter.txt | 6 +- .../enum/enumVisibilityBinary.txt | 30 +- .../enum/enumVisibilitySource.txt | 42 +- .../loadKotlinCustom/enum/innerEnumBinary.txt | 10 +- .../innerEnumExistingClassObjectBinary.txt | 10 +- .../innerEnumExistingClassObjectSource.txt | 14 +- .../loadKotlinCustom/enum/innerEnumSource.txt | 14 +- .../enum/simpleEnumBinary.txt | 10 +- .../enum/simpleEnumSource.txt | 14 +- compiler/testData/renderer/Classes.kt | 20 +- compiler/testData/renderer/Enum.kt | 10 +- compiler/testData/renderer/ErrorType.kt | 4 +- compiler/testData/renderer/FunctionTypes.kt | 32 +- compiler/testData/renderer/GlobalFunctions.kt | 34 +- .../testData/renderer/GlobalProperties.kt | 26 +- .../renderer/InheritedMembersVisibility.kt | 26 +- compiler/testData/renderer/KeywordsInNames.kt | 16 +- compiler/testData/renderer/UnitType.kt | 8 +- compiler/testData/repl/analyzeErrors.repl | 2 +- .../jet/types/BoundsSubstitutorTest.java | 10 +- .../functionWithTypeParameters.kt.after | 3 +- .../common/FunctionCompletionFormatting.kt | 2 +- .../conflictingSubstitutions1.html | 12 +- .../conflictingSubstitutions2.html | 4 +- .../functionPlaceholder1.html | 4 +- .../functionPlaceholder2.html | 4 +- .../functionPlaceholder3.html | 4 +- .../upperBoundViolated1.html | 6 +- .../highlighter/deprecated/Function.kt | 2 +- idea/testData/highlighter/deprecated/Get.kt | 2 +- .../highlighter/deprecated/Operation.kt | 18 +- .../highlighter/deprecated/RangeTo.kt | 2 +- .../ClassWithAbstractAndOpenMembers.kt | 18 +- .../decompiled/ClassWithConstructor.kt | 4 +- idea/testData/libraries/decompiled/Color.kt | 16 +- .../libraries/decompiled/LibrariesPackage.kt | 32 +- .../libraries/decompiled/NamedObject.kt | 2 +- .../decompiled/WithInnerAndObject.kt | 6 +- .../afterAddParameterMultiple.kt | 2 +- .../beforeAddParameterMultiple.kt | 2 +- ...TypeMismatchOnMultipleOverrideAmbiguity.kt | 4 +- .../InnerFunctionsConflictMessages.txt | 2 +- .../MemberFunctionsConflictMessages.txt | 2 +- .../TopLevelFunctionsConflictMessages.txt | 2 +- 406 files changed, 2360 insertions(+), 2361 deletions(-) diff --git a/compiler/testData/builtin-classes.txt b/compiler/testData/builtin-classes.txt index b0de63a294d..2d95480ecb6 100644 --- a/compiler/testData/builtin-classes.txt +++ b/compiler/testData/builtin-classes.txt @@ -1,12 +1,12 @@ package jet -public fun arrayOfNulls(/*0*/ size : jet.Int) : jet.Array -public fun synchronized(/*0*/ lock : jet.Any, /*1*/ block : () -> R) : R -public fun jet.Any?.equals(/*0*/ other : jet.Any?) : jet.Boolean -public fun jet.Any?.identityEquals(/*0*/ other : jet.Any?) : jet.Boolean -public fun jet.Iterator.iterator() : jet.Iterator -public fun jet.String?.plus(/*0*/ other : jet.Any?) : jet.String -public fun jet.Any?.toString() : jet.String +public fun arrayOfNulls(/*0*/ size: jet.Int): jet.Array +public fun synchronized(/*0*/ lock: jet.Any, /*1*/ block: () -> R): R +public fun jet.Any?.equals(/*0*/ other: jet.Any?): jet.Boolean +public fun jet.Any?.identityEquals(/*0*/ other: jet.Any?): jet.Boolean +public fun jet.Iterator.iterator(): jet.Iterator +public fun jet.String?.plus(/*0*/ other: jet.Any?): jet.String +public fun jet.Any?.toString(): jet.String public trait Annotation { } @@ -16,1320 +16,1320 @@ public open class Any { } public final class Array { - public constructor Array(/*0*/ size : jet.Int, /*1*/ init : (jet.Int) -> T) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : T - public final fun iterator() : jet.Iterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : T) : jet.Unit + public constructor Array(/*0*/ size: jet.Int, /*1*/ init: (jet.Int) -> T) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): T + public final fun iterator(): jet.Iterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: T): jet.Unit } public final class Boolean { public constructor Boolean() - public final fun and(/*0*/ other : jet.Boolean) : jet.Boolean - public final fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public final fun not() : jet.Boolean - public final fun or(/*0*/ other : jet.Boolean) : jet.Boolean - public final fun xor(/*0*/ other : jet.Boolean) : jet.Boolean + public final fun and(/*0*/ other: jet.Boolean): jet.Boolean + public final fun equals(/*0*/ other: jet.Any?): jet.Boolean + public final fun not(): jet.Boolean + public final fun or(/*0*/ other: jet.Boolean): jet.Boolean + public final fun xor(/*0*/ other: jet.Boolean): jet.Boolean } public final class BooleanArray { - public constructor BooleanArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Boolean - public final fun iterator() : jet.BooleanIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Boolean) : jet.Unit + public constructor BooleanArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Boolean + public final fun iterator(): jet.BooleanIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Boolean): jet.Unit } public abstract class BooleanIterator : jet.Iterator { public constructor BooleanIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Boolean - public abstract fun nextBoolean() : jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Boolean + public abstract fun nextBoolean(): jet.Boolean } public final class Byte : jet.Number, jet.Comparable { public constructor Byte() - public open override /*1*/ fun compareTo(/*0*/ other : jet.Byte) : jet.Int - public final fun compareTo(/*0*/ other : jet.Char) : jet.Int - public final fun compareTo(/*0*/ other : jet.Double) : jet.Int - public final fun compareTo(/*0*/ other : jet.Float) : jet.Int - public final fun compareTo(/*0*/ other : jet.Int) : jet.Int - public final fun compareTo(/*0*/ other : jet.Long) : jet.Int - public final fun compareTo(/*0*/ other : jet.Short) : jet.Int - public final fun dec() : jet.Byte - public final fun div(/*0*/ other : jet.Byte) : jet.Int - public final fun div(/*0*/ other : jet.Char) : jet.Int - public final fun div(/*0*/ other : jet.Double) : jet.Double - public final fun div(/*0*/ other : jet.Float) : jet.Float - public final fun div(/*0*/ other : jet.Int) : jet.Int - public final fun div(/*0*/ other : jet.Long) : jet.Long - public final fun div(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun hashCode() : jet.Int - public final fun inc() : jet.Byte - public final fun minus() : jet.Byte - public final fun minus(/*0*/ other : jet.Byte) : jet.Int - public final fun minus(/*0*/ other : jet.Char) : jet.Int - public final fun minus(/*0*/ other : jet.Double) : jet.Double - public final fun minus(/*0*/ other : jet.Float) : jet.Float - public final fun minus(/*0*/ other : jet.Int) : jet.Int - public final fun minus(/*0*/ other : jet.Long) : jet.Long - public final fun minus(/*0*/ other : jet.Short) : jet.Int - public final fun mod(/*0*/ other : jet.Byte) : jet.Int - public final fun mod(/*0*/ other : jet.Char) : jet.Int - public final fun mod(/*0*/ other : jet.Double) : jet.Double - public final fun mod(/*0*/ other : jet.Float) : jet.Float - public final fun mod(/*0*/ other : jet.Int) : jet.Int - public final fun mod(/*0*/ other : jet.Long) : jet.Long - public final fun mod(/*0*/ other : jet.Short) : jet.Int - public final fun plus() : jet.Byte - public final fun plus(/*0*/ other : jet.Byte) : jet.Int - public final fun plus(/*0*/ other : jet.Char) : jet.Int - public final fun plus(/*0*/ other : jet.Double) : jet.Double - public final fun plus(/*0*/ other : jet.Float) : jet.Float - public final fun plus(/*0*/ other : jet.Int) : jet.Int - public final fun plus(/*0*/ other : jet.Long) : jet.Long - public final fun plus(/*0*/ other : jet.Short) : jet.Int - public final fun rangeTo(/*0*/ other : jet.Byte) : jet.ByteRange - public final fun rangeTo(/*0*/ other : jet.Char) : jet.CharRange - public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Int) : jet.IntRange - public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange - public final fun rangeTo(/*0*/ other : jet.Short) : jet.ShortRange - public final fun times(/*0*/ other : jet.Byte) : jet.Int - public final fun times(/*0*/ other : jet.Char) : jet.Int - public final fun times(/*0*/ other : jet.Double) : jet.Double - public final fun times(/*0*/ other : jet.Float) : jet.Float - public final fun times(/*0*/ other : jet.Int) : jet.Int - public final fun times(/*0*/ other : jet.Long) : jet.Long - public final fun times(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun toByte() : jet.Byte - public open override /*1*/ fun toChar() : jet.Char - public open override /*1*/ fun toDouble() : jet.Double - public open override /*1*/ fun toFloat() : jet.Float - public open override /*1*/ fun toInt() : jet.Int - public open override /*1*/ fun toLong() : jet.Long - public open override /*1*/ fun toShort() : jet.Short + public open override /*1*/ fun compareTo(/*0*/ other: jet.Byte): jet.Int + public final fun compareTo(/*0*/ other: jet.Char): jet.Int + public final fun compareTo(/*0*/ other: jet.Double): jet.Int + public final fun compareTo(/*0*/ other: jet.Float): jet.Int + public final fun compareTo(/*0*/ other: jet.Int): jet.Int + public final fun compareTo(/*0*/ other: jet.Long): jet.Int + public final fun compareTo(/*0*/ other: jet.Short): jet.Int + public final fun dec(): jet.Byte + public final fun div(/*0*/ other: jet.Byte): jet.Int + public final fun div(/*0*/ other: jet.Char): jet.Int + public final fun div(/*0*/ other: jet.Double): jet.Double + public final fun div(/*0*/ other: jet.Float): jet.Float + public final fun div(/*0*/ other: jet.Int): jet.Int + public final fun div(/*0*/ other: jet.Long): jet.Long + public final fun div(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun hashCode(): jet.Int + public final fun inc(): jet.Byte + public final fun minus(): jet.Byte + public final fun minus(/*0*/ other: jet.Byte): jet.Int + public final fun minus(/*0*/ other: jet.Char): jet.Int + public final fun minus(/*0*/ other: jet.Double): jet.Double + public final fun minus(/*0*/ other: jet.Float): jet.Float + public final fun minus(/*0*/ other: jet.Int): jet.Int + public final fun minus(/*0*/ other: jet.Long): jet.Long + public final fun minus(/*0*/ other: jet.Short): jet.Int + public final fun mod(/*0*/ other: jet.Byte): jet.Int + public final fun mod(/*0*/ other: jet.Char): jet.Int + public final fun mod(/*0*/ other: jet.Double): jet.Double + public final fun mod(/*0*/ other: jet.Float): jet.Float + public final fun mod(/*0*/ other: jet.Int): jet.Int + public final fun mod(/*0*/ other: jet.Long): jet.Long + public final fun mod(/*0*/ other: jet.Short): jet.Int + public final fun plus(): jet.Byte + public final fun plus(/*0*/ other: jet.Byte): jet.Int + public final fun plus(/*0*/ other: jet.Char): jet.Int + public final fun plus(/*0*/ other: jet.Double): jet.Double + public final fun plus(/*0*/ other: jet.Float): jet.Float + public final fun plus(/*0*/ other: jet.Int): jet.Int + public final fun plus(/*0*/ other: jet.Long): jet.Long + public final fun plus(/*0*/ other: jet.Short): jet.Int + public final fun rangeTo(/*0*/ other: jet.Byte): jet.ByteRange + public final fun rangeTo(/*0*/ other: jet.Char): jet.CharRange + public final fun rangeTo(/*0*/ other: jet.Double): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Float): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Int): jet.IntRange + public final fun rangeTo(/*0*/ other: jet.Long): jet.LongRange + public final fun rangeTo(/*0*/ other: jet.Short): jet.ShortRange + public final fun times(/*0*/ other: jet.Byte): jet.Int + public final fun times(/*0*/ other: jet.Char): jet.Int + public final fun times(/*0*/ other: jet.Double): jet.Double + public final fun times(/*0*/ other: jet.Float): jet.Float + public final fun times(/*0*/ other: jet.Int): jet.Int + public final fun times(/*0*/ other: jet.Long): jet.Long + public final fun times(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun toByte(): jet.Byte + public open override /*1*/ fun toChar(): jet.Char + public open override /*1*/ fun toDouble(): jet.Double + public open override /*1*/ fun toFloat(): jet.Float + public open override /*1*/ fun toInt(): jet.Int + public open override /*1*/ fun toLong(): jet.Long + public open override /*1*/ fun toShort(): jet.Short } public final class ByteArray { - public constructor ByteArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Byte - public final fun iterator() : jet.ByteIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Byte) : jet.Unit + public constructor ByteArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Byte + public final fun iterator(): jet.ByteIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Byte): jet.Unit } public abstract class ByteIterator : jet.Iterator { public constructor ByteIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Byte - public abstract fun nextByte() : jet.Byte + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Byte + public abstract fun nextByte(): jet.Byte } public final class ByteProgression : jet.Progression { - public constructor ByteProgression(/*0*/ start : jet.Byte, /*1*/ end : jet.Byte, /*2*/ increment : jet.Int) - public open override /*1*/ val end : jet.Byte - public open override /*1*/ val increment : jet.Int - public open override /*1*/ val start : jet.Byte - public open override /*1*/ fun iterator() : jet.ByteIterator + public constructor ByteProgression(/*0*/ start: jet.Byte, /*1*/ end: jet.Byte, /*2*/ increment: jet.Int) + public open override /*1*/ val end: jet.Byte + public open override /*1*/ val increment: jet.Int + public open override /*1*/ val start: jet.Byte + public open override /*1*/ fun iterator(): jet.ByteIterator } public final class ByteRange : jet.Range, jet.Progression { - public constructor ByteRange(/*0*/ start : jet.Byte, /*1*/ end : jet.Byte) - public open override /*2*/ val end : jet.Byte - public open override /*1*/ val increment : jet.Int - public open override /*2*/ val start : jet.Byte - public open override /*1*/ fun contains(/*0*/ item : jet.Byte) : jet.Boolean - public open override /*1*/ fun iterator() : jet.ByteIterator + public constructor ByteRange(/*0*/ start: jet.Byte, /*1*/ end: jet.Byte) + public open override /*2*/ val end: jet.Byte + public open override /*1*/ val increment: jet.Int + public open override /*2*/ val start: jet.Byte + public open override /*1*/ fun contains(/*0*/ item: jet.Byte): jet.Boolean + public open override /*1*/ fun iterator(): jet.ByteIterator public class object { private constructor () - public final val EMPTY : jet.ByteRange + public final val EMPTY: jet.ByteRange } } public final class Char : jet.Number, jet.Comparable { public constructor Char() - public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int - public open override /*1*/ fun compareTo(/*0*/ other : jet.Char) : jet.Int - public final fun compareTo(/*0*/ other : jet.Double) : jet.Int - public final fun compareTo(/*0*/ other : jet.Float) : jet.Int - public final fun compareTo(/*0*/ other : jet.Int) : jet.Int - public final fun compareTo(/*0*/ other : jet.Long) : jet.Int - public final fun compareTo(/*0*/ other : jet.Short) : jet.Int - public final fun dec() : jet.Char - public final fun div(/*0*/ other : jet.Byte) : jet.Int - public final fun div(/*0*/ other : jet.Double) : jet.Double - public final fun div(/*0*/ other : jet.Float) : jet.Float - public final fun div(/*0*/ other : jet.Int) : jet.Int - public final fun div(/*0*/ other : jet.Long) : jet.Long - public final fun div(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun hashCode() : jet.Int - public final fun inc() : jet.Char - public final fun minus() : jet.Int - public final fun minus(/*0*/ other : jet.Byte) : jet.Int - public final fun minus(/*0*/ other : jet.Char) : jet.Int - public final fun minus(/*0*/ other : jet.Double) : jet.Double - public final fun minus(/*0*/ other : jet.Float) : jet.Float - public final fun minus(/*0*/ other : jet.Int) : jet.Int - public final fun minus(/*0*/ other : jet.Long) : jet.Long - public final fun minus(/*0*/ other : jet.Short) : jet.Int - public final fun mod(/*0*/ other : jet.Byte) : jet.Int - public final fun mod(/*0*/ other : jet.Double) : jet.Double - public final fun mod(/*0*/ other : jet.Float) : jet.Float - public final fun mod(/*0*/ other : jet.Int) : jet.Int - public final fun mod(/*0*/ other : jet.Long) : jet.Long - public final fun mod(/*0*/ other : jet.Short) : jet.Int - public final fun plus() : jet.Int - public final fun plus(/*0*/ other : jet.Byte) : jet.Int - public final fun plus(/*0*/ other : jet.Double) : jet.Double - public final fun plus(/*0*/ other : jet.Float) : jet.Float - public final fun plus(/*0*/ other : jet.Int) : jet.Int - public final fun plus(/*0*/ other : jet.Long) : jet.Long - public final fun plus(/*0*/ other : jet.Short) : jet.Int - public final fun rangeTo(/*0*/ other : jet.Char) : jet.CharRange - public final fun times(/*0*/ other : jet.Byte) : jet.Int - public final fun times(/*0*/ other : jet.Double) : jet.Double - public final fun times(/*0*/ other : jet.Float) : jet.Float - public final fun times(/*0*/ other : jet.Int) : jet.Int - public final fun times(/*0*/ other : jet.Long) : jet.Long - public final fun times(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun toByte() : jet.Byte - public open override /*1*/ fun toChar() : jet.Char - public open override /*1*/ fun toDouble() : jet.Double - public open override /*1*/ fun toFloat() : jet.Float - public open override /*1*/ fun toInt() : jet.Int - public open override /*1*/ fun toLong() : jet.Long - public open override /*1*/ fun toShort() : jet.Short + public final fun compareTo(/*0*/ other: jet.Byte): jet.Int + public open override /*1*/ fun compareTo(/*0*/ other: jet.Char): jet.Int + public final fun compareTo(/*0*/ other: jet.Double): jet.Int + public final fun compareTo(/*0*/ other: jet.Float): jet.Int + public final fun compareTo(/*0*/ other: jet.Int): jet.Int + public final fun compareTo(/*0*/ other: jet.Long): jet.Int + public final fun compareTo(/*0*/ other: jet.Short): jet.Int + public final fun dec(): jet.Char + public final fun div(/*0*/ other: jet.Byte): jet.Int + public final fun div(/*0*/ other: jet.Double): jet.Double + public final fun div(/*0*/ other: jet.Float): jet.Float + public final fun div(/*0*/ other: jet.Int): jet.Int + public final fun div(/*0*/ other: jet.Long): jet.Long + public final fun div(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun hashCode(): jet.Int + public final fun inc(): jet.Char + public final fun minus(): jet.Int + public final fun minus(/*0*/ other: jet.Byte): jet.Int + public final fun minus(/*0*/ other: jet.Char): jet.Int + public final fun minus(/*0*/ other: jet.Double): jet.Double + public final fun minus(/*0*/ other: jet.Float): jet.Float + public final fun minus(/*0*/ other: jet.Int): jet.Int + public final fun minus(/*0*/ other: jet.Long): jet.Long + public final fun minus(/*0*/ other: jet.Short): jet.Int + public final fun mod(/*0*/ other: jet.Byte): jet.Int + public final fun mod(/*0*/ other: jet.Double): jet.Double + public final fun mod(/*0*/ other: jet.Float): jet.Float + public final fun mod(/*0*/ other: jet.Int): jet.Int + public final fun mod(/*0*/ other: jet.Long): jet.Long + public final fun mod(/*0*/ other: jet.Short): jet.Int + public final fun plus(): jet.Int + public final fun plus(/*0*/ other: jet.Byte): jet.Int + public final fun plus(/*0*/ other: jet.Double): jet.Double + public final fun plus(/*0*/ other: jet.Float): jet.Float + public final fun plus(/*0*/ other: jet.Int): jet.Int + public final fun plus(/*0*/ other: jet.Long): jet.Long + public final fun plus(/*0*/ other: jet.Short): jet.Int + public final fun rangeTo(/*0*/ other: jet.Char): jet.CharRange + public final fun times(/*0*/ other: jet.Byte): jet.Int + public final fun times(/*0*/ other: jet.Double): jet.Double + public final fun times(/*0*/ other: jet.Float): jet.Float + public final fun times(/*0*/ other: jet.Int): jet.Int + public final fun times(/*0*/ other: jet.Long): jet.Long + public final fun times(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun toByte(): jet.Byte + public open override /*1*/ fun toChar(): jet.Char + public open override /*1*/ fun toDouble(): jet.Double + public open override /*1*/ fun toFloat(): jet.Float + public open override /*1*/ fun toInt(): jet.Int + public open override /*1*/ fun toLong(): jet.Long + public open override /*1*/ fun toShort(): jet.Short } public final class CharArray { - public constructor CharArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Char - public final fun iterator() : jet.CharIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Char) : jet.Unit + public constructor CharArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Char + public final fun iterator(): jet.CharIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Char): jet.Unit } public abstract class CharIterator : jet.Iterator { public constructor CharIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Char - public abstract fun nextChar() : jet.Char + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Char + public abstract fun nextChar(): jet.Char } public final class CharProgression : jet.Progression { - public constructor CharProgression(/*0*/ start : jet.Char, /*1*/ end : jet.Char, /*2*/ increment : jet.Int) - public open override /*1*/ val end : jet.Char - public open override /*1*/ val increment : jet.Int - public open override /*1*/ val start : jet.Char - public open override /*1*/ fun iterator() : jet.CharIterator + public constructor CharProgression(/*0*/ start: jet.Char, /*1*/ end: jet.Char, /*2*/ increment: jet.Int) + public open override /*1*/ val end: jet.Char + public open override /*1*/ val increment: jet.Int + public open override /*1*/ val start: jet.Char + public open override /*1*/ fun iterator(): jet.CharIterator } public final class CharRange : jet.Range, jet.Progression { - public constructor CharRange(/*0*/ start : jet.Char, /*1*/ end : jet.Char) - public open override /*2*/ val end : jet.Char - public open override /*1*/ val increment : jet.Int - public open override /*2*/ val start : jet.Char - public open override /*1*/ fun contains(/*0*/ item : jet.Char) : jet.Boolean - public open override /*1*/ fun iterator() : jet.CharIterator + public constructor CharRange(/*0*/ start: jet.Char, /*1*/ end: jet.Char) + public open override /*2*/ val end: jet.Char + public open override /*1*/ val increment: jet.Int + public open override /*2*/ val start: jet.Char + public open override /*1*/ fun contains(/*0*/ item: jet.Char): jet.Boolean + public open override /*1*/ fun iterator(): jet.CharIterator public class object { private constructor () - public final val EMPTY : jet.CharRange + public final val EMPTY: jet.CharRange } } public trait CharSequence { - public abstract val length : jet.Int - public abstract fun get(/*0*/ index : jet.Int) : jet.Char - public abstract fun toString() : jet.String + public abstract val length: jet.Int + public abstract fun get(/*0*/ index: jet.Int): jet.Char + public abstract fun toString(): jet.String } public trait Collection : jet.Iterable, jet.Hashable { - public abstract fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract fun isEmpty() : jet.Boolean - public abstract override /*1*/ fun iterator() : jet.Iterator - public abstract fun size() : jet.Int - public abstract fun toArray() : jet.Array - public abstract fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract fun isEmpty(): jet.Boolean + public abstract override /*1*/ fun iterator(): jet.Iterator + public abstract fun size(): jet.Int + public abstract fun toArray(): jet.Array + public abstract fun toArray(/*0*/ a: jet.Array): jet.Array } public trait Comparable { - public abstract fun compareTo(/*0*/ other : T) : jet.Int + public abstract fun compareTo(/*0*/ other: T): jet.Int } public final class Double : jet.Number, jet.Comparable { public constructor Double() - public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int - public final fun compareTo(/*0*/ other : jet.Char) : jet.Int - public open override /*1*/ fun compareTo(/*0*/ other : jet.Double) : jet.Int - public final fun compareTo(/*0*/ other : jet.Float) : jet.Int - public final fun compareTo(/*0*/ other : jet.Int) : jet.Int - public final fun compareTo(/*0*/ other : jet.Long) : jet.Int - public final fun compareTo(/*0*/ other : jet.Short) : jet.Int - public final fun dec() : jet.Double - public final fun div(/*0*/ other : jet.Byte) : jet.Double - public final fun div(/*0*/ other : jet.Char) : jet.Double - public final fun div(/*0*/ other : jet.Double) : jet.Double - public final fun div(/*0*/ other : jet.Float) : jet.Double - public final fun div(/*0*/ other : jet.Int) : jet.Double - public final fun div(/*0*/ other : jet.Long) : jet.Double - public final fun div(/*0*/ other : jet.Short) : jet.Double - public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun hashCode() : jet.Int - public final fun inc() : jet.Double - public final fun minus() : jet.Double - public final fun minus(/*0*/ other : jet.Byte) : jet.Double - public final fun minus(/*0*/ other : jet.Char) : jet.Double - public final fun minus(/*0*/ other : jet.Double) : jet.Double - public final fun minus(/*0*/ other : jet.Float) : jet.Double - public final fun minus(/*0*/ other : jet.Int) : jet.Double - public final fun minus(/*0*/ other : jet.Long) : jet.Double - public final fun minus(/*0*/ other : jet.Short) : jet.Double - public final fun mod(/*0*/ other : jet.Byte) : jet.Double - public final fun mod(/*0*/ other : jet.Double) : jet.Double - public final fun mod(/*0*/ other : jet.Float) : jet.Double - public final fun mod(/*0*/ other : jet.Int) : jet.Double - public final fun mod(/*0*/ other : jet.Long) : jet.Double - public final fun mod(/*0*/ other : jet.Short) : jet.Double - public final fun plus() : jet.Double - public final fun plus(/*0*/ other : jet.Byte) : jet.Double - public final fun plus(/*0*/ other : jet.Char) : jet.Double - public final fun plus(/*0*/ other : jet.Double) : jet.Double - public final fun plus(/*0*/ other : jet.Float) : jet.Double - public final fun plus(/*0*/ other : jet.Int) : jet.Double - public final fun plus(/*0*/ other : jet.Long) : jet.Double - public final fun plus(/*0*/ other : jet.Short) : jet.Double - public final fun rangeTo(/*0*/ other : jet.Byte) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Char) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Float) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Int) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Long) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Short) : jet.DoubleRange - public final fun times(/*0*/ other : jet.Byte) : jet.Double - public final fun times(/*0*/ other : jet.Char) : jet.Double - public final fun times(/*0*/ other : jet.Double) : jet.Double - public final fun times(/*0*/ other : jet.Float) : jet.Double - public final fun times(/*0*/ other : jet.Int) : jet.Double - public final fun times(/*0*/ other : jet.Long) : jet.Double - public final fun times(/*0*/ other : jet.Short) : jet.Double - public open override /*1*/ fun toByte() : jet.Byte - public open override /*1*/ fun toChar() : jet.Char - public open override /*1*/ fun toDouble() : jet.Double - public open override /*1*/ fun toFloat() : jet.Float - public open override /*1*/ fun toInt() : jet.Int - public open override /*1*/ fun toLong() : jet.Long - public open override /*1*/ fun toShort() : jet.Short + public final fun compareTo(/*0*/ other: jet.Byte): jet.Int + public final fun compareTo(/*0*/ other: jet.Char): jet.Int + public open override /*1*/ fun compareTo(/*0*/ other: jet.Double): jet.Int + public final fun compareTo(/*0*/ other: jet.Float): jet.Int + public final fun compareTo(/*0*/ other: jet.Int): jet.Int + public final fun compareTo(/*0*/ other: jet.Long): jet.Int + public final fun compareTo(/*0*/ other: jet.Short): jet.Int + public final fun dec(): jet.Double + public final fun div(/*0*/ other: jet.Byte): jet.Double + public final fun div(/*0*/ other: jet.Char): jet.Double + public final fun div(/*0*/ other: jet.Double): jet.Double + public final fun div(/*0*/ other: jet.Float): jet.Double + public final fun div(/*0*/ other: jet.Int): jet.Double + public final fun div(/*0*/ other: jet.Long): jet.Double + public final fun div(/*0*/ other: jet.Short): jet.Double + public open override /*1*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun hashCode(): jet.Int + public final fun inc(): jet.Double + public final fun minus(): jet.Double + public final fun minus(/*0*/ other: jet.Byte): jet.Double + public final fun minus(/*0*/ other: jet.Char): jet.Double + public final fun minus(/*0*/ other: jet.Double): jet.Double + public final fun minus(/*0*/ other: jet.Float): jet.Double + public final fun minus(/*0*/ other: jet.Int): jet.Double + public final fun minus(/*0*/ other: jet.Long): jet.Double + public final fun minus(/*0*/ other: jet.Short): jet.Double + public final fun mod(/*0*/ other: jet.Byte): jet.Double + public final fun mod(/*0*/ other: jet.Double): jet.Double + public final fun mod(/*0*/ other: jet.Float): jet.Double + public final fun mod(/*0*/ other: jet.Int): jet.Double + public final fun mod(/*0*/ other: jet.Long): jet.Double + public final fun mod(/*0*/ other: jet.Short): jet.Double + public final fun plus(): jet.Double + public final fun plus(/*0*/ other: jet.Byte): jet.Double + public final fun plus(/*0*/ other: jet.Char): jet.Double + public final fun plus(/*0*/ other: jet.Double): jet.Double + public final fun plus(/*0*/ other: jet.Float): jet.Double + public final fun plus(/*0*/ other: jet.Int): jet.Double + public final fun plus(/*0*/ other: jet.Long): jet.Double + public final fun plus(/*0*/ other: jet.Short): jet.Double + public final fun rangeTo(/*0*/ other: jet.Byte): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Char): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Double): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Float): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Int): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Long): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Short): jet.DoubleRange + public final fun times(/*0*/ other: jet.Byte): jet.Double + public final fun times(/*0*/ other: jet.Char): jet.Double + public final fun times(/*0*/ other: jet.Double): jet.Double + public final fun times(/*0*/ other: jet.Float): jet.Double + public final fun times(/*0*/ other: jet.Int): jet.Double + public final fun times(/*0*/ other: jet.Long): jet.Double + public final fun times(/*0*/ other: jet.Short): jet.Double + public open override /*1*/ fun toByte(): jet.Byte + public open override /*1*/ fun toChar(): jet.Char + public open override /*1*/ fun toDouble(): jet.Double + public open override /*1*/ fun toFloat(): jet.Float + public open override /*1*/ fun toInt(): jet.Int + public open override /*1*/ fun toLong(): jet.Long + public open override /*1*/ fun toShort(): jet.Short } public final class DoubleArray { - public constructor DoubleArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Double - public final fun iterator() : jet.DoubleIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Double) : jet.Unit + public constructor DoubleArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Double + public final fun iterator(): jet.DoubleIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Double): jet.Unit } public abstract class DoubleIterator : jet.Iterator { public constructor DoubleIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Double - public abstract fun nextDouble() : jet.Double + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Double + public abstract fun nextDouble(): jet.Double } public final class DoubleProgression : jet.Progression { - public constructor DoubleProgression(/*0*/ start : jet.Double, /*1*/ end : jet.Double, /*2*/ increment : jet.Double) - public open override /*1*/ val end : jet.Double - public open override /*1*/ val increment : jet.Double - public open override /*1*/ val start : jet.Double - public open override /*1*/ fun iterator() : jet.DoubleIterator + public constructor DoubleProgression(/*0*/ start: jet.Double, /*1*/ end: jet.Double, /*2*/ increment: jet.Double) + public open override /*1*/ val end: jet.Double + public open override /*1*/ val increment: jet.Double + public open override /*1*/ val start: jet.Double + public open override /*1*/ fun iterator(): jet.DoubleIterator } public final class DoubleRange : jet.Range, jet.Progression { - public constructor DoubleRange(/*0*/ start : jet.Double, /*1*/ end : jet.Double) - public open override /*2*/ val end : jet.Double - public open override /*1*/ val increment : jet.Double - public open override /*2*/ val start : jet.Double - public open override /*1*/ fun contains(/*0*/ item : jet.Double) : jet.Boolean - public open override /*1*/ fun iterator() : jet.DoubleIterator + public constructor DoubleRange(/*0*/ start: jet.Double, /*1*/ end: jet.Double) + public open override /*2*/ val end: jet.Double + public open override /*1*/ val increment: jet.Double + public open override /*2*/ val start: jet.Double + public open override /*1*/ fun contains(/*0*/ item: jet.Double): jet.Boolean + public open override /*1*/ fun iterator(): jet.DoubleIterator public class object { private constructor () - public final val EMPTY : jet.DoubleRange + public final val EMPTY: jet.DoubleRange } } public abstract class Enum> { - public constructor Enum>(/*0*/ name : jet.String, /*1*/ ordinal : jet.Int) - public final fun name() : jet.String - public final fun ordinal() : jet.Int + public constructor Enum>(/*0*/ name: jet.String, /*1*/ ordinal: jet.Int) + public final fun name(): jet.String + public final fun ordinal(): jet.Int } public trait ExtensionFunction0 { - public abstract fun T.invoke() : R + public abstract fun T.invoke(): R } public trait ExtensionFunction1 { - public abstract fun T.invoke(/*0*/ p1 : P1) : R + public abstract fun T.invoke(/*0*/ p1: P1): R } public trait ExtensionFunction10 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10): R } public trait ExtensionFunction11 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11): R } public trait ExtensionFunction12 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12): R } public trait ExtensionFunction13 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13): R } public trait ExtensionFunction14 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14): R } public trait ExtensionFunction15 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15): R } public trait ExtensionFunction16 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16): R } public trait ExtensionFunction17 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17): R } public trait ExtensionFunction18 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18): R } public trait ExtensionFunction19 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19): R } public trait ExtensionFunction2 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2): R } public trait ExtensionFunction20 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20): R } public trait ExtensionFunction21 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21): R } public trait ExtensionFunction22 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21, /*21*/ p22 : P22) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21, /*21*/ p22: P22): R } public trait ExtensionFunction3 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3): R } public trait ExtensionFunction4 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4): R } public trait ExtensionFunction5 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5): R } public trait ExtensionFunction6 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6): R } public trait ExtensionFunction7 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7): R } public trait ExtensionFunction8 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8): R } public trait ExtensionFunction9 { - public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9) : R + public abstract fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9): R } public final class Float : jet.Number, jet.Comparable { public constructor Float() - public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int - public final fun compareTo(/*0*/ other : jet.Char) : jet.Int - public final fun compareTo(/*0*/ other : jet.Double) : jet.Int - public open override /*1*/ fun compareTo(/*0*/ other : jet.Float) : jet.Int - public final fun compareTo(/*0*/ other : jet.Int) : jet.Int - public final fun compareTo(/*0*/ other : jet.Long) : jet.Int - public final fun compareTo(/*0*/ other : jet.Short) : jet.Int - public final fun dec() : jet.Float - public final fun div(/*0*/ other : jet.Byte) : jet.Float - public final fun div(/*0*/ other : jet.Char) : jet.Float - public final fun div(/*0*/ other : jet.Double) : jet.Double - public final fun div(/*0*/ other : jet.Float) : jet.Float - public final fun div(/*0*/ other : jet.Int) : jet.Float - public final fun div(/*0*/ other : jet.Long) : jet.Float - public final fun div(/*0*/ other : jet.Short) : jet.Float - public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun hashCode() : jet.Int - public final fun inc() : jet.Float - public final fun minus() : jet.Float - public final fun minus(/*0*/ other : jet.Byte) : jet.Float - public final fun minus(/*0*/ other : jet.Char) : jet.Float - public final fun minus(/*0*/ other : jet.Double) : jet.Double - public final fun minus(/*0*/ other : jet.Float) : jet.Float - public final fun minus(/*0*/ other : jet.Int) : jet.Float - public final fun minus(/*0*/ other : jet.Long) : jet.Float - public final fun minus(/*0*/ other : jet.Short) : jet.Float - public final fun mod(/*0*/ other : jet.Byte) : jet.Float - public final fun mod(/*0*/ other : jet.Char) : jet.Float - public final fun mod(/*0*/ other : jet.Double) : jet.Double - public final fun mod(/*0*/ other : jet.Float) : jet.Float - public final fun mod(/*0*/ other : jet.Int) : jet.Float - public final fun mod(/*0*/ other : jet.Long) : jet.Float - public final fun mod(/*0*/ other : jet.Short) : jet.Float - public final fun plus() : jet.Float - public final fun plus(/*0*/ other : jet.Byte) : jet.Float - public final fun plus(/*0*/ other : jet.Char) : jet.Float - public final fun plus(/*0*/ other : jet.Double) : jet.Double - public final fun plus(/*0*/ other : jet.Float) : jet.Float - public final fun plus(/*0*/ other : jet.Int) : jet.Float - public final fun plus(/*0*/ other : jet.Long) : jet.Float - public final fun plus(/*0*/ other : jet.Short) : jet.Float - public final fun rangeTo(/*0*/ other : jet.Byte) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Char) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Int) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Long) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Short) : jet.FloatRange - public final fun times(/*0*/ other : jet.Byte) : jet.Float - public final fun times(/*0*/ other : jet.Char) : jet.Float - public final fun times(/*0*/ other : jet.Double) : jet.Double - public final fun times(/*0*/ other : jet.Float) : jet.Float - public final fun times(/*0*/ other : jet.Int) : jet.Float - public final fun times(/*0*/ other : jet.Long) : jet.Float - public final fun times(/*0*/ other : jet.Short) : jet.Float - public open override /*1*/ fun toByte() : jet.Byte - public open override /*1*/ fun toChar() : jet.Char - public open override /*1*/ fun toDouble() : jet.Double - public open override /*1*/ fun toFloat() : jet.Float - public open override /*1*/ fun toInt() : jet.Int - public open override /*1*/ fun toLong() : jet.Long - public open override /*1*/ fun toShort() : jet.Short + public final fun compareTo(/*0*/ other: jet.Byte): jet.Int + public final fun compareTo(/*0*/ other: jet.Char): jet.Int + public final fun compareTo(/*0*/ other: jet.Double): jet.Int + public open override /*1*/ fun compareTo(/*0*/ other: jet.Float): jet.Int + public final fun compareTo(/*0*/ other: jet.Int): jet.Int + public final fun compareTo(/*0*/ other: jet.Long): jet.Int + public final fun compareTo(/*0*/ other: jet.Short): jet.Int + public final fun dec(): jet.Float + public final fun div(/*0*/ other: jet.Byte): jet.Float + public final fun div(/*0*/ other: jet.Char): jet.Float + public final fun div(/*0*/ other: jet.Double): jet.Double + public final fun div(/*0*/ other: jet.Float): jet.Float + public final fun div(/*0*/ other: jet.Int): jet.Float + public final fun div(/*0*/ other: jet.Long): jet.Float + public final fun div(/*0*/ other: jet.Short): jet.Float + public open override /*1*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun hashCode(): jet.Int + public final fun inc(): jet.Float + public final fun minus(): jet.Float + public final fun minus(/*0*/ other: jet.Byte): jet.Float + public final fun minus(/*0*/ other: jet.Char): jet.Float + public final fun minus(/*0*/ other: jet.Double): jet.Double + public final fun minus(/*0*/ other: jet.Float): jet.Float + public final fun minus(/*0*/ other: jet.Int): jet.Float + public final fun minus(/*0*/ other: jet.Long): jet.Float + public final fun minus(/*0*/ other: jet.Short): jet.Float + public final fun mod(/*0*/ other: jet.Byte): jet.Float + public final fun mod(/*0*/ other: jet.Char): jet.Float + public final fun mod(/*0*/ other: jet.Double): jet.Double + public final fun mod(/*0*/ other: jet.Float): jet.Float + public final fun mod(/*0*/ other: jet.Int): jet.Float + public final fun mod(/*0*/ other: jet.Long): jet.Float + public final fun mod(/*0*/ other: jet.Short): jet.Float + public final fun plus(): jet.Float + public final fun plus(/*0*/ other: jet.Byte): jet.Float + public final fun plus(/*0*/ other: jet.Char): jet.Float + public final fun plus(/*0*/ other: jet.Double): jet.Double + public final fun plus(/*0*/ other: jet.Float): jet.Float + public final fun plus(/*0*/ other: jet.Int): jet.Float + public final fun plus(/*0*/ other: jet.Long): jet.Float + public final fun plus(/*0*/ other: jet.Short): jet.Float + public final fun rangeTo(/*0*/ other: jet.Byte): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Char): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Double): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Float): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Int): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Long): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Short): jet.FloatRange + public final fun times(/*0*/ other: jet.Byte): jet.Float + public final fun times(/*0*/ other: jet.Char): jet.Float + public final fun times(/*0*/ other: jet.Double): jet.Double + public final fun times(/*0*/ other: jet.Float): jet.Float + public final fun times(/*0*/ other: jet.Int): jet.Float + public final fun times(/*0*/ other: jet.Long): jet.Float + public final fun times(/*0*/ other: jet.Short): jet.Float + public open override /*1*/ fun toByte(): jet.Byte + public open override /*1*/ fun toChar(): jet.Char + public open override /*1*/ fun toDouble(): jet.Double + public open override /*1*/ fun toFloat(): jet.Float + public open override /*1*/ fun toInt(): jet.Int + public open override /*1*/ fun toLong(): jet.Long + public open override /*1*/ fun toShort(): jet.Short } public final class FloatArray { - public constructor FloatArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Float - public final fun iterator() : jet.FloatIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Float) : jet.Unit + public constructor FloatArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Float + public final fun iterator(): jet.FloatIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Float): jet.Unit } public abstract class FloatIterator : jet.Iterator { public constructor FloatIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Float - public abstract fun nextFloat() : jet.Float + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Float + public abstract fun nextFloat(): jet.Float } public final class FloatProgression : jet.Progression { - public constructor FloatProgression(/*0*/ start : jet.Float, /*1*/ end : jet.Float, /*2*/ increment : jet.Float) - public open override /*1*/ val end : jet.Float - public open override /*1*/ val increment : jet.Float - public open override /*1*/ val start : jet.Float - public open override /*1*/ fun iterator() : jet.FloatIterator + public constructor FloatProgression(/*0*/ start: jet.Float, /*1*/ end: jet.Float, /*2*/ increment: jet.Float) + public open override /*1*/ val end: jet.Float + public open override /*1*/ val increment: jet.Float + public open override /*1*/ val start: jet.Float + public open override /*1*/ fun iterator(): jet.FloatIterator } public final class FloatRange : jet.Range, jet.Progression { - public constructor FloatRange(/*0*/ start : jet.Float, /*1*/ end : jet.Float) - public open override /*2*/ val end : jet.Float - public open override /*1*/ val increment : jet.Float - public open override /*2*/ val start : jet.Float - public open override /*1*/ fun contains(/*0*/ item : jet.Float) : jet.Boolean - public open override /*1*/ fun iterator() : jet.FloatIterator + public constructor FloatRange(/*0*/ start: jet.Float, /*1*/ end: jet.Float) + public open override /*2*/ val end: jet.Float + public open override /*1*/ val increment: jet.Float + public open override /*2*/ val start: jet.Float + public open override /*1*/ fun contains(/*0*/ item: jet.Float): jet.Boolean + public open override /*1*/ fun iterator(): jet.FloatIterator public class object { private constructor () - public final val EMPTY : jet.FloatRange + public final val EMPTY: jet.FloatRange } } public trait Function0 { - public abstract fun invoke() : R + public abstract fun invoke(): R } public trait Function1 { - public abstract fun invoke(/*0*/ p1 : P1) : R + public abstract fun invoke(/*0*/ p1: P1): R } public trait Function10 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10): R } public trait Function11 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11): R } public trait Function12 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12): R } public trait Function13 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13): R } public trait Function14 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14): R } public trait Function15 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15): R } public trait Function16 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16): R } public trait Function17 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17): R } public trait Function18 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18): R } public trait Function19 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19): R } public trait Function2 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2): R } public trait Function20 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20): R } public trait Function21 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21): R } public trait Function22 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21, /*21*/ p22 : P22) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21, /*21*/ p22: P22): R } public trait Function3 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3): R } public trait Function4 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4): R } public trait Function5 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5): R } public trait Function6 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6): R } public trait Function7 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7): R } public trait Function8 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8): R } public trait Function9 { - public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9) : R + public abstract fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9): R } public trait Hashable { - public abstract fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract fun hashCode() : jet.Int + public abstract fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract fun hashCode(): jet.Int } public final class Int : jet.Number, jet.Comparable { public constructor Int() - public final fun and(/*0*/ other : jet.Int) : jet.Int - public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int - public final fun compareTo(/*0*/ other : jet.Char) : jet.Int - public final fun compareTo(/*0*/ other : jet.Double) : jet.Int - public final fun compareTo(/*0*/ other : jet.Float) : jet.Int - public open override /*1*/ fun compareTo(/*0*/ other : jet.Int) : jet.Int - public final fun compareTo(/*0*/ other : jet.Long) : jet.Int - public final fun compareTo(/*0*/ other : jet.Short) : jet.Int - public final fun dec() : jet.Int - public final fun div(/*0*/ other : jet.Byte) : jet.Int - public final fun div(/*0*/ other : jet.Char) : jet.Int - public final fun div(/*0*/ other : jet.Double) : jet.Double - public final fun div(/*0*/ other : jet.Float) : jet.Float - public final fun div(/*0*/ other : jet.Int) : jet.Int - public final fun div(/*0*/ other : jet.Long) : jet.Long - public final fun div(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun hashCode() : jet.Int - public final fun inc() : jet.Int - public final fun inv() : jet.Int - public final fun minus() : jet.Int - public final fun minus(/*0*/ other : jet.Byte) : jet.Int - public final fun minus(/*0*/ other : jet.Char) : jet.Int - public final fun minus(/*0*/ other : jet.Double) : jet.Double - public final fun minus(/*0*/ other : jet.Float) : jet.Float - public final fun minus(/*0*/ other : jet.Int) : jet.Int - public final fun minus(/*0*/ other : jet.Long) : jet.Long - public final fun minus(/*0*/ other : jet.Short) : jet.Int - public final fun mod(/*0*/ other : jet.Byte) : jet.Int - public final fun mod(/*0*/ other : jet.Char) : jet.Int - public final fun mod(/*0*/ other : jet.Double) : jet.Double - public final fun mod(/*0*/ other : jet.Float) : jet.Float - public final fun mod(/*0*/ other : jet.Int) : jet.Int - public final fun mod(/*0*/ other : jet.Long) : jet.Long - public final fun mod(/*0*/ other : jet.Short) : jet.Int - public final fun or(/*0*/ other : jet.Int) : jet.Int - public final fun plus() : jet.Int - public final fun plus(/*0*/ other : jet.Byte) : jet.Int - public final fun plus(/*0*/ other : jet.Char) : jet.Int - public final fun plus(/*0*/ other : jet.Double) : jet.Double - public final fun plus(/*0*/ other : jet.Float) : jet.Float - public final fun plus(/*0*/ other : jet.Int) : jet.Int - public final fun plus(/*0*/ other : jet.Long) : jet.Long - public final fun plus(/*0*/ other : jet.Short) : jet.Int - public final fun rangeTo(/*0*/ other : jet.Byte) : jet.IntRange - public final fun rangeTo(/*0*/ other : jet.Char) : jet.IntRange - public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Int) : jet.IntRange - public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange - public final fun rangeTo(/*0*/ other : jet.Short) : jet.IntRange - public final fun shl(/*0*/ bits : jet.Int) : jet.Int - public final fun shr(/*0*/ bits : jet.Int) : jet.Int - public final fun times(/*0*/ other : jet.Byte) : jet.Int - public final fun times(/*0*/ other : jet.Char) : jet.Int - public final fun times(/*0*/ other : jet.Double) : jet.Double - public final fun times(/*0*/ other : jet.Float) : jet.Float - public final fun times(/*0*/ other : jet.Int) : jet.Int - public final fun times(/*0*/ other : jet.Long) : jet.Long - public final fun times(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun toByte() : jet.Byte - public open override /*1*/ fun toChar() : jet.Char - public open override /*1*/ fun toDouble() : jet.Double - public open override /*1*/ fun toFloat() : jet.Float - public open override /*1*/ fun toInt() : jet.Int - public open override /*1*/ fun toLong() : jet.Long - public open override /*1*/ fun toShort() : jet.Short - public final fun ushr(/*0*/ bits : jet.Int) : jet.Int - public final fun xor(/*0*/ other : jet.Int) : jet.Int + public final fun and(/*0*/ other: jet.Int): jet.Int + public final fun compareTo(/*0*/ other: jet.Byte): jet.Int + public final fun compareTo(/*0*/ other: jet.Char): jet.Int + public final fun compareTo(/*0*/ other: jet.Double): jet.Int + public final fun compareTo(/*0*/ other: jet.Float): jet.Int + public open override /*1*/ fun compareTo(/*0*/ other: jet.Int): jet.Int + public final fun compareTo(/*0*/ other: jet.Long): jet.Int + public final fun compareTo(/*0*/ other: jet.Short): jet.Int + public final fun dec(): jet.Int + public final fun div(/*0*/ other: jet.Byte): jet.Int + public final fun div(/*0*/ other: jet.Char): jet.Int + public final fun div(/*0*/ other: jet.Double): jet.Double + public final fun div(/*0*/ other: jet.Float): jet.Float + public final fun div(/*0*/ other: jet.Int): jet.Int + public final fun div(/*0*/ other: jet.Long): jet.Long + public final fun div(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun hashCode(): jet.Int + public final fun inc(): jet.Int + public final fun inv(): jet.Int + public final fun minus(): jet.Int + public final fun minus(/*0*/ other: jet.Byte): jet.Int + public final fun minus(/*0*/ other: jet.Char): jet.Int + public final fun minus(/*0*/ other: jet.Double): jet.Double + public final fun minus(/*0*/ other: jet.Float): jet.Float + public final fun minus(/*0*/ other: jet.Int): jet.Int + public final fun minus(/*0*/ other: jet.Long): jet.Long + public final fun minus(/*0*/ other: jet.Short): jet.Int + public final fun mod(/*0*/ other: jet.Byte): jet.Int + public final fun mod(/*0*/ other: jet.Char): jet.Int + public final fun mod(/*0*/ other: jet.Double): jet.Double + public final fun mod(/*0*/ other: jet.Float): jet.Float + public final fun mod(/*0*/ other: jet.Int): jet.Int + public final fun mod(/*0*/ other: jet.Long): jet.Long + public final fun mod(/*0*/ other: jet.Short): jet.Int + public final fun or(/*0*/ other: jet.Int): jet.Int + public final fun plus(): jet.Int + public final fun plus(/*0*/ other: jet.Byte): jet.Int + public final fun plus(/*0*/ other: jet.Char): jet.Int + public final fun plus(/*0*/ other: jet.Double): jet.Double + public final fun plus(/*0*/ other: jet.Float): jet.Float + public final fun plus(/*0*/ other: jet.Int): jet.Int + public final fun plus(/*0*/ other: jet.Long): jet.Long + public final fun plus(/*0*/ other: jet.Short): jet.Int + public final fun rangeTo(/*0*/ other: jet.Byte): jet.IntRange + public final fun rangeTo(/*0*/ other: jet.Char): jet.IntRange + public final fun rangeTo(/*0*/ other: jet.Double): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Float): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Int): jet.IntRange + public final fun rangeTo(/*0*/ other: jet.Long): jet.LongRange + public final fun rangeTo(/*0*/ other: jet.Short): jet.IntRange + public final fun shl(/*0*/ bits: jet.Int): jet.Int + public final fun shr(/*0*/ bits: jet.Int): jet.Int + public final fun times(/*0*/ other: jet.Byte): jet.Int + public final fun times(/*0*/ other: jet.Char): jet.Int + public final fun times(/*0*/ other: jet.Double): jet.Double + public final fun times(/*0*/ other: jet.Float): jet.Float + public final fun times(/*0*/ other: jet.Int): jet.Int + public final fun times(/*0*/ other: jet.Long): jet.Long + public final fun times(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun toByte(): jet.Byte + public open override /*1*/ fun toChar(): jet.Char + public open override /*1*/ fun toDouble(): jet.Double + public open override /*1*/ fun toFloat(): jet.Float + public open override /*1*/ fun toInt(): jet.Int + public open override /*1*/ fun toLong(): jet.Long + public open override /*1*/ fun toShort(): jet.Short + public final fun ushr(/*0*/ bits: jet.Int): jet.Int + public final fun xor(/*0*/ other: jet.Int): jet.Int } public final class IntArray { - public constructor IntArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Int - public final fun iterator() : jet.IntIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Int) : jet.Unit + public constructor IntArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Int + public final fun iterator(): jet.IntIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Int): jet.Unit } public abstract class IntIterator : jet.Iterator { public constructor IntIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Int - public abstract fun nextInt() : jet.Int + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Int + public abstract fun nextInt(): jet.Int } public final class IntProgression : jet.Progression { - public constructor IntProgression(/*0*/ start : jet.Int, /*1*/ end : jet.Int, /*2*/ increment : jet.Int) - public open override /*1*/ val end : jet.Int - public open override /*1*/ val increment : jet.Int - public open override /*1*/ val start : jet.Int - public open override /*1*/ fun iterator() : jet.IntIterator + public constructor IntProgression(/*0*/ start: jet.Int, /*1*/ end: jet.Int, /*2*/ increment: jet.Int) + public open override /*1*/ val end: jet.Int + public open override /*1*/ val increment: jet.Int + public open override /*1*/ val start: jet.Int + public open override /*1*/ fun iterator(): jet.IntIterator } public final class IntRange : jet.Range, jet.Progression { - public constructor IntRange(/*0*/ start : jet.Int, /*1*/ end : jet.Int) - public open override /*2*/ val end : jet.Int - public open override /*1*/ val increment : jet.Int - public open override /*2*/ val start : jet.Int - public open override /*1*/ fun contains(/*0*/ item : jet.Int) : jet.Boolean - public open override /*1*/ fun iterator() : jet.IntIterator + public constructor IntRange(/*0*/ start: jet.Int, /*1*/ end: jet.Int) + public open override /*2*/ val end: jet.Int + public open override /*1*/ val increment: jet.Int + public open override /*2*/ val start: jet.Int + public open override /*1*/ fun contains(/*0*/ item: jet.Int): jet.Boolean + public open override /*1*/ fun iterator(): jet.IntIterator public class object { private constructor () - public final val EMPTY : jet.IntRange + public final val EMPTY: jet.IntRange } } public trait Iterable { - public abstract fun iterator() : jet.Iterator + public abstract fun iterator(): jet.Iterator } public trait Iterator { - public abstract fun hasNext() : jet.Boolean - public abstract fun next() : T + public abstract fun hasNext(): jet.Boolean + public abstract fun next(): T } public trait KExtensionFunction0 : T.() -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke() : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(): R } public trait KExtensionFunction1 : T.(P1) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1): R } public trait KExtensionFunction10 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10): R } public trait KExtensionFunction11 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11): R } public trait KExtensionFunction12 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12): R } public trait KExtensionFunction13 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13): R } public trait KExtensionFunction14 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14): R } public trait KExtensionFunction15 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15): R } public trait KExtensionFunction16 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16): R } public trait KExtensionFunction17 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17): R } public trait KExtensionFunction18 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18): R } public trait KExtensionFunction19 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19): R } public trait KExtensionFunction2 : T.(P1, P2) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2): R } public trait KExtensionFunction20 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20): R } public trait KExtensionFunction21 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21): R } public trait KExtensionFunction22 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21, /*21*/ p22 : P22) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21, /*21*/ p22: P22): R } public trait KExtensionFunction3 : T.(P1, P2, P3) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3): R } public trait KExtensionFunction4 : T.(P1, P2, P3, P4) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4): R } public trait KExtensionFunction5 : T.(P1, P2, P3, P4, P5) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5): R } public trait KExtensionFunction6 : T.(P1, P2, P3, P4, P5, P6) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6): R } public trait KExtensionFunction7 : T.(P1, P2, P3, P4, P5, P6, P7) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7): R } public trait KExtensionFunction8 : T.(P1, P2, P3, P4, P5, P6, P7, P8) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8): R } public trait KExtensionFunction9 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9): R } public trait KFunction0 : () -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke() : R + public abstract override /*1*/ /*fake_override*/ fun invoke(): R } public trait KFunction1 : (P1) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1): R } public trait KFunction10 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10): R } public trait KFunction11 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11): R } public trait KFunction12 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12): R } public trait KFunction13 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13): R } public trait KFunction14 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14): R } public trait KFunction15 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15): R } public trait KFunction16 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16): R } public trait KFunction17 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17): R } public trait KFunction18 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18): R } public trait KFunction19 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19): R } public trait KFunction2 : (P1, P2) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2): R } public trait KFunction20 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20): R } public trait KFunction21 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21): R } public trait KFunction22 : (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21, /*21*/ p22 : P22) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21, /*21*/ p22: P22): R } public trait KFunction3 : (P1, P2, P3) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3): R } public trait KFunction4 : (P1, P2, P3, P4) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4): R } public trait KFunction5 : (P1, P2, P3, P4, P5) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5): R } public trait KFunction6 : (P1, P2, P3, P4, P5, P6) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6): R } public trait KFunction7 : (P1, P2, P3, P4, P5, P6, P7) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7): R } public trait KFunction8 : (P1, P2, P3, P4, P5, P6, P7, P8) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8): R } public trait KFunction9 : (P1, P2, P3, P4, P5, P6, P7, P8, P9) -> R { - public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9) : R + public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9): R } public trait KMemberFunction0 : T.() -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke() : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(): R } public trait KMemberFunction1 : T.(P1) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1): R } public trait KMemberFunction10 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10): R } public trait KMemberFunction11 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11): R } public trait KMemberFunction12 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12): R } public trait KMemberFunction13 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13): R } public trait KMemberFunction14 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14): R } public trait KMemberFunction15 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15): R } public trait KMemberFunction16 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16): R } public trait KMemberFunction17 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17): R } public trait KMemberFunction18 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18): R } public trait KMemberFunction19 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19): R } public trait KMemberFunction2 : T.(P1, P2) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2): R } public trait KMemberFunction20 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20): R } public trait KMemberFunction21 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21): R } public trait KMemberFunction22 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21, /*21*/ p22 : P22) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9, /*9*/ p10: P10, /*10*/ p11: P11, /*11*/ p12: P12, /*12*/ p13: P13, /*13*/ p14: P14, /*14*/ p15: P15, /*15*/ p16: P16, /*16*/ p17: P17, /*17*/ p18: P18, /*18*/ p19: P19, /*19*/ p20: P20, /*20*/ p21: P21, /*21*/ p22: P22): R } public trait KMemberFunction3 : T.(P1, P2, P3) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3): R } public trait KMemberFunction4 : T.(P1, P2, P3, P4) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4): R } public trait KMemberFunction5 : T.(P1, P2, P3, P4, P5) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5): R } public trait KMemberFunction6 : T.(P1, P2, P3, P4, P5, P6) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6): R } public trait KMemberFunction7 : T.(P1, P2, P3, P4, P5, P6, P7) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7): R } public trait KMemberFunction8 : T.(P1, P2, P3, P4, P5, P6, P7, P8) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8): R } public trait KMemberFunction9 : T.(P1, P2, P3, P4, P5, P6, P7, P8, P9) -> R { - public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9) : R + public abstract override /*1*/ /*fake_override*/ fun T.invoke(/*0*/ p1: P1, /*1*/ p2: P2, /*2*/ p3: P3, /*3*/ p4: P4, /*4*/ p5: P5, /*5*/ p6: P6, /*6*/ p7: P7, /*7*/ p8: P8, /*8*/ p9: P9): R } public trait List : jet.Collection { - public abstract override /*1*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract fun get(/*0*/ index : jet.Int) : E - public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract fun indexOf(/*0*/ o : jet.Any?) : jet.Int - public abstract override /*1*/ fun isEmpty() : jet.Boolean - public abstract override /*1*/ fun iterator() : jet.Iterator - public abstract fun lastIndexOf(/*0*/ o : jet.Any?) : jet.Int - public abstract fun listIterator() : jet.ListIterator - public abstract fun listIterator(/*0*/ index : jet.Int) : jet.ListIterator - public abstract override /*1*/ fun size() : jet.Int - public abstract fun subList(/*0*/ fromIndex : jet.Int, /*1*/ toIndex : jet.Int) : jet.List - public abstract override /*1*/ fun toArray() : jet.Array - public abstract override /*1*/ fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract override /*1*/ fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract fun get(/*0*/ index: jet.Int): E + public abstract override /*1*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract fun indexOf(/*0*/ o: jet.Any?): jet.Int + public abstract override /*1*/ fun isEmpty(): jet.Boolean + public abstract override /*1*/ fun iterator(): jet.Iterator + public abstract fun lastIndexOf(/*0*/ o: jet.Any?): jet.Int + public abstract fun listIterator(): jet.ListIterator + public abstract fun listIterator(/*0*/ index: jet.Int): jet.ListIterator + public abstract override /*1*/ fun size(): jet.Int + public abstract fun subList(/*0*/ fromIndex: jet.Int, /*1*/ toIndex: jet.Int): jet.List + public abstract override /*1*/ fun toArray(): jet.Array + public abstract override /*1*/ fun toArray(/*0*/ a: jet.Array): jet.Array } public trait ListIterator : jet.Iterator { - public abstract override /*1*/ fun hasNext() : jet.Boolean - public abstract fun hasPrevious() : jet.Boolean - public abstract override /*1*/ fun next() : T - public abstract fun nextIndex() : jet.Int - public abstract fun previous() : T - public abstract fun previousIndex() : jet.Int + public abstract override /*1*/ fun hasNext(): jet.Boolean + public abstract fun hasPrevious(): jet.Boolean + public abstract override /*1*/ fun next(): T + public abstract fun nextIndex(): jet.Int + public abstract fun previous(): T + public abstract fun previousIndex(): jet.Int } public final class Long : jet.Number, jet.Comparable { public constructor Long() - public final fun and(/*0*/ other : jet.Long) : jet.Long - public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int - public final fun compareTo(/*0*/ other : jet.Char) : jet.Int - public final fun compareTo(/*0*/ other : jet.Double) : jet.Int - public final fun compareTo(/*0*/ other : jet.Float) : jet.Int - public final fun compareTo(/*0*/ other : jet.Int) : jet.Int - public open override /*1*/ fun compareTo(/*0*/ other : jet.Long) : jet.Int - public final fun compareTo(/*0*/ other : jet.Short) : jet.Int - public final fun dec() : jet.Long - public final fun div(/*0*/ other : jet.Byte) : jet.Long - public final fun div(/*0*/ other : jet.Char) : jet.Long - public final fun div(/*0*/ other : jet.Double) : jet.Double - public final fun div(/*0*/ other : jet.Float) : jet.Float - public final fun div(/*0*/ other : jet.Int) : jet.Long - public final fun div(/*0*/ other : jet.Long) : jet.Long - public final fun div(/*0*/ other : jet.Short) : jet.Long - public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun hashCode() : jet.Int - public final fun inc() : jet.Long - public final fun inv() : jet.Long - public final fun minus() : jet.Long - public final fun minus(/*0*/ other : jet.Byte) : jet.Long - public final fun minus(/*0*/ other : jet.Char) : jet.Long - public final fun minus(/*0*/ other : jet.Double) : jet.Double - public final fun minus(/*0*/ other : jet.Float) : jet.Float - public final fun minus(/*0*/ other : jet.Int) : jet.Long - public final fun minus(/*0*/ other : jet.Long) : jet.Long - public final fun minus(/*0*/ other : jet.Short) : jet.Long - public final fun mod(/*0*/ other : jet.Byte) : jet.Long - public final fun mod(/*0*/ other : jet.Char) : jet.Long - public final fun mod(/*0*/ other : jet.Double) : jet.Double - public final fun mod(/*0*/ other : jet.Float) : jet.Float - public final fun mod(/*0*/ other : jet.Int) : jet.Long - public final fun mod(/*0*/ other : jet.Long) : jet.Long - public final fun mod(/*0*/ other : jet.Short) : jet.Long - public final fun or(/*0*/ other : jet.Long) : jet.Long - public final fun plus() : jet.Long - public final fun plus(/*0*/ other : jet.Byte) : jet.Long - public final fun plus(/*0*/ other : jet.Char) : jet.Long - public final fun plus(/*0*/ other : jet.Double) : jet.Double - public final fun plus(/*0*/ other : jet.Float) : jet.Float - public final fun plus(/*0*/ other : jet.Int) : jet.Long - public final fun plus(/*0*/ other : jet.Long) : jet.Long - public final fun plus(/*0*/ other : jet.Short) : jet.Long - public final fun rangeTo(/*0*/ other : jet.Byte) : jet.LongRange - public final fun rangeTo(/*0*/ other : jet.Char) : jet.LongRange - public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Int) : jet.LongRange - public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange - public final fun rangeTo(/*0*/ other : jet.Short) : jet.LongRange - public final fun shl(/*0*/ bits : jet.Int) : jet.Long - public final fun shr(/*0*/ bits : jet.Int) : jet.Long - public final fun times(/*0*/ other : jet.Byte) : jet.Long - public final fun times(/*0*/ other : jet.Char) : jet.Long - public final fun times(/*0*/ other : jet.Double) : jet.Double - public final fun times(/*0*/ other : jet.Float) : jet.Float - public final fun times(/*0*/ other : jet.Int) : jet.Long - public final fun times(/*0*/ other : jet.Long) : jet.Long - public final fun times(/*0*/ other : jet.Short) : jet.Long - public open override /*1*/ fun toByte() : jet.Byte - public open override /*1*/ fun toChar() : jet.Char - public open override /*1*/ fun toDouble() : jet.Double - public open override /*1*/ fun toFloat() : jet.Float - public open override /*1*/ fun toInt() : jet.Int - public open override /*1*/ fun toLong() : jet.Long - public open override /*1*/ fun toShort() : jet.Short - public final fun ushr(/*0*/ bits : jet.Int) : jet.Long - public final fun xor(/*0*/ other : jet.Long) : jet.Long + public final fun and(/*0*/ other: jet.Long): jet.Long + public final fun compareTo(/*0*/ other: jet.Byte): jet.Int + public final fun compareTo(/*0*/ other: jet.Char): jet.Int + public final fun compareTo(/*0*/ other: jet.Double): jet.Int + public final fun compareTo(/*0*/ other: jet.Float): jet.Int + public final fun compareTo(/*0*/ other: jet.Int): jet.Int + public open override /*1*/ fun compareTo(/*0*/ other: jet.Long): jet.Int + public final fun compareTo(/*0*/ other: jet.Short): jet.Int + public final fun dec(): jet.Long + public final fun div(/*0*/ other: jet.Byte): jet.Long + public final fun div(/*0*/ other: jet.Char): jet.Long + public final fun div(/*0*/ other: jet.Double): jet.Double + public final fun div(/*0*/ other: jet.Float): jet.Float + public final fun div(/*0*/ other: jet.Int): jet.Long + public final fun div(/*0*/ other: jet.Long): jet.Long + public final fun div(/*0*/ other: jet.Short): jet.Long + public open override /*1*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun hashCode(): jet.Int + public final fun inc(): jet.Long + public final fun inv(): jet.Long + public final fun minus(): jet.Long + public final fun minus(/*0*/ other: jet.Byte): jet.Long + public final fun minus(/*0*/ other: jet.Char): jet.Long + public final fun minus(/*0*/ other: jet.Double): jet.Double + public final fun minus(/*0*/ other: jet.Float): jet.Float + public final fun minus(/*0*/ other: jet.Int): jet.Long + public final fun minus(/*0*/ other: jet.Long): jet.Long + public final fun minus(/*0*/ other: jet.Short): jet.Long + public final fun mod(/*0*/ other: jet.Byte): jet.Long + public final fun mod(/*0*/ other: jet.Char): jet.Long + public final fun mod(/*0*/ other: jet.Double): jet.Double + public final fun mod(/*0*/ other: jet.Float): jet.Float + public final fun mod(/*0*/ other: jet.Int): jet.Long + public final fun mod(/*0*/ other: jet.Long): jet.Long + public final fun mod(/*0*/ other: jet.Short): jet.Long + public final fun or(/*0*/ other: jet.Long): jet.Long + public final fun plus(): jet.Long + public final fun plus(/*0*/ other: jet.Byte): jet.Long + public final fun plus(/*0*/ other: jet.Char): jet.Long + public final fun plus(/*0*/ other: jet.Double): jet.Double + public final fun plus(/*0*/ other: jet.Float): jet.Float + public final fun plus(/*0*/ other: jet.Int): jet.Long + public final fun plus(/*0*/ other: jet.Long): jet.Long + public final fun plus(/*0*/ other: jet.Short): jet.Long + public final fun rangeTo(/*0*/ other: jet.Byte): jet.LongRange + public final fun rangeTo(/*0*/ other: jet.Char): jet.LongRange + public final fun rangeTo(/*0*/ other: jet.Double): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Float): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Int): jet.LongRange + public final fun rangeTo(/*0*/ other: jet.Long): jet.LongRange + public final fun rangeTo(/*0*/ other: jet.Short): jet.LongRange + public final fun shl(/*0*/ bits: jet.Int): jet.Long + public final fun shr(/*0*/ bits: jet.Int): jet.Long + public final fun times(/*0*/ other: jet.Byte): jet.Long + public final fun times(/*0*/ other: jet.Char): jet.Long + public final fun times(/*0*/ other: jet.Double): jet.Double + public final fun times(/*0*/ other: jet.Float): jet.Float + public final fun times(/*0*/ other: jet.Int): jet.Long + public final fun times(/*0*/ other: jet.Long): jet.Long + public final fun times(/*0*/ other: jet.Short): jet.Long + public open override /*1*/ fun toByte(): jet.Byte + public open override /*1*/ fun toChar(): jet.Char + public open override /*1*/ fun toDouble(): jet.Double + public open override /*1*/ fun toFloat(): jet.Float + public open override /*1*/ fun toInt(): jet.Int + public open override /*1*/ fun toLong(): jet.Long + public open override /*1*/ fun toShort(): jet.Short + public final fun ushr(/*0*/ bits: jet.Int): jet.Long + public final fun xor(/*0*/ other: jet.Long): jet.Long } public final class LongArray { - public constructor LongArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Long - public final fun iterator() : jet.LongIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Long) : jet.Unit + public constructor LongArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Long + public final fun iterator(): jet.LongIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Long): jet.Unit } public abstract class LongIterator : jet.Iterator { public constructor LongIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Long - public abstract fun nextLong() : jet.Long + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Long + public abstract fun nextLong(): jet.Long } public final class LongProgression : jet.Progression { - public constructor LongProgression(/*0*/ start : jet.Long, /*1*/ end : jet.Long, /*2*/ increment : jet.Long) - public open override /*1*/ val end : jet.Long - public open override /*1*/ val increment : jet.Long - public open override /*1*/ val start : jet.Long - public open override /*1*/ fun iterator() : jet.LongIterator + public constructor LongProgression(/*0*/ start: jet.Long, /*1*/ end: jet.Long, /*2*/ increment: jet.Long) + public open override /*1*/ val end: jet.Long + public open override /*1*/ val increment: jet.Long + public open override /*1*/ val start: jet.Long + public open override /*1*/ fun iterator(): jet.LongIterator } public final class LongRange : jet.Range, jet.Progression { - public constructor LongRange(/*0*/ start : jet.Long, /*1*/ end : jet.Long) - public open override /*2*/ val end : jet.Long - public open override /*1*/ val increment : jet.Long - public open override /*2*/ val start : jet.Long - public open override /*1*/ fun contains(/*0*/ item : jet.Long) : jet.Boolean - public open override /*1*/ fun iterator() : jet.LongIterator + public constructor LongRange(/*0*/ start: jet.Long, /*1*/ end: jet.Long) + public open override /*2*/ val end: jet.Long + public open override /*1*/ val increment: jet.Long + public open override /*2*/ val start: jet.Long + public open override /*1*/ fun contains(/*0*/ item: jet.Long): jet.Boolean + public open override /*1*/ fun iterator(): jet.LongIterator public class object { private constructor () - public final val EMPTY : jet.LongRange + public final val EMPTY: jet.LongRange } } public trait Map { - public abstract fun containsKey(/*0*/ key : jet.Any?) : jet.Boolean - public abstract fun containsValue(/*0*/ value : jet.Any?) : jet.Boolean - public abstract fun entrySet() : jet.Set> - public abstract fun get(/*0*/ key : jet.Any?) : V? - public abstract fun isEmpty() : jet.Boolean - public abstract fun keySet() : jet.Set - public abstract fun size() : jet.Int - public abstract fun values() : jet.Collection + public abstract fun containsKey(/*0*/ key: jet.Any?): jet.Boolean + public abstract fun containsValue(/*0*/ value: jet.Any?): jet.Boolean + public abstract fun entrySet(): jet.Set> + public abstract fun get(/*0*/ key: jet.Any?): V? + public abstract fun isEmpty(): jet.Boolean + public abstract fun keySet(): jet.Set + public abstract fun size(): jet.Int + public abstract fun values(): jet.Collection public trait Entry : jet.Hashable { - public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract fun getKey() : K - public abstract fun getValue() : V - public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int + public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract fun getKey(): K + public abstract fun getValue(): V + public abstract override /*1*/ /*fake_override*/ fun hashCode(): jet.Int } } public trait MutableCollection : jet.Collection, jet.MutableIterable { - public abstract fun add(/*0*/ e : E) : jet.Boolean - public abstract fun addAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract fun clear() : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract override /*1*/ /*fake_override*/ fun isEmpty() : jet.Boolean - public abstract override /*2*/ fun iterator() : jet.MutableIterator - public abstract fun remove(/*0*/ o : jet.Any?) : jet.Boolean - public abstract fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun size() : jet.Int - public abstract override /*1*/ /*fake_override*/ fun toArray() : jet.Array - public abstract override /*1*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract fun add(/*0*/ e: E): jet.Boolean + public abstract fun addAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract fun clear(): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract override /*1*/ /*fake_override*/ fun isEmpty(): jet.Boolean + public abstract override /*2*/ fun iterator(): jet.MutableIterator + public abstract fun remove(/*0*/ o: jet.Any?): jet.Boolean + public abstract fun removeAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract fun retainAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun size(): jet.Int + public abstract override /*1*/ /*fake_override*/ fun toArray(): jet.Array + public abstract override /*1*/ /*fake_override*/ fun toArray(/*0*/ a: jet.Array): jet.Array } public trait MutableIterable : jet.Iterable { - public abstract override /*1*/ fun iterator() : jet.MutableIterator + public abstract override /*1*/ fun iterator(): jet.MutableIterator } public trait MutableIterator : jet.Iterator { - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun next() : T - public abstract fun remove() : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun next(): T + public abstract fun remove(): jet.Unit } public trait MutableList : jet.List, jet.MutableCollection { - public abstract override /*1*/ fun add(/*0*/ e : E) : jet.Boolean - public abstract fun add(/*0*/ index : jet.Int, /*1*/ element : E) : jet.Unit - public abstract override /*1*/ fun addAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract fun addAll(/*0*/ index : jet.Int, /*1*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ fun clear() : jet.Unit - public abstract override /*2*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*2*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ index : jet.Int) : E - public abstract override /*2*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract override /*1*/ /*fake_override*/ fun indexOf(/*0*/ o : jet.Any?) : jet.Int - public abstract override /*2*/ /*fake_override*/ fun isEmpty() : jet.Boolean - public abstract override /*2*/ /*fake_override*/ fun iterator() : jet.Iterator - public abstract override /*1*/ /*fake_override*/ fun lastIndexOf(/*0*/ o : jet.Any?) : jet.Int - public abstract override /*1*/ fun listIterator() : jet.MutableListIterator - public abstract override /*1*/ fun listIterator(/*0*/ index : jet.Int) : jet.MutableListIterator - public abstract override /*1*/ fun remove(/*0*/ o : jet.Any?) : jet.Boolean - public abstract fun remove(/*0*/ index : jet.Int) : E - public abstract override /*1*/ fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract fun set(/*0*/ index : jet.Int, /*1*/ element : E) : E - public abstract override /*2*/ /*fake_override*/ fun size() : jet.Int - public abstract override /*1*/ fun subList(/*0*/ fromIndex : jet.Int, /*1*/ toIndex : jet.Int) : jet.MutableList - public abstract override /*2*/ /*fake_override*/ fun toArray() : jet.Array - public abstract override /*2*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract override /*1*/ fun add(/*0*/ e: E): jet.Boolean + public abstract fun add(/*0*/ index: jet.Int, /*1*/ element: E): jet.Unit + public abstract override /*1*/ fun addAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract fun addAll(/*0*/ index: jet.Int, /*1*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ fun clear(): jet.Unit + public abstract override /*2*/ /*fake_override*/ fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*2*/ /*fake_override*/ fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ index: jet.Int): E + public abstract override /*2*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract override /*1*/ /*fake_override*/ fun indexOf(/*0*/ o: jet.Any?): jet.Int + public abstract override /*2*/ /*fake_override*/ fun isEmpty(): jet.Boolean + public abstract override /*2*/ /*fake_override*/ fun iterator(): jet.Iterator + public abstract override /*1*/ /*fake_override*/ fun lastIndexOf(/*0*/ o: jet.Any?): jet.Int + public abstract override /*1*/ fun listIterator(): jet.MutableListIterator + public abstract override /*1*/ fun listIterator(/*0*/ index: jet.Int): jet.MutableListIterator + public abstract override /*1*/ fun remove(/*0*/ o: jet.Any?): jet.Boolean + public abstract fun remove(/*0*/ index: jet.Int): E + public abstract override /*1*/ fun removeAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ fun retainAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract fun set(/*0*/ index: jet.Int, /*1*/ element: E): E + public abstract override /*2*/ /*fake_override*/ fun size(): jet.Int + public abstract override /*1*/ fun subList(/*0*/ fromIndex: jet.Int, /*1*/ toIndex: jet.Int): jet.MutableList + public abstract override /*2*/ /*fake_override*/ fun toArray(): jet.Array + public abstract override /*2*/ /*fake_override*/ fun toArray(/*0*/ a: jet.Array): jet.Array } public trait MutableListIterator : jet.ListIterator, jet.MutableIterator { - public abstract fun add(/*0*/ e : T) : jet.Unit - public abstract override /*2*/ fun hasNext() : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun hasPrevious() : jet.Boolean - public abstract override /*2*/ fun next() : T - public abstract override /*1*/ /*fake_override*/ fun nextIndex() : jet.Int - public abstract override /*1*/ /*fake_override*/ fun previous() : T - public abstract override /*1*/ /*fake_override*/ fun previousIndex() : jet.Int - public abstract override /*1*/ fun remove() : jet.Unit - public abstract fun set(/*0*/ e : T) : jet.Unit + public abstract fun add(/*0*/ e: T): jet.Unit + public abstract override /*2*/ fun hasNext(): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun hasPrevious(): jet.Boolean + public abstract override /*2*/ fun next(): T + public abstract override /*1*/ /*fake_override*/ fun nextIndex(): jet.Int + public abstract override /*1*/ /*fake_override*/ fun previous(): T + public abstract override /*1*/ /*fake_override*/ fun previousIndex(): jet.Int + public abstract override /*1*/ fun remove(): jet.Unit + public abstract fun set(/*0*/ e: T): jet.Unit } public trait MutableMap : jet.Map { - public abstract fun clear() : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun containsKey(/*0*/ key : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun containsValue(/*0*/ value : jet.Any?) : jet.Boolean - public abstract override /*1*/ fun entrySet() : jet.MutableSet> - public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ key : jet.Any?) : V? - public abstract override /*1*/ /*fake_override*/ fun isEmpty() : jet.Boolean - public abstract override /*1*/ fun keySet() : jet.MutableSet - public abstract fun put(/*0*/ key : K, /*1*/ value : V) : V? - public abstract fun putAll(/*0*/ m : jet.Map) : jet.Unit - public abstract fun remove(/*0*/ key : jet.Any?) : V? - public abstract override /*1*/ /*fake_override*/ fun size() : jet.Int - public abstract override /*1*/ fun values() : jet.MutableCollection + public abstract fun clear(): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun containsKey(/*0*/ key: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun containsValue(/*0*/ value: jet.Any?): jet.Boolean + public abstract override /*1*/ fun entrySet(): jet.MutableSet> + public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ key: jet.Any?): V? + public abstract override /*1*/ /*fake_override*/ fun isEmpty(): jet.Boolean + public abstract override /*1*/ fun keySet(): jet.MutableSet + public abstract fun put(/*0*/ key: K, /*1*/ value: V): V? + public abstract fun putAll(/*0*/ m: jet.Map): jet.Unit + public abstract fun remove(/*0*/ key: jet.Any?): V? + public abstract override /*1*/ /*fake_override*/ fun size(): jet.Int + public abstract override /*1*/ fun values(): jet.MutableCollection public trait MutableEntry : jet.Map.Entry, jet.Hashable { - public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun getKey() : K - public abstract override /*1*/ /*fake_override*/ fun getValue() : V - public abstract override /*2*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract fun setValue(/*0*/ value : V) : V + public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun getKey(): K + public abstract override /*1*/ /*fake_override*/ fun getValue(): V + public abstract override /*2*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract fun setValue(/*0*/ value: V): V } } public trait MutableSet : jet.Set, jet.MutableCollection { - public abstract override /*1*/ fun add(/*0*/ e : E) : jet.Boolean - public abstract override /*1*/ fun addAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ fun clear() : jet.Unit - public abstract override /*2*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*2*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract override /*2*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract override /*2*/ /*fake_override*/ fun isEmpty() : jet.Boolean - public abstract override /*2*/ fun iterator() : jet.MutableIterator - public abstract override /*1*/ fun remove(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*2*/ /*fake_override*/ fun size() : jet.Int - public abstract override /*2*/ /*fake_override*/ fun toArray() : jet.Array - public abstract override /*2*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract override /*1*/ fun add(/*0*/ e: E): jet.Boolean + public abstract override /*1*/ fun addAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ fun clear(): jet.Unit + public abstract override /*2*/ /*fake_override*/ fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*2*/ /*fake_override*/ fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract override /*2*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract override /*2*/ /*fake_override*/ fun isEmpty(): jet.Boolean + public abstract override /*2*/ fun iterator(): jet.MutableIterator + public abstract override /*1*/ fun remove(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ fun removeAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ fun retainAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*2*/ /*fake_override*/ fun size(): jet.Int + public abstract override /*2*/ /*fake_override*/ fun toArray(): jet.Array + public abstract override /*2*/ /*fake_override*/ fun toArray(/*0*/ a: jet.Array): jet.Array } public final class Nothing { @@ -1338,161 +1338,161 @@ public final class Nothing { public abstract class Number : jet.Hashable { public constructor Number() - public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract fun toByte() : jet.Byte - public abstract fun toChar() : jet.Char - public abstract fun toDouble() : jet.Double - public abstract fun toFloat() : jet.Float - public abstract fun toInt() : jet.Int - public abstract fun toLong() : jet.Long - public abstract fun toShort() : jet.Short + public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract fun toByte(): jet.Byte + public abstract fun toChar(): jet.Char + public abstract fun toDouble(): jet.Double + public abstract fun toFloat(): jet.Float + public abstract fun toInt(): jet.Int + public abstract fun toLong(): jet.Long + public abstract fun toShort(): jet.Short } public trait Progression : jet.Iterable { - public abstract val end : N - public abstract val increment : jet.Number - public abstract val start : N - public abstract override /*1*/ /*fake_override*/ fun iterator() : jet.Iterator + public abstract val end: N + public abstract val increment: jet.Number + public abstract val start: N + public abstract override /*1*/ /*fake_override*/ fun iterator(): jet.Iterator } public trait Range> { - public abstract val end : T - public abstract val start : T - public abstract fun contains(/*0*/ item : T) : jet.Boolean + public abstract val end: T + public abstract val start: T + public abstract fun contains(/*0*/ item: T): jet.Boolean } public trait Set : jet.Collection { - public abstract override /*1*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int - public abstract override /*1*/ fun isEmpty() : jet.Boolean - public abstract override /*1*/ fun iterator() : jet.Iterator - public abstract override /*1*/ fun size() : jet.Int - public abstract override /*1*/ fun toArray() : jet.Array - public abstract override /*1*/ fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract override /*1*/ fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun hashCode(): jet.Int + public abstract override /*1*/ fun isEmpty(): jet.Boolean + public abstract override /*1*/ fun iterator(): jet.Iterator + public abstract override /*1*/ fun size(): jet.Int + public abstract override /*1*/ fun toArray(): jet.Array + public abstract override /*1*/ fun toArray(/*0*/ a: jet.Array): jet.Array } public final class Short : jet.Number, jet.Comparable { public constructor Short() - public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int - public final fun compareTo(/*0*/ other : jet.Char) : jet.Int - public final fun compareTo(/*0*/ other : jet.Double) : jet.Int - public final fun compareTo(/*0*/ other : jet.Float) : jet.Int - public final fun compareTo(/*0*/ other : jet.Int) : jet.Int - public final fun compareTo(/*0*/ other : jet.Long) : jet.Int - public open override /*1*/ fun compareTo(/*0*/ other : jet.Short) : jet.Int - public final fun dec() : jet.Short - public final fun div(/*0*/ other : jet.Byte) : jet.Int - public final fun div(/*0*/ other : jet.Char) : jet.Int - public final fun div(/*0*/ other : jet.Double) : jet.Double - public final fun div(/*0*/ other : jet.Float) : jet.Float - public final fun div(/*0*/ other : jet.Int) : jet.Int - public final fun div(/*0*/ other : jet.Long) : jet.Long - public final fun div(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun hashCode() : jet.Int - public final fun inc() : jet.Short - public final fun minus() : jet.Short - public final fun minus(/*0*/ other : jet.Byte) : jet.Int - public final fun minus(/*0*/ other : jet.Char) : jet.Int - public final fun minus(/*0*/ other : jet.Double) : jet.Double - public final fun minus(/*0*/ other : jet.Float) : jet.Float - public final fun minus(/*0*/ other : jet.Int) : jet.Int - public final fun minus(/*0*/ other : jet.Long) : jet.Long - public final fun minus(/*0*/ other : jet.Short) : jet.Int - public final fun mod(/*0*/ other : jet.Byte) : jet.Int - public final fun mod(/*0*/ other : jet.Char) : jet.Int - public final fun mod(/*0*/ other : jet.Double) : jet.Double - public final fun mod(/*0*/ other : jet.Float) : jet.Float - public final fun mod(/*0*/ other : jet.Int) : jet.Int - public final fun mod(/*0*/ other : jet.Long) : jet.Long - public final fun mod(/*0*/ other : jet.Short) : jet.Int - public final fun plus() : jet.Short - public final fun plus(/*0*/ other : jet.Byte) : jet.Int - public final fun plus(/*0*/ other : jet.Char) : jet.Int - public final fun plus(/*0*/ other : jet.Double) : jet.Double - public final fun plus(/*0*/ other : jet.Float) : jet.Float - public final fun plus(/*0*/ other : jet.Int) : jet.Int - public final fun plus(/*0*/ other : jet.Long) : jet.Long - public final fun plus(/*0*/ other : jet.Short) : jet.Int - public final fun rangeTo(/*0*/ other : jet.Byte) : jet.ShortRange - public final fun rangeTo(/*0*/ other : jet.Char) : jet.ShortRange - public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange - public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange - public final fun rangeTo(/*0*/ other : jet.Int) : jet.IntRange - public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange - public final fun rangeTo(/*0*/ other : jet.Short) : jet.ShortRange - public final fun times(/*0*/ other : jet.Byte) : jet.Int - public final fun times(/*0*/ other : jet.Char) : jet.Int - public final fun times(/*0*/ other : jet.Double) : jet.Double - public final fun times(/*0*/ other : jet.Float) : jet.Float - public final fun times(/*0*/ other : jet.Int) : jet.Int - public final fun times(/*0*/ other : jet.Long) : jet.Long - public final fun times(/*0*/ other : jet.Short) : jet.Int - public open override /*1*/ fun toByte() : jet.Byte - public open override /*1*/ fun toChar() : jet.Char - public open override /*1*/ fun toDouble() : jet.Double - public open override /*1*/ fun toFloat() : jet.Float - public open override /*1*/ fun toInt() : jet.Int - public open override /*1*/ fun toLong() : jet.Long - public open override /*1*/ fun toShort() : jet.Short + public final fun compareTo(/*0*/ other: jet.Byte): jet.Int + public final fun compareTo(/*0*/ other: jet.Char): jet.Int + public final fun compareTo(/*0*/ other: jet.Double): jet.Int + public final fun compareTo(/*0*/ other: jet.Float): jet.Int + public final fun compareTo(/*0*/ other: jet.Int): jet.Int + public final fun compareTo(/*0*/ other: jet.Long): jet.Int + public open override /*1*/ fun compareTo(/*0*/ other: jet.Short): jet.Int + public final fun dec(): jet.Short + public final fun div(/*0*/ other: jet.Byte): jet.Int + public final fun div(/*0*/ other: jet.Char): jet.Int + public final fun div(/*0*/ other: jet.Double): jet.Double + public final fun div(/*0*/ other: jet.Float): jet.Float + public final fun div(/*0*/ other: jet.Int): jet.Int + public final fun div(/*0*/ other: jet.Long): jet.Long + public final fun div(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun hashCode(): jet.Int + public final fun inc(): jet.Short + public final fun minus(): jet.Short + public final fun minus(/*0*/ other: jet.Byte): jet.Int + public final fun minus(/*0*/ other: jet.Char): jet.Int + public final fun minus(/*0*/ other: jet.Double): jet.Double + public final fun minus(/*0*/ other: jet.Float): jet.Float + public final fun minus(/*0*/ other: jet.Int): jet.Int + public final fun minus(/*0*/ other: jet.Long): jet.Long + public final fun minus(/*0*/ other: jet.Short): jet.Int + public final fun mod(/*0*/ other: jet.Byte): jet.Int + public final fun mod(/*0*/ other: jet.Char): jet.Int + public final fun mod(/*0*/ other: jet.Double): jet.Double + public final fun mod(/*0*/ other: jet.Float): jet.Float + public final fun mod(/*0*/ other: jet.Int): jet.Int + public final fun mod(/*0*/ other: jet.Long): jet.Long + public final fun mod(/*0*/ other: jet.Short): jet.Int + public final fun plus(): jet.Short + public final fun plus(/*0*/ other: jet.Byte): jet.Int + public final fun plus(/*0*/ other: jet.Char): jet.Int + public final fun plus(/*0*/ other: jet.Double): jet.Double + public final fun plus(/*0*/ other: jet.Float): jet.Float + public final fun plus(/*0*/ other: jet.Int): jet.Int + public final fun plus(/*0*/ other: jet.Long): jet.Long + public final fun plus(/*0*/ other: jet.Short): jet.Int + public final fun rangeTo(/*0*/ other: jet.Byte): jet.ShortRange + public final fun rangeTo(/*0*/ other: jet.Char): jet.ShortRange + public final fun rangeTo(/*0*/ other: jet.Double): jet.DoubleRange + public final fun rangeTo(/*0*/ other: jet.Float): jet.FloatRange + public final fun rangeTo(/*0*/ other: jet.Int): jet.IntRange + public final fun rangeTo(/*0*/ other: jet.Long): jet.LongRange + public final fun rangeTo(/*0*/ other: jet.Short): jet.ShortRange + public final fun times(/*0*/ other: jet.Byte): jet.Int + public final fun times(/*0*/ other: jet.Char): jet.Int + public final fun times(/*0*/ other: jet.Double): jet.Double + public final fun times(/*0*/ other: jet.Float): jet.Float + public final fun times(/*0*/ other: jet.Int): jet.Int + public final fun times(/*0*/ other: jet.Long): jet.Long + public final fun times(/*0*/ other: jet.Short): jet.Int + public open override /*1*/ fun toByte(): jet.Byte + public open override /*1*/ fun toChar(): jet.Char + public open override /*1*/ fun toDouble(): jet.Double + public open override /*1*/ fun toFloat(): jet.Float + public open override /*1*/ fun toInt(): jet.Int + public open override /*1*/ fun toLong(): jet.Long + public open override /*1*/ fun toShort(): jet.Short } public final class ShortArray { - public constructor ShortArray(/*0*/ size : jet.Int) - public final val indices : jet.IntRange - public final val size : jet.Int - public final fun get(/*0*/ index : jet.Int) : jet.Short - public final fun iterator() : jet.ShortIterator - public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Short) : jet.Unit + public constructor ShortArray(/*0*/ size: jet.Int) + public final val indices: jet.IntRange + public final val size: jet.Int + public final fun get(/*0*/ index: jet.Int): jet.Short + public final fun iterator(): jet.ShortIterator + public final fun set(/*0*/ index: jet.Int, /*1*/ value: jet.Short): jet.Unit } public abstract class ShortIterator : jet.Iterator { public constructor ShortIterator() - public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean - public open override /*1*/ fun next() : jet.Short - public abstract fun nextShort() : jet.Short + public abstract override /*1*/ /*fake_override*/ fun hasNext(): jet.Boolean + public open override /*1*/ fun next(): jet.Short + public abstract fun nextShort(): jet.Short } public final class ShortProgression : jet.Progression { - public constructor ShortProgression(/*0*/ start : jet.Short, /*1*/ end : jet.Short, /*2*/ increment : jet.Int) - public open override /*1*/ val end : jet.Short - public open override /*1*/ val increment : jet.Int - public open override /*1*/ val start : jet.Short - public open override /*1*/ fun iterator() : jet.ShortIterator + public constructor ShortProgression(/*0*/ start: jet.Short, /*1*/ end: jet.Short, /*2*/ increment: jet.Int) + public open override /*1*/ val end: jet.Short + public open override /*1*/ val increment: jet.Int + public open override /*1*/ val start: jet.Short + public open override /*1*/ fun iterator(): jet.ShortIterator } public final class ShortRange : jet.Range, jet.Progression { - public constructor ShortRange(/*0*/ start : jet.Short, /*1*/ end : jet.Short) - public open override /*2*/ val end : jet.Short - public open override /*1*/ val increment : jet.Int - public open override /*2*/ val start : jet.Short - public open override /*1*/ fun contains(/*0*/ item : jet.Short) : jet.Boolean - public open override /*1*/ fun iterator() : jet.ShortIterator + public constructor ShortRange(/*0*/ start: jet.Short, /*1*/ end: jet.Short) + public open override /*2*/ val end: jet.Short + public open override /*1*/ val increment: jet.Int + public open override /*2*/ val start: jet.Short + public open override /*1*/ fun contains(/*0*/ item: jet.Short): jet.Boolean + public open override /*1*/ fun iterator(): jet.ShortIterator public class object { private constructor () - public final val EMPTY : jet.ShortRange + public final val EMPTY: jet.ShortRange } } public final class String : jet.Comparable, jet.CharSequence { public constructor String() - public open override /*1*/ val length : jet.Int - public open override /*1*/ fun compareTo(/*0*/ that : jet.String) : jet.Int - public final fun equals(/*0*/ other : jet.Any?) : jet.Boolean - public open override /*1*/ fun get(/*0*/ index : jet.Int) : jet.Char - public final fun plus(/*0*/ other : jet.Any?) : jet.String - public open override /*1*/ fun toString() : jet.String + public open override /*1*/ val length: jet.Int + public open override /*1*/ fun compareTo(/*0*/ that: jet.String): jet.Int + public final fun equals(/*0*/ other: jet.Any?): jet.Boolean + public open override /*1*/ fun get(/*0*/ index: jet.Int): jet.Char + public final fun plus(/*0*/ other: jet.Any?): jet.String + public open override /*1*/ fun toString(): jet.String } public open class Throwable { - public constructor Throwable(/*0*/ message : jet.String? = ..., /*1*/ cause : jet.Throwable? = ...) - public final fun getCause() : jet.Throwable? - public final fun getMessage() : jet.String? - public final fun printStackTrace() : jet.Unit + public constructor Throwable(/*0*/ message: jet.String? = ..., /*1*/ cause: jet.Throwable? = ...) + public final fun getCause(): jet.Throwable? + public final fun getMessage(): jet.String? + public final fun printStackTrace(): jet.Unit } public final class Unit { @@ -1500,7 +1500,7 @@ public final class Unit { public class object { private constructor () - public final val VALUE : jet.Unit + public final val VALUE: jet.Unit } } @@ -1513,7 +1513,7 @@ public final annotation class data : jet.Annotation { } public final annotation class deprecated : jet.Annotation { - public constructor deprecated(/*0*/ value : jet.String) + public constructor deprecated(/*0*/ value: jet.String) } public final annotation class volatile : jet.Annotation { diff --git a/compiler/testData/compileKotlinAgainstCustomJava/duplicateLibraries/DuplicateLibraries.txt b/compiler/testData/compileKotlinAgainstCustomJava/duplicateLibraries/DuplicateLibraries.txt index 7f3327e25b9..d36b3924312 100644 --- a/compiler/testData/compileKotlinAgainstCustomJava/duplicateLibraries/DuplicateLibraries.txt +++ b/compiler/testData/compileKotlinAgainstCustomJava/duplicateLibraries/DuplicateLibraries.txt @@ -1,3 +1,3 @@ package test -internal val testObjectProperty : testing.TopLevelObject +internal val testObjectProperty: testing.TopLevelObject diff --git a/compiler/testData/lazyResolve/namespaceComparator/InnerClassNameClash.txt b/compiler/testData/lazyResolve/namespaceComparator/InnerClassNameClash.txt index dedb73fa3ba..14b003777f2 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/InnerClassNameClash.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/InnerClassNameClash.txt @@ -5,7 +5,7 @@ internal final class B { internal final class B { /*primary*/ public constructor B() - internal final fun foo(/*0*/ b : test.B.B.C) : jet.Unit + internal final fun foo(/*0*/ b: test.B.B.C): jet.Unit internal final class C { /*primary*/ public constructor C() diff --git a/compiler/testData/lazyResolve/namespaceComparator/OverrideWithErrors.txt b/compiler/testData/lazyResolve/namespaceComparator/OverrideWithErrors.txt index 1342323b511..83a1dc4397e 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/OverrideWithErrors.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/OverrideWithErrors.txt @@ -2,10 +2,10 @@ package test internal open class A { /*primary*/ public constructor A() - internal open fun foo(/*0*/ a : [ERROR : E]) : jet.Unit + internal open fun foo(/*0*/ a: [ERROR : E]): jet.Unit } internal final class B : test.A { /*primary*/ public constructor B() - internal open override /*1*/ fun foo(/*0*/ a : [ERROR : E]) : jet.Unit + internal open override /*1*/ fun foo(/*0*/ a: [ERROR : E]): jet.Unit } diff --git a/compiler/testData/lazyResolve/namespaceComparator/classObjectHeader.txt b/compiler/testData/lazyResolve/namespaceComparator/classObjectHeader.txt index e8a926a9ca6..f65b6da44a1 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/classObjectHeader.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/classObjectHeader.txt @@ -1,6 +1,6 @@ package test -internal fun testFun(/*0*/ a : jet.Int) : jet.Int +internal fun testFun(/*0*/ a: jet.Int): jet.Int internal final class TestSome { /*primary*/ public constructor TestSome() @@ -11,5 +11,5 @@ internal final class TestSome { } internal open class ToResolve { - /*primary*/ public constructor ToResolve(/*0*/ f : (jet.Int) -> jet.Int) + /*primary*/ public constructor ToResolve(/*0*/ f: (jet.Int) -> jet.Int) } diff --git a/compiler/testData/lazyResolve/namespaceComparator/enum.txt b/compiler/testData/lazyResolve/namespaceComparator/enum.txt index 4484574f10f..e2f0bbe1b9e 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/enum.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/enum.txt @@ -1,27 +1,27 @@ package test internal final enum class Test : jet.Enum { - /*primary*/ private constructor Test(/*0*/ a : jet.Int) - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + /*primary*/ private constructor Test(/*0*/ a: jet.Int) + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { /*primary*/ private constructor () - public final val A : test.Test - public final val B : test.Test - public final fun valueOf(/*0*/ value : jet.String) : test.Test - public final fun values() : jet.Array + public final val A: test.Test + public final val B: test.Test + public final fun valueOf(/*0*/ value: jet.String): test.Test + public final fun values(): jet.Array private enum entry A : test.Test { /*primary*/ private constructor A() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } private enum entry B : test.Test { /*primary*/ private constructor B() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } } } diff --git a/compiler/testData/lazyResolve/namespaceComparator/fileDependencyRecursion.txt b/compiler/testData/lazyResolve/namespaceComparator/fileDependencyRecursion.txt index 8c74c2c23bc..645461606e3 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/fileDependencyRecursion.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/fileDependencyRecursion.txt @@ -1,4 +1,4 @@ package test -internal val fromImported : jet.Int -internal val normal : jet.Int +internal val fromImported: jet.Int +internal val normal: jet.Int diff --git a/compiler/testData/lazyResolve/namespaceComparator/genericFunction.txt b/compiler/testData/lazyResolve/namespaceComparator/genericFunction.txt index 166fce47fdb..8c84c81ea33 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/genericFunction.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/genericFunction.txt @@ -1,3 +1,3 @@ package test -internal fun foo(/*0*/ t : T) : T +internal fun foo(/*0*/ t: T): T diff --git a/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImport.txt b/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImport.txt index 2663b8de892..dca0a551872 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImport.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImport.txt @@ -1,6 +1,6 @@ package test -internal val inferTypeFromImportedFun : jet.Int +internal val inferTypeFromImportedFun: jet.Int internal final class B : testOther.A { /*primary*/ public constructor B() diff --git a/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImportAfterNamedImport.txt b/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImportAfterNamedImport.txt index 5ce403563e0..3f4da553d70 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImportAfterNamedImport.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/importFunctionWithAllUnderImportAfterNamedImport.txt @@ -1,3 +1,3 @@ package test -internal val a : [ERROR : Type for TestFun()] +internal val a: [ERROR : Type for TestFun()] diff --git a/compiler/testData/lazyResolve/namespaceComparator/objectInClass.txt b/compiler/testData/lazyResolve/namespaceComparator/objectInClass.txt index e4e8ce00407..f80c6629e15 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/objectInClass.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/objectInClass.txt @@ -2,10 +2,10 @@ package test internal final class A { /*primary*/ public constructor A() - internal final val B : test.A.B + internal final val B: test.A.B internal object B { /*primary*/ private constructor B() - internal final fun foo(/*0*/ a : jet.Int) : jet.String + internal final fun foo(/*0*/ a: jet.Int): jet.String } } diff --git a/compiler/testData/lazyResolve/namespaceComparator/objectMembers.txt b/compiler/testData/lazyResolve/namespaceComparator/objectMembers.txt index e4a9bd9fbe7..d17a6bf0ff6 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/objectMembers.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/objectMembers.txt @@ -1,8 +1,8 @@ package test -internal val SomeObject : test.SomeObject +internal val SomeObject: test.SomeObject internal object SomeObject { /*primary*/ private constructor SomeObject() - internal final fun test(/*0*/ a : jet.Int) : jet.Int + internal final fun test(/*0*/ a: jet.Int): jet.Int } diff --git a/compiler/testData/lazyResolve/namespaceComparator/packageLevelObject.txt b/compiler/testData/lazyResolve/namespaceComparator/packageLevelObject.txt index c8fc9bfe918..84daf01dfad 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/packageLevelObject.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/packageLevelObject.txt @@ -1,6 +1,6 @@ package test -internal val Bar : test.Bar +internal val Bar: test.Bar internal object Bar { /*primary*/ private constructor Bar() diff --git a/compiler/testData/lazyResolve/namespaceComparator/propertyClassFileDependencyRecursion.txt b/compiler/testData/lazyResolve/namespaceComparator/propertyClassFileDependencyRecursion.txt index 165e96fddf4..89c38cc124f 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/propertyClassFileDependencyRecursion.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/propertyClassFileDependencyRecursion.txt @@ -1,6 +1,6 @@ package test -internal val checkTypeProp : test.PropType? +internal val checkTypeProp: test.PropType? internal final class PropType { /*primary*/ public constructor PropType() diff --git a/compiler/testData/lazyResolve/namespaceComparator/simpleClass.txt b/compiler/testData/lazyResolve/namespaceComparator/simpleClass.txt index 7cdde581482..ef85bd6d95a 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/simpleClass.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/simpleClass.txt @@ -5,24 +5,24 @@ internal final class A { } package p { - internal fun foo() : jet.Unit - internal fun foo(/*0*/ a : test.p.C) : jet.Unit + internal fun foo(): jet.Unit + internal fun foo(/*0*/ a: test.p.C): jet.Unit internal final class C { /*primary*/ public constructor C() - internal final fun f() : jet.Unit + internal final fun f(): jet.Unit } internal open class G { /*primary*/ public constructor G() - internal final fun a() : jet.Unit - internal open fun f() : T + internal final fun a(): jet.Unit + internal open fun f(): T } internal final class G2 : test.p.G { /*primary*/ public constructor G2() - internal final override /*1*/ /*fake_override*/ fun a() : jet.Unit - internal open override /*1*/ fun f() : E - internal final fun g() : E + internal final override /*1*/ /*fake_override*/ fun a(): jet.Unit + internal open override /*1*/ fun f(): E + internal final fun g(): E } } diff --git a/compiler/testData/lazyResolve/namespaceComparator/varargIterator.txt b/compiler/testData/lazyResolve/namespaceComparator/varargIterator.txt index 77f1c430678..1db96aa1bde 100644 --- a/compiler/testData/lazyResolve/namespaceComparator/varargIterator.txt +++ b/compiler/testData/lazyResolve/namespaceComparator/varargIterator.txt @@ -1,6 +1,6 @@ package test internal final class CompositeIterator { - /*primary*/ public constructor CompositeIterator(/*0*/ vararg iterators : java.util.Iterator /*jet.Array>*/) - internal final val iteratorsIter : jet.Iterator> + /*primary*/ public constructor CompositeIterator(/*0*/ vararg iterators: java.util.Iterator /*jet.Array>*/) + internal final val iteratorsIter: jet.Iterator> } diff --git a/compiler/testData/loadJava/compiledJava/JavaEnum.txt b/compiler/testData/loadJava/compiledJava/JavaEnum.txt index 0ac1fdb269a..fe330827207 100644 --- a/compiler/testData/loadJava/compiledJava/JavaEnum.txt +++ b/compiler/testData/loadJava/compiledJava/JavaEnum.txt @@ -2,14 +2,14 @@ package test public final enum class JavaEnum : jet.Enum { private constructor JavaEnum() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int public class object { private constructor () - public final val ANOTHER : test.JavaEnum - public final val ENTRY : test.JavaEnum - public final fun valueOf(/*0*/ value : jet.String) : test.JavaEnum - public final fun values() : jet.Array + public final val ANOTHER: test.JavaEnum + public final val ENTRY: test.JavaEnum + public final fun valueOf(/*0*/ value: jet.String): test.JavaEnum + public final fun values(): jet.Array } } diff --git a/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt b/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt index 0a59bfbc728..c8cba92ecdb 100644 --- a/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt +++ b/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt @@ -2,5 +2,5 @@ package test public open class JFrame : awt.Frame { public constructor JFrame() - protected/*protected and package*/ final var accessibleContext : jet.String? + protected/*protected and package*/ final var accessibleContext: jet.String? } diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithAnnotationInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithAnnotationInParam.txt index 7abf0b8b64e..236cf94587d 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithAnnotationInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithAnnotationInParam.txt @@ -15,33 +15,33 @@ public trait AnnotationWithAnnotationInParam : java.lang.Object { } public final annotation class MyAnnotation : jet.Annotation { - public constructor MyAnnotation(/*0*/ value : jet.String?) - public abstract fun value() : jet.String? + public constructor MyAnnotation(/*0*/ value: jet.String?) + public abstract fun value(): jet.String? } public final annotation class MyAnnotation2 : jet.Annotation { - public constructor MyAnnotation2(/*0*/ vararg value : jet.String? /*jet.Array?*/) - public abstract fun value() : jet.Array? + public constructor MyAnnotation2(/*0*/ vararg value: jet.String? /*jet.Array?*/) + public abstract fun value(): jet.Array? } public final annotation class MyAnnotation3 : jet.Annotation { - public constructor MyAnnotation3(/*0*/ first : jet.String?, /*1*/ second : jet.String?) - public abstract fun first() : jet.String? - public abstract fun second() : jet.String? + public constructor MyAnnotation3(/*0*/ first: jet.String?, /*1*/ second: jet.String?) + public abstract fun first(): jet.String? + public abstract fun second(): jet.String? } public final annotation class MyAnnotationWithParam : jet.Annotation { - public constructor MyAnnotationWithParam(/*0*/ value : test.AnnotationWithAnnotationInParam.MyAnnotation?) - public abstract fun value() : test.AnnotationWithAnnotationInParam.MyAnnotation? + public constructor MyAnnotationWithParam(/*0*/ value: test.AnnotationWithAnnotationInParam.MyAnnotation?) + public abstract fun value(): test.AnnotationWithAnnotationInParam.MyAnnotation? } public final annotation class MyAnnotationWithParam2 : jet.Annotation { - public constructor MyAnnotationWithParam2(/*0*/ value : test.AnnotationWithAnnotationInParam.MyAnnotation2?) - public abstract fun value() : test.AnnotationWithAnnotationInParam.MyAnnotation2? + public constructor MyAnnotationWithParam2(/*0*/ value: test.AnnotationWithAnnotationInParam.MyAnnotation2?) + public abstract fun value(): test.AnnotationWithAnnotationInParam.MyAnnotation2? } public final annotation class MyAnnotationWithParam3 : jet.Annotation { - public constructor MyAnnotationWithParam3(/*0*/ value : test.AnnotationWithAnnotationInParam.MyAnnotation3?) - public abstract fun value() : test.AnnotationWithAnnotationInParam.MyAnnotation3? + public constructor MyAnnotationWithParam3(/*0*/ value: test.AnnotationWithAnnotationInParam.MyAnnotation3?) + public abstract fun value(): test.AnnotationWithAnnotationInParam.MyAnnotation3? } } diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfEnumInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfEnumInParam.txt index 792a5ad334d..34073e0c2a4 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfEnumInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfEnumInParam.txt @@ -3,7 +3,7 @@ package test public trait AnnotationWithArrayOfEnumInParam : java.lang.Object { java.lang.annotation.Target(value = [ElementType.FIELD, ElementType.CONSTRUCTOR]: jet.Array?) public final annotation class targetAnnotation : jet.Annotation { - public constructor targetAnnotation(/*0*/ value : jet.String?) - public abstract fun value() : jet.String? + public constructor targetAnnotation(/*0*/ value: jet.String?) + public abstract fun value(): jet.String? } } diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfStringInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfStringInParam.txt index 487bd475048..eb6dff427c5 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfStringInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithArrayOfStringInParam.txt @@ -7,7 +7,7 @@ public trait AnnotationWithArrayOfStringInParam : java.lang.Object { } public final annotation class MyAnnotation : jet.Annotation { - public constructor MyAnnotation(/*0*/ vararg value : jet.String? /*jet.Array?*/) - public abstract fun value() : jet.Array? + public constructor MyAnnotation(/*0*/ vararg value: jet.String? /*jet.Array?*/) + public abstract fun value(): jet.Array? } } diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEmptyArrayInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEmptyArrayInParam.txt index 230f6657e3f..ebbf53a8bff 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEmptyArrayInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEmptyArrayInParam.txt @@ -7,7 +7,7 @@ public trait AnnotationWithEmptyArrayInParam : java.lang.Object { } public final annotation class MyAnnotation : jet.Annotation { - public constructor MyAnnotation(/*0*/ vararg value : jet.String? /*jet.Array?*/) - public abstract fun value() : jet.Array? + public constructor MyAnnotation(/*0*/ vararg value: jet.String? /*jet.Array?*/) + public abstract fun value(): jet.Array? } } diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEnumInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEnumInParam.txt index ee23b28ed19..5787ddab17d 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEnumInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotationWithEnumInParam.txt @@ -3,7 +3,7 @@ package test public trait AnnotationWithEnumInParam : java.lang.Object { java.lang.annotation.Retention(value = RetentionPolicy.RUNTIME: java.lang.annotation.RetentionPolicy) public final annotation class RetentionAnnotation : jet.Annotation { - public constructor RetentionAnnotation(/*0*/ value : jet.String?) - public abstract fun value() : jet.String? + public constructor RetentionAnnotation(/*0*/ value: jet.String?) + public abstract fun value(): jet.String? } } diff --git a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt index 9f53dd51cd5..b218cf0206b 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt @@ -3,20 +3,20 @@ package test public trait CustomAnnotation : java.lang.Object { public final annotation class MyAnnotation : jet.Annotation { - public constructor MyAnnotation(/*0*/ value : test.CustomAnnotation.MyEnum?) - public abstract fun value() : test.CustomAnnotation.MyEnum? + public constructor MyAnnotation(/*0*/ value: test.CustomAnnotation.MyEnum?) + public abstract fun value(): test.CustomAnnotation.MyEnum? } public final enum class MyEnum : jet.Enum { private constructor MyEnum() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int public class object { private constructor () - public final val ONE : test.CustomAnnotation.MyEnum - public final fun valueOf(/*0*/ value : jet.String) : test.CustomAnnotation.MyEnum - public final fun values() : jet.Array + public final val ONE: test.CustomAnnotation.MyEnum + public final fun valueOf(/*0*/ value: jet.String): test.CustomAnnotation.MyEnum + public final fun values(): jet.Array } } diff --git a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt index ae2084aafcc..b32b11af70d 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt @@ -3,9 +3,9 @@ package test public trait CustomAnnotationWithDefaultParameter : java.lang.Object { public final annotation class MyAnnotation : jet.Annotation { - public constructor MyAnnotation(/*0*/ first : jet.String?, /*1*/ second : jet.String? = ...) - public abstract fun first() : jet.String? - public abstract fun second() : jet.String? + public constructor MyAnnotation(/*0*/ first: jet.String?, /*1*/ second: jet.String? = ...) + public abstract fun first(): jet.String? + public abstract fun second(): jet.String? } test.CustomAnnotationWithDefaultParameter.MyAnnotation(first = "f": jet.String, second = "s": jet.String) public open class MyTest : java.lang.Object { diff --git a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt index 4f06acffb22..c0fc2419580 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt @@ -3,12 +3,12 @@ package test public trait RecursiveAnnotation : java.lang.Object { test.RecursiveAnnotation.B(value = A[value = "test"]: test.RecursiveAnnotation.A) public final annotation class A : jet.Annotation { - public constructor A(/*0*/ value : jet.String?) - public abstract fun value() : jet.String? + public constructor A(/*0*/ value: jet.String?) + public abstract fun value(): jet.String? } test.RecursiveAnnotation.B(value = A[value = "test"]: test.RecursiveAnnotation.A) public final annotation class B : jet.Annotation { - public constructor B(/*0*/ value : test.RecursiveAnnotation.A?) - public abstract fun value() : test.RecursiveAnnotation.A? + public constructor B(/*0*/ value: test.RecursiveAnnotation.A?) + public abstract fun value(): test.RecursiveAnnotation.A? } } diff --git a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt index 0b32ccd8cf0..b815c3fe7d8 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt @@ -3,12 +3,12 @@ package test public trait RecursiveAnnotation2 : java.lang.Object { public final annotation class A : jet.Annotation { - public constructor A(/*0*/ value : test.RecursiveAnnotation2.B?) - public abstract fun value() : test.RecursiveAnnotation2.B? + public constructor A(/*0*/ value: test.RecursiveAnnotation2.B?) + public abstract fun value(): test.RecursiveAnnotation2.B? } test.RecursiveAnnotation2.A(value = B[value = "test"]: test.RecursiveAnnotation2.B) public final annotation class B : jet.Annotation { - public constructor B(/*0*/ value : jet.String?) - public abstract fun value() : jet.String? + public constructor B(/*0*/ value: jet.String?) + public abstract fun value(): jet.String? } } diff --git a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt index c512d8db4a5..7c58db2484a 100644 --- a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt +++ b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt @@ -2,5 +2,5 @@ package test public open class ProtectedPackageFun : java.lang.Object { public constructor ProtectedPackageFun() - protected/*protected and package*/ open fun foo() : jet.Unit + protected/*protected and package*/ open fun foo(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt index 884a0d99f50..f61e88c768b 100644 --- a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt +++ b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt @@ -2,5 +2,5 @@ package test public open class ProtectedPackageProperty : java.lang.Object { public constructor ProtectedPackageProperty() - protected/*protected and package*/ final var foo : jet.Int + protected/*protected and package*/ final var foo: jet.Int } diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt index ad0eea66274..e28f7bf4c0c 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt @@ -3,14 +3,14 @@ package test public trait ArraysInSubtypes : java.lang.Object { public trait Sub : test.ArraysInSubtypes.Super { - public abstract override /*1*/ fun array() : jet.Array? - public abstract override /*1*/ fun listOfArray() : jet.MutableList?>? - public abstract override /*1*/ fun objArray() : jet.Array? + public abstract override /*1*/ fun array(): jet.Array? + public abstract override /*1*/ fun listOfArray(): jet.MutableList?>? + public abstract override /*1*/ fun objArray(): jet.Array? } public trait Super : java.lang.Object { - public abstract fun array() : jet.Array? - public abstract fun listOfArray() : jet.MutableList?>? - public abstract fun objArray() : jet.Array? + public abstract fun array(): jet.Array? + public abstract fun listOfArray(): jet.MutableList?>? + public abstract fun objArray(): jet.Array? } } diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt index ff574930690..8f68743f10b 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt @@ -3,11 +3,11 @@ package test public trait MethodTypeParameterErased : java.lang.Object { public trait Bug : java.lang.Object { - public abstract fun ?> save() : RET? + public abstract fun ?> save(): RET? } public open class SubBug : test.MethodTypeParameterErased.Bug { public constructor SubBug() - public open fun save() : test.MethodTypeParameterErased.SubBug? + public open fun save(): test.MethodTypeParameterErased.SubBug? } } diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt index 1332fec0da8..a68ad4d5d88 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt @@ -5,14 +5,14 @@ public open class RawSuperType : java.lang.Object { public open inner class Derived : test.RawSuperType.Super { public constructor Derived() - public open override /*1*/ fun foo(/*0*/ p0 : jet.Any?) : jet.Unit + public open override /*1*/ fun foo(/*0*/ p0: jet.Any?): jet.Unit } public trait Super : java.lang.Object { - public abstract fun foo(/*0*/ p0 : T?) : jet.Unit + public abstract fun foo(/*0*/ p0: T?): jet.Unit } } package RawSuperType { - public /*synthesized*/ fun Super(/*0*/ function : (T?) -> jet.Unit) : test.RawSuperType.Super + public /*synthesized*/ fun Super(/*0*/ function: (T?) -> jet.Unit): test.RawSuperType.Super } diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt index 83e44cd68e8..cce2839dab5 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt @@ -7,7 +7,7 @@ public trait ReturnInnerSubclassOfSupersInner : java.lang.Object { public/*package*/ open inner class Inner : test.ReturnInnerSubclassOfSupersInner.Super.Inner { public/*package*/ constructor Inner() - public/*package*/ open override /*1*/ fun get() : test.ReturnInnerSubclassOfSupersInner.Sub? + public/*package*/ open override /*1*/ fun get(): test.ReturnInnerSubclassOfSupersInner.Sub? } } @@ -16,7 +16,7 @@ public trait ReturnInnerSubclassOfSupersInner : java.lang.Object { public/*package*/ open inner class Inner : java.lang.Object { public/*package*/ constructor Inner() - public/*package*/ open fun get() : test.ReturnInnerSubclassOfSupersInner.Super? + public/*package*/ open fun get(): test.ReturnInnerSubclassOfSupersInner.Super? } } } diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt index a6fabb08cda..32bf28713a5 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt @@ -3,24 +3,24 @@ package test public trait SubclassWithRawType : java.lang.Object { public trait Sub : test.SubclassWithRawType.Super { - public abstract override /*1*/ fun array1() : jet.Array>? - public abstract override /*1*/ fun array2() : jet.Array>? - public abstract override /*1*/ fun boundWildcard1() : jet.MutableList?>? - public abstract override /*1*/ fun boundWildcard2() : jet.MutableList?>? - public abstract override /*1*/ fun simple1() : jet.MutableList? - public abstract override /*1*/ fun simple2() : jet.MutableList?>? - public abstract override /*1*/ fun simple3() : jet.MutableList? - public abstract override /*1*/ fun wildcard() : jet.MutableList? + public abstract override /*1*/ fun array1(): jet.Array>? + public abstract override /*1*/ fun array2(): jet.Array>? + public abstract override /*1*/ fun boundWildcard1(): jet.MutableList?>? + public abstract override /*1*/ fun boundWildcard2(): jet.MutableList?>? + public abstract override /*1*/ fun simple1(): jet.MutableList? + public abstract override /*1*/ fun simple2(): jet.MutableList?>? + public abstract override /*1*/ fun simple3(): jet.MutableList? + public abstract override /*1*/ fun wildcard(): jet.MutableList? } public trait Super : java.lang.Object { - public abstract fun array1() : jet.Array>? - public abstract fun array2() : jet.Array>? - public abstract fun boundWildcard1() : jet.MutableList?>? - public abstract fun boundWildcard2() : jet.MutableList?>? - public abstract fun simple1() : jet.MutableList? - public abstract fun simple2() : jet.MutableList? - public abstract fun simple3() : jet.MutableList? - public abstract fun wildcard() : jet.MutableList? + public abstract fun array1(): jet.Array>? + public abstract fun array2(): jet.Array>? + public abstract fun boundWildcard1(): jet.MutableList?>? + public abstract fun boundWildcard2(): jet.MutableList?>? + public abstract fun simple1(): jet.MutableList? + public abstract fun simple2(): jet.MutableList? + public abstract fun simple3(): jet.MutableList? + public abstract fun wildcard(): jet.MutableList? } } diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt index c56a8c46818..fa8c96def25 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt @@ -1,20 +1,20 @@ package test -public /*synthesized*/ fun TwoSuperclassesInconsistentGenericTypes(/*0*/ function : () -> jet.MutableList) : test.TwoSuperclassesInconsistentGenericTypes +public /*synthesized*/ fun TwoSuperclassesInconsistentGenericTypes(/*0*/ function: () -> jet.MutableList): test.TwoSuperclassesInconsistentGenericTypes public trait TwoSuperclassesInconsistentGenericTypes : java.lang.Object { - public abstract fun foo() : jet.MutableList + public abstract fun foo(): jet.MutableList public trait Other : java.lang.Object { - public abstract fun foo() : jet.MutableList? + public abstract fun foo(): jet.MutableList? } public open class Sub : test.TwoSuperclassesInconsistentGenericTypes, test.TwoSuperclassesInconsistentGenericTypes.Other { public constructor Sub() - public open override /*2*/ fun foo() : jet.MutableList + public open override /*2*/ fun foo(): jet.MutableList } } package TwoSuperclassesInconsistentGenericTypes { - public /*synthesized*/ fun Other(/*0*/ function : () -> jet.MutableList?) : test.TwoSuperclassesInconsistentGenericTypes.Other + public /*synthesized*/ fun Other(/*0*/ function: () -> jet.MutableList?): test.TwoSuperclassesInconsistentGenericTypes.Other } diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt index 973f5862043..5a30af4cd9a 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt @@ -3,20 +3,20 @@ package test public trait TwoSuperclassesVarargAndNot : java.lang.Object { public trait Sub : test.TwoSuperclassesVarargAndNot.Super1, test.TwoSuperclassesVarargAndNot.Super2 { - public abstract override /*1*/ /*fake_override*/ fun foo(/*0*/ vararg p0 : jet.String? /*jet.Array*/) : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.Array?) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun foo(/*0*/ vararg p0: jet.String? /*jet.Array*/): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.Array?): jet.Unit } public trait Super1 : java.lang.Object { - public abstract fun foo(/*0*/ vararg p0 : jet.String? /*jet.Array*/) : jet.Unit + public abstract fun foo(/*0*/ vararg p0: jet.String? /*jet.Array*/): jet.Unit } public trait Super2 : java.lang.Object { - public abstract fun foo(/*0*/ p0 : jet.Array?) : jet.Unit + public abstract fun foo(/*0*/ p0: jet.Array?): jet.Unit } } package TwoSuperclassesVarargAndNot { - public /*synthesized*/ fun Super1(/*0*/ function : (jet.Array) -> jet.Unit) : test.TwoSuperclassesVarargAndNot.Super1 - public /*synthesized*/ fun Super2(/*0*/ function : (jet.Array?) -> jet.Unit) : test.TwoSuperclassesVarargAndNot.Super2 + public /*synthesized*/ fun Super1(/*0*/ function: (jet.Array) -> jet.Unit): test.TwoSuperclassesVarargAndNot.Super1 + public /*synthesized*/ fun Super2(/*0*/ function: (jet.Array?) -> jet.Unit): test.TwoSuperclassesVarargAndNot.Super2 } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Comparator.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Comparator.txt index db9c7ae8931..3f4a0c7c2e2 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Comparator.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Comparator.txt @@ -1,7 +1,7 @@ package test -public /*synthesized*/ fun Comparator(/*0*/ function : (T?, T?) -> jet.Int) : test.Comparator +public /*synthesized*/ fun Comparator(/*0*/ function: (T?, T?) -> jet.Int): test.Comparator public trait Comparator : java.lang.Object { - public abstract fun compare(/*0*/ p0 : T?, /*1*/ p1 : T?) : jet.Int + public abstract fun compare(/*0*/ p0: T?, /*1*/ p1: T?): jet.Int } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/FilenameFilter.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/FilenameFilter.txt index 49589535d98..f485517810c 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/FilenameFilter.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/FilenameFilter.txt @@ -1,7 +1,7 @@ package test -public /*synthesized*/ fun FilenameFilter(/*0*/ function : (java.io.File?, jet.String?) -> jet.Boolean) : test.FilenameFilter +public /*synthesized*/ fun FilenameFilter(/*0*/ function: (java.io.File?, jet.String?) -> jet.Boolean): test.FilenameFilter public trait FilenameFilter : java.lang.Object { - public abstract fun accept(/*0*/ p0 : java.io.File?, /*1*/ p1 : jet.String?) : jet.Boolean + public abstract fun accept(/*0*/ p0: java.io.File?, /*1*/ p1: jet.String?): jet.Boolean } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParameterWithSelfBound.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParameterWithSelfBound.txt index a136c992d7c..8e3184acedb 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParameterWithSelfBound.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParameterWithSelfBound.txt @@ -1,7 +1,7 @@ package test -public /*synthesized*/ fun ?> GenericInterfaceParameterWithSelfBound(/*0*/ function : (T?) -> T?) : test.GenericInterfaceParameterWithSelfBound +public /*synthesized*/ fun ?> GenericInterfaceParameterWithSelfBound(/*0*/ function: (T?) -> T?): test.GenericInterfaceParameterWithSelfBound public trait GenericInterfaceParameterWithSelfBound?> : java.lang.Object { - public abstract fun method(/*0*/ p0 : T?) : T? + public abstract fun method(/*0*/ p0: T?): T? } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParametersWithBounds.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParametersWithBounds.txt index 6b0e3f65043..b88f28d1d86 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParametersWithBounds.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericInterfaceParametersWithBounds.txt @@ -1,7 +1,7 @@ package test -public /*synthesized*/ fun ?> GenericInterfaceParametersWithBounds(/*0*/ function : (jet.Array?, B?) -> jet.Unit) : test.GenericInterfaceParametersWithBounds where A : jet.Comparable?, A : java.lang.Cloneable? +public /*synthesized*/ fun ?, /*1*/ B : jet.List?> GenericInterfaceParametersWithBounds(/*0*/ function: (jet.Array?, B?) -> jet.Unit): test.GenericInterfaceParametersWithBounds where A : java.lang.Cloneable? -public trait GenericInterfaceParametersWithBounds?> : java.lang.Object where A : jet.Comparable?, A : java.lang.Cloneable? { - public abstract fun method(/*0*/ p0 : jet.Array?, /*1*/ p1 : B?) : jet.Unit +public trait GenericInterfaceParametersWithBounds?, /*1*/ B : jet.List?> : java.lang.Object where A : java.lang.Cloneable? { + public abstract fun method(/*0*/ p0: jet.Array?, /*1*/ p1: B?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericMethodParameters.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericMethodParameters.txt index ad9506c4cb8..f41d3eea2e5 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericMethodParameters.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/GenericMethodParameters.txt @@ -1,5 +1,5 @@ package test public trait GenericMethodParameters : java.lang.Object { - public abstract fun ?> method(/*0*/ p0 : jet.Array?, /*1*/ p1 : B?) : jet.Unit + public abstract fun ?> method(/*0*/ p0: jet.Array?, /*1*/ p1: B?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Nested.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Nested.txt index 0846c48a143..9c18eb730c7 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Nested.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Nested.txt @@ -5,27 +5,27 @@ public trait Nested : java.lang.Object { public trait Deeper1 : java.lang.Object { public trait Runnable : java.lang.Object { - public abstract fun run() : jet.Unit - public abstract fun run2() : jet.Unit + public abstract fun run(): jet.Unit + public abstract fun run2(): jet.Unit } } public trait Deeper2 : java.lang.Object { public trait Runnable : java.lang.Object { - public abstract fun run() : jet.Unit + public abstract fun run(): jet.Unit } } public trait Runnable : java.lang.Object { - public abstract fun run() : jet.Unit + public abstract fun run(): jet.Unit } } package Nested { - public /*synthesized*/ fun Runnable(/*0*/ function : () -> jet.Unit) : test.Nested.Runnable + public /*synthesized*/ fun Runnable(/*0*/ function: () -> jet.Unit): test.Nested.Runnable package Deeper2 { - public /*synthesized*/ fun Runnable(/*0*/ function : () -> jet.Unit) : test.Nested.Deeper2.Runnable + public /*synthesized*/ fun Runnable(/*0*/ function: () -> jet.Unit): test.Nested.Deeper2.Runnable } } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Runnable.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Runnable.txt index afe6b191f68..fcb65939c74 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Runnable.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/Runnable.txt @@ -1,7 +1,7 @@ package test -public /*synthesized*/ fun Runnable(/*0*/ function : () -> jet.Unit) : test.Runnable +public /*synthesized*/ fun Runnable(/*0*/ function: () -> jet.Unit): test.Runnable public trait Runnable : java.lang.Object { - public abstract fun run() : jet.Unit + public abstract fun run(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/Basic.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/Basic.txt index 8260f415824..fcc00409eae 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/Basic.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/Basic.txt @@ -2,11 +2,11 @@ package test public open class Basic : java.lang.Object { public constructor Basic() - public open /*synthesized*/ fun foo(/*0*/ p0 : (() -> jet.Unit)?) : jet.Unit - public open fun foo(/*0*/ p0 : java.lang.Runnable?) : jet.Unit + public open /*synthesized*/ fun foo(/*0*/ p0: (() -> jet.Unit)?): jet.Unit + public open fun foo(/*0*/ p0: java.lang.Runnable?): jet.Unit } package Basic { - public open /*synthesized*/ fun bar(/*0*/ p0 : (() -> jet.Unit)?) : jet.Unit - public open fun bar(/*0*/ p0 : java.lang.Runnable?) : jet.Unit + public open /*synthesized*/ fun bar(/*0*/ p0: (() -> jet.Unit)?): jet.Unit + public open fun bar(/*0*/ p0: java.lang.Runnable?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/NonTrivialFunctionType.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/NonTrivialFunctionType.txt index 19dde4aa535..b23b5d30ba7 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/NonTrivialFunctionType.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/NonTrivialFunctionType.txt @@ -2,11 +2,11 @@ package test public open class NonTrivialFunctionType : java.lang.Object { public constructor NonTrivialFunctionType() - public open /*synthesized*/ fun foo(/*0*/ p0 : ((java.io.File?, jet.String?) -> jet.Boolean)?) : jet.Unit - public open /*synthesized*/ fun foo(/*0*/ p0 : ((jet.String?, jet.String?) -> jet.Int)?) : jet.Unit - public open fun foo(/*0*/ p0 : java.io.FilenameFilter?) : jet.Unit - public open fun foo(/*0*/ p0 : java.util.Comparator?) : jet.Unit - public open /*synthesized*/ fun wildcardBound(/*0*/ p0 : ((jet.CharSequence?, jet.CharSequence?) -> jet.Int)?) : jet.Unit - public open fun wildcardBound(/*0*/ p0 : java.util.Comparator?) : jet.Unit - public open fun wildcardUnbound(/*0*/ p0 : java.util.Comparator?) : jet.Unit + public open /*synthesized*/ fun foo(/*0*/ p0: ((java.io.File?, jet.String?) -> jet.Boolean)?): jet.Unit + public open /*synthesized*/ fun foo(/*0*/ p0: ((jet.String?, jet.String?) -> jet.Int)?): jet.Unit + public open fun foo(/*0*/ p0: java.io.FilenameFilter?): jet.Unit + public open fun foo(/*0*/ p0: java.util.Comparator?): jet.Unit + public open /*synthesized*/ fun wildcardBound(/*0*/ p0: ((jet.CharSequence?, jet.CharSequence?) -> jet.Int)?): jet.Unit + public open fun wildcardBound(/*0*/ p0: java.util.Comparator?): jet.Unit + public open fun wildcardUnbound(/*0*/ p0: java.util.Comparator?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/SeveralSamParameters.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/SeveralSamParameters.txt index e822f4d6b55..916e51aeea5 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/SeveralSamParameters.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/SeveralSamParameters.txt @@ -5,6 +5,6 @@ public open class SeveralSamParameters : java.lang.Object { } package SeveralSamParameters { - public open /*synthesized*/ fun findMaxAndInvokeCallback(/*0*/ p0 : ((jet.String?, jet.String?) -> jet.Int)?, /*1*/ p1 : jet.String?, /*2*/ p2 : jet.String?, /*3*/ p3 : (() -> jet.Unit)?) : jet.String? - public open fun findMaxAndInvokeCallback(/*0*/ p0 : java.util.Comparator?, /*1*/ p1 : jet.String?, /*2*/ p2 : jet.String?, /*3*/ p3 : java.lang.Runnable?) : jet.String? + public open /*synthesized*/ fun findMaxAndInvokeCallback(/*0*/ p0: ((jet.String?, jet.String?) -> jet.Int)?, /*1*/ p1: jet.String?, /*2*/ p2: jet.String?, /*3*/ p3: (() -> jet.Unit)?): jet.String? + public open fun findMaxAndInvokeCallback(/*0*/ p0: java.util.Comparator?, /*1*/ p1: jet.String?, /*2*/ p2: jet.String?, /*3*/ p3: java.lang.Runnable?): jet.String? } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfClass.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfClass.txt index 71381c70949..cc5c4dfc788 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfClass.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfClass.txt @@ -2,6 +2,6 @@ package test public open class TypeParameterOfClass : java.lang.Object { public constructor TypeParameterOfClass() - public open /*synthesized*/ fun foo(/*0*/ p0 : ((T?, T?) -> jet.Int)?) : jet.Unit - public open fun foo(/*0*/ p0 : java.util.Comparator?) : jet.Unit + public open /*synthesized*/ fun foo(/*0*/ p0: ((T?, T?) -> jet.Int)?): jet.Unit + public open fun foo(/*0*/ p0: java.util.Comparator?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfMethod.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfMethod.txt index c53c07ca2dc..2e821387723 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfMethod.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfMethod.txt @@ -5,10 +5,10 @@ public open class TypeParameterOfMethod : java.lang.Object { } package TypeParameterOfMethod { - public open /*synthesized*/ fun max(/*0*/ p0 : ((T?, T?) -> jet.Int)?, /*1*/ p1 : T?, /*2*/ p2 : T?) : T? - public open fun max(/*0*/ p0 : java.util.Comparator?, /*1*/ p1 : T?, /*2*/ p2 : T?) : T? - public open /*synthesized*/ fun max2(/*0*/ p0 : ((T?, T?) -> jet.Int)?, /*1*/ p1 : T?, /*2*/ p2 : T?) : T? - public open fun max2(/*0*/ p0 : java.util.Comparator?, /*1*/ p1 : T?, /*2*/ p2 : T?) : T? - public open /*synthesized*/ fun ?> method(/*0*/ p0 : ((A?, A?) -> jet.Int)?, /*1*/ p1 : B?) : jet.Unit - public open fun ?> method(/*0*/ p0 : java.util.Comparator?, /*1*/ p1 : B?) : jet.Unit + public open /*synthesized*/ fun max(/*0*/ p0: ((T?, T?) -> jet.Int)?, /*1*/ p1: T?, /*2*/ p2: T?): T? + public open fun max(/*0*/ p0: java.util.Comparator?, /*1*/ p1: T?, /*2*/ p2: T?): T? + public open /*synthesized*/ fun max2(/*0*/ p0: ((T?, T?) -> jet.Int)?, /*1*/ p1: T?, /*2*/ p2: T?): T? + public open fun max2(/*0*/ p0: java.util.Comparator?, /*1*/ p1: T?, /*2*/ p2: T?): T? + public open /*synthesized*/ fun ?> method(/*0*/ p0: ((A?, A?) -> jet.Int)?, /*1*/ p1: B?): jet.Unit + public open fun ?> method(/*0*/ p0: java.util.Comparator?, /*1*/ p1: B?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfOuterClass.txt b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfOuterClass.txt index 7db0f2abf5c..e60128de6e3 100644 --- a/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfOuterClass.txt +++ b/compiler/testData/loadJava/compiledJava/singleAbstractMethod/adapter/TypeParameterOfOuterClass.txt @@ -5,7 +5,7 @@ public open class TypeParameterOfOuterClass : java.lang.Object { public open inner class Inner : java.lang.Object { public constructor Inner() - public open /*synthesized*/ fun foo(/*0*/ p0 : ((T?, T?) -> jet.Int)?) : jet.Unit - public open fun foo(/*0*/ p0 : java.util.Comparator?) : jet.Unit + public open /*synthesized*/ fun foo(/*0*/ p0: ((T?, T?) -> jet.Int)?): jet.Unit + public open fun foo(/*0*/ p0: java.util.Comparator?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt b/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt index a5e41dca5f0..965fddfe884 100644 --- a/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt +++ b/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt @@ -5,15 +5,15 @@ public open class DeeplyInnerClass : java.lang.Object { public/*package*/ open inner class A : java.lang.Object { public/*package*/ constructor A() - public/*package*/ open fun a() : jet.Unit + public/*package*/ open fun a(): jet.Unit public/*package*/ open inner class B : java.lang.Object { public/*package*/ constructor B() - public/*package*/ open fun b() : jet.Unit + public/*package*/ open fun b(): jet.Unit public/*package*/ open inner class C : java.lang.Object { public/*package*/ constructor C() - public/*package*/ open fun c() : jet.Unit + public/*package*/ open fun c(): jet.Unit } } } diff --git a/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt b/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt index 479c8f8e3d7..f16889c2ab8 100644 --- a/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt +++ b/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt @@ -17,7 +17,7 @@ package DeeplyNestedStatic { package Foo { package Bar { - public open fun method() : jet.Unit + public open fun method(): jet.Unit } } } diff --git a/compiler/testData/loadJava/compiledJava/static/Enum.txt b/compiler/testData/loadJava/compiledJava/static/Enum.txt index 20862b9235b..08b7e4be39d 100644 --- a/compiler/testData/loadJava/compiledJava/static/Enum.txt +++ b/compiler/testData/loadJava/compiledJava/static/Enum.txt @@ -2,27 +2,27 @@ package test public final enum class Enum : jet.Enum { private constructor Enum() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int public class object { private constructor () - public final val A : test.Enum - public final val B : test.Enum - public final val C : test.Enum - public final fun valueOf(/*0*/ value : jet.String) : test.Enum - public final fun values() : jet.Array + public final val A: test.Enum + public final val B: test.Enum + public final val C: test.Enum + public final fun valueOf(/*0*/ value: jet.String): test.Enum + public final fun values(): jet.Array } public open inner class Inner : java.lang.Object { public constructor Inner() - public/*package*/ open fun bar() : jet.Unit - public/*package*/ open fun valueOf(/*0*/ p0 : jet.String?) : jet.Unit + public/*package*/ open fun bar(): jet.Unit + public/*package*/ open fun valueOf(/*0*/ p0: jet.String?): jet.Unit } public open class Nested : java.lang.Object { public constructor Nested() - public/*package*/ open fun foo() : jet.Unit - public/*package*/ open fun values() : jet.Unit + public/*package*/ open fun foo(): jet.Unit + public/*package*/ open fun values(): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJava/static/InnerClass.txt b/compiler/testData/loadJava/compiledJava/static/InnerClass.txt index f2c487c832a..0a73c937646 100644 --- a/compiler/testData/loadJava/compiledJava/static/InnerClass.txt +++ b/compiler/testData/loadJava/compiledJava/static/InnerClass.txt @@ -5,11 +5,11 @@ public open class InnerClass : java.lang.Object { public open inner class Inner : java.lang.Object { public constructor Inner() - public open fun foo() : jet.Unit + public open fun foo(): jet.Unit } public open class Nested : java.lang.Object { public constructor Nested() - public open fun bar() : jet.Unit + public open fun bar(): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJava/static/Simple.txt b/compiler/testData/loadJava/compiledJava/static/Simple.txt index a190b9ed94c..a04ed938dc2 100644 --- a/compiler/testData/loadJava/compiledJava/static/Simple.txt +++ b/compiler/testData/loadJava/compiledJava/static/Simple.txt @@ -2,9 +2,9 @@ package test public open class Simple : java.lang.Object { public constructor Simple() - public open fun foo() : jet.Unit + public open fun foo(): jet.Unit } package Simple { - public open fun bar() : jet.Unit + public open fun bar(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt b/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt index 5f3c6331db1..97cc3799f79 100644 --- a/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt +++ b/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt @@ -5,5 +5,5 @@ public open class StaticFinal : java.lang.Object { } package StaticFinal { - public val foo : jet.String + public val foo: jet.String } diff --git a/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt b/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt index b75b34c6bea..7f649452635 100644 --- a/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt +++ b/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt @@ -2,21 +2,21 @@ package test public final enum class StaticMembersInEnum : jet.Enum { private constructor StaticMembersInEnum() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int public class object { private constructor () - public final val ENTRY : test.StaticMembersInEnum - public final fun valueOf(/*0*/ value : jet.String) : test.StaticMembersInEnum - public final fun values() : jet.Array + public final val ENTRY: test.StaticMembersInEnum + public final fun valueOf(/*0*/ value: jet.String): test.StaticMembersInEnum + public final fun values(): jet.Array } } package StaticMembersInEnum { - public val CONSTANT : test.StaticMembersInEnum - public var STATIC_FIELD : jet.Int - public open fun foo() : jet.Unit - public open fun valueOf(/*0*/ p0 : jet.Int) : jet.Unit - public open fun values(/*0*/ p0 : jet.Int) : jet.Unit + public val CONSTANT: test.StaticMembersInEnum + public var STATIC_FIELD: jet.Int + public open fun foo(): jet.Unit + public open fun valueOf(/*0*/ p0: jet.Int): jet.Unit + public open fun values(/*0*/ p0: jet.Int): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ArrayTypeVariance.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ArrayTypeVariance.txt index 396b943eaf9..dd2a9997b85 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ArrayTypeVariance.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ArrayTypeVariance.txt @@ -2,5 +2,5 @@ package test public final class ArrayTypeVariance : java.lang.Object { public constructor ArrayTypeVariance() - public final fun toArray(/*0*/ p0 : jet.Array?) : jet.Array? + public final fun toArray(/*0*/ p0: jet.Array?): jet.Array? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassDoesNotOverrideMethod.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassDoesNotOverrideMethod.txt index 3273fc04723..7fe392d2dec 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassDoesNotOverrideMethod.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassDoesNotOverrideMethod.txt @@ -2,25 +2,25 @@ package test public abstract class ClassDoesNotOverrideMethod : java.util.Date { public constructor ClassDoesNotOverrideMethod() - public open override /*1*/ /*fake_override*/ fun after(/*0*/ p0 : java.util.Date) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun before(/*0*/ p0 : java.util.Date) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun compareTo(/*0*/ p0 : java.util.Date) : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getDate() : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getDay() : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getHours() : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getMinutes() : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getMonth() : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getSeconds() : jet.Int - public open override /*1*/ /*fake_override*/ fun getTime() : jet.Long - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getTimezoneOffset() : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getYear() : jet.Int - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setDate(/*0*/ p0 : jet.Int) : jet.Unit - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setHours(/*0*/ p0 : jet.Int) : jet.Unit - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setMinutes(/*0*/ p0 : jet.Int) : jet.Unit - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setMonth(/*0*/ p0 : jet.Int) : jet.Unit - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setSeconds(/*0*/ p0 : jet.Int) : jet.Unit - public open override /*1*/ /*fake_override*/ fun setTime(/*0*/ p0 : jet.Long) : jet.Unit - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setYear(/*0*/ p0 : jet.Int) : jet.Unit - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun toGMTString() : jet.String - jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun toLocaleString() : jet.String + public open override /*1*/ /*fake_override*/ fun after(/*0*/ p0: java.util.Date): jet.Boolean + public open override /*1*/ /*fake_override*/ fun before(/*0*/ p0: java.util.Date): jet.Boolean + public open override /*1*/ /*fake_override*/ fun compareTo(/*0*/ p0: java.util.Date): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getDate(): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getDay(): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getHours(): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getMinutes(): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getMonth(): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getSeconds(): jet.Int + public open override /*1*/ /*fake_override*/ fun getTime(): jet.Long + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getTimezoneOffset(): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun getYear(): jet.Int + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setDate(/*0*/ p0: jet.Int): jet.Unit + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setHours(/*0*/ p0: jet.Int): jet.Unit + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setMinutes(/*0*/ p0: jet.Int): jet.Unit + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setMonth(/*0*/ p0: jet.Int): jet.Unit + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setSeconds(/*0*/ p0: jet.Int): jet.Unit + public open override /*1*/ /*fake_override*/ fun setTime(/*0*/ p0: jet.Long): jet.Unit + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun setYear(/*0*/ p0: jet.Int): jet.Unit + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun toGMTString(): jet.String + jet.deprecated(value = "Deprecated in Java": jet.String) public open override /*1*/ /*fake_override*/ fun toLocaleString(): jet.String } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassWithTypePExtendsIterableP.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassWithTypePExtendsIterableP.txt index 4078183b50a..ab5070fb1f4 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassWithTypePExtendsIterableP.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassWithTypePExtendsIterableP.txt @@ -2,5 +2,5 @@ package test public abstract class ClassWithTypePExtendsIterableP : jet.MutableIterable

{ public constructor ClassWithTypePExtendsIterableP() - public abstract override /*1*/ /*fake_override*/ fun iterator() : jet.MutableIterator

+ public abstract override /*1*/ /*fake_override*/ fun iterator(): jet.MutableIterator

} diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldAsVar.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldAsVar.txt index 60f75388809..ee4bf0b0578 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldAsVar.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldAsVar.txt @@ -2,5 +2,5 @@ package test public final class FieldAsVar : java.lang.Object { public constructor FieldAsVar() - public final var f : jet.Int + public final var f: jet.Int } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldOfArrayType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldOfArrayType.txt index 85a7a81a675..c753f95ae58 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldOfArrayType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FieldOfArrayType.txt @@ -2,5 +2,5 @@ package test public open class FieldOfArrayType : java.lang.Object { public constructor FieldOfArrayType() - public final var files : jet.Array? + public final var files: jet.Array? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FinalFieldAsVal.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FinalFieldAsVal.txt index a14b92307ac..8e133156a5d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FinalFieldAsVal.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/FinalFieldAsVal.txt @@ -2,5 +2,5 @@ package test public final class FinalFieldAsVal : java.lang.Object { public constructor FinalFieldAsVal() - public final val f : jet.Int + public final val f: jet.Int } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/InnerClassesInGeneric.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/InnerClassesInGeneric.txt index 6b8df6dfbf5..d204ceacd7d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/InnerClassesInGeneric.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/InnerClassesInGeneric.txt @@ -9,6 +9,6 @@ public open class InnerClassesInGeneric : java.lang.Object { public open inner class Inner2 : test.InnerClassesInGeneric.Inner { public constructor Inner2() - public open fun iterator() : jet.MutableIterator

? + public open fun iterator(): jet.MutableIterator

? } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodReferencesOuterClassTP.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodReferencesOuterClassTP.txt index 2fbf9556a72..163559807b6 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodReferencesOuterClassTP.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodReferencesOuterClassTP.txt @@ -5,6 +5,6 @@ public final class MethodReferencesOuterClassTP : java.lang.Object { public final inner class Inner : java.lang.Object { public constructor Inner() - public final fun f() : jet.Unit + public final fun f(): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePOneUpperBound.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePOneUpperBound.txt index 8702d5432c1..958312f5766 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePOneUpperBound.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePOneUpperBound.txt @@ -2,5 +2,5 @@ package test public open class MethodTypePOneUpperBound : java.lang.Object { public constructor MethodTypePOneUpperBound() - public open fun bar() : jet.Unit + public open fun bar(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePTwoUpperBounds.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePTwoUpperBounds.txt index 48d59d6f627..2b8b831114e 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePTwoUpperBounds.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodTypePTwoUpperBounds.txt @@ -2,5 +2,5 @@ package test public open class MethodTypePTwoUpperBounds : java.lang.Object { public constructor MethodTypePTwoUpperBounds() - public open fun foo() : jet.Unit where T : java.lang.Cloneable?, T : java.lang.Runnable? + public open fun foo(): jet.Unit where T : java.lang.Runnable? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypeP.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypeP.txt index 1d49fa2947a..3e63843d69b 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypeP.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypeP.txt @@ -2,5 +2,5 @@ package test public final class MethodWithTypeP : java.lang.Object { public constructor MethodWithTypeP() - public final fun f() : jet.Unit + public final fun f(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePP.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePP.txt index c8e93cb18c5..b106bc19d69 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePP.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePP.txt @@ -2,5 +2,5 @@ package test public final class MethodWithTypePP : java.lang.Object { public constructor MethodWithTypePP() - public final fun f() : jet.Unit + public final fun f(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePRefClassP.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePRefClassP.txt index 083db9f62d6..c24742a5437 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePRefClassP.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethodWithTypePRefClassP.txt @@ -2,5 +2,5 @@ package test public open class MethodWithTypePRefClassP : java.lang.Object { public constructor MethodWithTypePRefClassP() - public final fun f() : jet.Unit + public final fun f(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethosWithPRefTP.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethosWithPRefTP.txt index a78e07446e1..6ee7af61004 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethosWithPRefTP.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MethosWithPRefTP.txt @@ -2,5 +2,5 @@ package test public final class MethosWithPRefTP : java.lang.Object { public constructor MethosWithPRefTP() - public final fun f(/*0*/ p0 : P?) : jet.Unit + public final fun f(/*0*/ p0: P?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MyException.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MyException.txt index 89e021d5865..1fb4c26c62d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MyException.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/MyException.txt @@ -1,5 +1,5 @@ package test public open class MyException : java.lang.Object { - public constructor MyException(/*0*/ p0 : jet.String?, /*1*/ p1 : jet.Throwable?) + public constructor MyException(/*0*/ p0: jet.String?, /*1*/ p1: jet.Throwable?) } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/RemoveRedundantProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/RemoveRedundantProjectionKind.txt index 9bd3c213486..d2f5754370a 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/RemoveRedundantProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/RemoveRedundantProjectionKind.txt @@ -1,6 +1,6 @@ package test public trait RemoveRedundantProjectionKind : java.lang.Object { - public abstract fun f(/*0*/ p0 : jet.Collection?) : jet.Unit - public abstract fun f(/*0*/ p0 : jet.Comparable?) : jet.Unit + public abstract fun f(/*0*/ p0: jet.Collection?): jet.Unit + public abstract fun f(/*0*/ p0: jet.Comparable?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/TwoFields.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/TwoFields.txt index 95f479eeed7..40cc47aceaf 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/TwoFields.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/TwoFields.txt @@ -2,6 +2,6 @@ package test public final class TwoFields : java.lang.Object { public constructor TwoFields() - public final var a : jet.Int - public final var b : jet.Short + public final var a: jet.Int + public final var b: jet.Short } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/UnboundWildcard.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/UnboundWildcard.txt index d8dcad9dbf4..881a1f7821b 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/UnboundWildcard.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/UnboundWildcard.txt @@ -2,7 +2,7 @@ package test public final class UnboundWildcard : java.lang.Object { public constructor UnboundWildcard() - public final fun foo() : test.UnboundWildcard.MyClass? + public final fun foo(): test.UnboundWildcard.MyClass? public trait MyClass : java.lang.Object { } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt index dbaee832d56..6b45ade168e 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt @@ -2,5 +2,5 @@ package test public open class AnnotatedMethod : java.lang.Object { public constructor AnnotatedMethod() - jet.deprecated(value = "Deprecated in Java": jet.String) public open fun f() : jet.Unit + jet.deprecated(value = "Deprecated in Java": jet.String) public open fun f(): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericDeep.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericDeep.txt index b9ae514f6e3..e0a9b3b7f14 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericDeep.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericDeep.txt @@ -1,5 +1,5 @@ package test public open class ConstructorGenericDeep : java.lang.Object { - public constructor ConstructorGenericDeep(/*0*/ p0 : java.lang.Class?) + public constructor ConstructorGenericDeep(/*0*/ p0: java.lang.Class?) } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.txt index b66b08b2b47..54fe62cf9f4 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.txt @@ -1,5 +1,5 @@ package test public open class ConstructorGenericSimple : java.lang.Object { - public constructor ConstructorGenericSimple(/*0*/ p0 : jet.Any?) + public constructor ConstructorGenericSimple(/*0*/ p0: jet.Any?) } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericUpperBound.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericUpperBound.txt index 82943f60021..7dd933c0d29 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericUpperBound.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericUpperBound.txt @@ -1,5 +1,5 @@ package test public open class ConstructorGenericUpperBound : java.lang.Object { - public constructor ConstructorGenericUpperBound(/*0*/ p0 : java.util.RandomAccess?) + public constructor ConstructorGenericUpperBound(/*0*/ p0: java.util.RandomAccess?) } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/DifferentGetterAndSetter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/DifferentGetterAndSetter.txt index 657e6341124..f5508b031ab 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/DifferentGetterAndSetter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/DifferentGetterAndSetter.txt @@ -2,6 +2,6 @@ package test public open class DifferentGetterAndSetter : java.lang.Object { public constructor DifferentGetterAndSetter() - public open fun getSomething() : jet.Int - public open fun setSomething(/*0*/ p0 : jet.String?) : jet.Unit + public open fun getSomething(): jet.Int + public open fun setSomething(/*0*/ p0: jet.String?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanAbstractGetter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanAbstractGetter.txt index 5a79d8c7064..c526e807a23 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanAbstractGetter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanAbstractGetter.txt @@ -1,6 +1,6 @@ package test public trait JavaBeanAbstractGetter : java.lang.Object { - public abstract fun getBlue() : jet.Int - public abstract fun getRed() : jet.Int + public abstract fun getBlue(): jet.Int + public abstract fun getRed(): jet.Int } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVal.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVal.txt index 39636985fc0..2759baf689c 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVal.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVal.txt @@ -2,5 +2,5 @@ package test public open class JavaBeanVal : java.lang.Object { public constructor JavaBeanVal() - public open fun getColor() : jet.String? + public open fun getColor(): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVar.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVar.txt index cdf8e48c437..5d39b6179b3 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVar.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVar.txt @@ -2,6 +2,6 @@ package test public open class JavaBeanVar : java.lang.Object { public constructor JavaBeanVar() - public open fun getColor() : jet.String? - public open fun setColor(/*0*/ p0 : jet.String?) : jet.Unit + public open fun getColor(): jet.String? + public open fun setColor(/*0*/ p0: jet.String?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVarOfGenericType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVarOfGenericType.txt index 95d3986bb67..2cf7ca177ee 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVarOfGenericType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/JavaBeanVarOfGenericType.txt @@ -2,6 +2,6 @@ package test public open class JavaBeanVarOfGenericType : java.lang.Object { public constructor JavaBeanVarOfGenericType() - public open fun getCharacters() : java.util.ArrayList

? - public open fun setCharacters(/*0*/ p0 : java.util.ArrayList

?) : jet.Unit + public open fun getCharacters(): java.util.ArrayList

? + public open fun setCharacters(/*0*/ p0: java.util.ArrayList

?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/TwoSetters.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/TwoSetters.txt index 3c0f7fd7a74..a90ea8ecff0 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/TwoSetters.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/javaBean/TwoSetters.txt @@ -2,6 +2,6 @@ package test public open class TwoSetters : java.lang.Object { public constructor TwoSetters() - public open fun setSize(/*0*/ p0 : jet.Int) : jet.Unit - public open fun setSize(/*0*/ p0 : jet.String?) : jet.Unit + public open fun setSize(/*0*/ p0: jet.Int): jet.Unit + public open fun setSize(/*0*/ p0: jet.String?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ArrayType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ArrayType.txt index 8d19d9f0cac..664695566d2 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ArrayType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ArrayType.txt @@ -2,5 +2,5 @@ package test public open class ArrayType : java.lang.Object { public constructor ArrayType() - public open fun foo() : jet.Array + public open fun foo(): jet.Array } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithNewTypeParams.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithNewTypeParams.txt index f2244e41973..3fdbb724a29 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithNewTypeParams.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithNewTypeParams.txt @@ -1,5 +1,5 @@ package test public open class ConstructorWithNewTypeParams : java.lang.Object { - public constructor ConstructorWithNewTypeParams(/*0*/ p0 : jet.Any) + public constructor ConstructorWithNewTypeParams(/*0*/ p0: jet.Any) } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithParentTypeParams.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithParentTypeParams.txt index 525aa0cc04b..7d80b3a229d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithParentTypeParams.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithParentTypeParams.txt @@ -1,5 +1,5 @@ package test public open class ConstructorWithParentTypeParams : java.lang.Object { - public constructor ConstructorWithParentTypeParams(/*0*/ p0 : T) + public constructor ConstructorWithParentTypeParams(/*0*/ p0: T) } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithSeveralParams.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithSeveralParams.txt index 04b7014180e..b65d98dc102 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithSeveralParams.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithSeveralParams.txt @@ -1,5 +1,5 @@ package test public open class ConstructorWithSeveralParams : java.lang.Object { - public constructor ConstructorWithSeveralParams(/*0*/ p0 : jet.Int, /*1*/ p1 : jet.Int, /*2*/ p2 : java.util.ArrayList) + public constructor ConstructorWithSeveralParams(/*0*/ p0: jet.Int, /*1*/ p1: jet.Int, /*2*/ p2: java.util.ArrayList) } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/CustomProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/CustomProjectionKind.txt index 3113e086f19..83af996eed5 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/CustomProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/CustomProjectionKind.txt @@ -2,5 +2,5 @@ package test public open class CustomProjectionKind : java.lang.Object { public constructor CustomProjectionKind() - public open fun foo() : jet.MutableList + public open fun foo(): jet.MutableList } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithFunctionTypes.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithFunctionTypes.txt index 5f505a147dc..2bbf8bdc08a 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithFunctionTypes.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithFunctionTypes.txt @@ -2,5 +2,5 @@ package test public open class MethodWithFunctionTypes : java.lang.Object { public constructor MethodWithFunctionTypes() - public open fun foo(/*0*/ p0 : (jet.String?) -> jet.String) : (jet.String.() -> jet.String?)? + public open fun foo(/*0*/ p0: (jet.String?) -> jet.String): (jet.String.() -> jet.String?)? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithGenerics.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithGenerics.txt index 266aa08c811..bad74b4f325 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithGenerics.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithGenerics.txt @@ -2,5 +2,5 @@ package test public open class MethodWithGenerics : java.lang.Object { public constructor MethodWithGenerics() - public open fun foo(/*0*/ p0 : jet.String, /*1*/ p1 : jet.List?>) : jet.String + public open fun foo(/*0*/ p0: jet.String, /*1*/ p1: jet.List?>): jet.String } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithMappedClasses.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithMappedClasses.txt index b359eefc1e4..8a8bfe275d9 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithMappedClasses.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithMappedClasses.txt @@ -2,5 +2,5 @@ package test public open class MethodWithMappedClasses : java.lang.Object { public constructor MethodWithMappedClasses() - public open fun copy(/*0*/ p0 : jet.MutableList, /*1*/ p1 : jet.List) : jet.Unit + public open fun copy(/*0*/ p0: jet.MutableList, /*1*/ p1: jet.List): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithTypeParameters.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithTypeParameters.txt index e6ec4ed957c..bdeb812e08e 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithTypeParameters.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithTypeParameters.txt @@ -2,5 +2,5 @@ package test public open class MethodWithTypeParameters : java.lang.Object { public constructor MethodWithTypeParameters() - public open fun foo(/*0*/ p0 : A, /*1*/ p1 : jet.List, /*2*/ p2 : jet.MutableList) : jet.Unit where B : java.lang.Runnable, B : jet.List + public open fun foo(/*0*/ p0: A, /*1*/ p1: jet.List, /*2*/ p2: jet.MutableList): jet.Unit where B : jet.List } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithVararg.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithVararg.txt index f8901ab9843..ec2596d0ea9 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithVararg.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/MethodWithVararg.txt @@ -2,5 +2,5 @@ package test public open class MethodWithVararg : java.lang.Object { public constructor MethodWithVararg() - public open fun foo(/*0*/ vararg p0 : jet.String /*jet.Array*/) : jet.Unit + public open fun foo(/*0*/ vararg p0: jet.String /*jet.Array*/): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyArrayTypes.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyArrayTypes.txt index 28cdff06393..674eb559a19 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyArrayTypes.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyArrayTypes.txt @@ -2,7 +2,7 @@ package test public open class PropertyArrayTypes : java.lang.Object { public constructor PropertyArrayTypes() - public final var array : jet.Array - public final var arrayOfArrays : jet.Array> - public final var genericArray : jet.Array + public final var array: jet.Array + public final var arrayOfArrays: jet.Array> + public final var genericArray: jet.Array } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyComplexTypes.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyComplexTypes.txt index 0294fd95639..2d71e173e04 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyComplexTypes.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertyComplexTypes.txt @@ -2,8 +2,8 @@ package test public open class PropertyComplexTypes : java.lang.Object { public constructor PropertyComplexTypes() - public final var genericType : T - public final var listDefinedGeneric : java.util.ArrayList - public final var listGeneric : java.util.ArrayList - public final var listOfGenericList : java.util.ArrayList> + public final var genericType: T + public final var listDefinedGeneric: java.util.ArrayList + public final var listGeneric: java.util.ArrayList + public final var listOfGenericList: java.util.ArrayList> } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertySimpleType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertySimpleType.txt index e158e8cd35e..5b324d2a09c 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertySimpleType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/PropertySimpleType.txt @@ -2,6 +2,6 @@ package test public open class PropertySimpleType : java.lang.Object { public constructor PropertySimpleType() - public final var fieldOne : jet.String - public final var fieldTwo : jet.String? + public final var fieldOne: jet.String + public final var fieldTwo: jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/StarProjection.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/StarProjection.txt index 1c56e3515f4..4f4b4deb76a 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/StarProjection.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/StarProjection.txt @@ -2,7 +2,7 @@ package test public final class StarProjection : java.lang.Object { public constructor StarProjection() - public final fun foo() : test.StarProjection.MyClass + public final fun foo(): test.StarProjection.MyClass public trait MyClass : java.lang.Object { } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/AddingNullability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/AddingNullability.txt index 7cd1a713406..f8a25f70dc0 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/AddingNullability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/AddingNullability.txt @@ -2,5 +2,5 @@ package test public open class AddingNullability : java.lang.Object { public constructor AddingNullability() - public open fun foo() : jet.Int + public open fun foo(): jet.Int } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ConflictingProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ConflictingProjectionKind.txt index 743cbaa5d6b..354ecbbf5d2 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ConflictingProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ConflictingProjectionKind.txt @@ -2,5 +2,5 @@ package test public open class ConflictingProjectionKind : java.lang.Object { public constructor ConflictingProjectionKind() - public open fun foo(/*0*/ p0 : jet.List?) : jet.Unit + public open fun foo(/*0*/ p0: jet.List?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt index 127f40d0862..423f5a5e7d7 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt @@ -2,5 +2,5 @@ package test public open class ExplicitFieldGettersAndSetters : java.lang.Object { public constructor ExplicitFieldGettersAndSetters() - public final var foo : jet.String? + public final var foo: jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExtraUpperBound.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExtraUpperBound.txt index e85803c4f93..3d291a53fc7 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExtraUpperBound.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ExtraUpperBound.txt @@ -2,5 +2,5 @@ package test public open class ExtraUpperBound : java.lang.Object { public constructor ExtraUpperBound() - public open fun foo() : jet.String? + public open fun foo(): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/MissingUpperBound.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/MissingUpperBound.txt index 46e0bf5df7b..c4651034cff 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/MissingUpperBound.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/MissingUpperBound.txt @@ -2,5 +2,5 @@ package test public open class MissingUpperBound : java.lang.Object { public constructor MissingUpperBound() - public open fun foo() : jet.String? where A : java.lang.Runnable?, A : java.lang.Cloneable? + public open fun foo(): jet.String? where A : java.lang.Cloneable? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NoFieldTypeRef.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NoFieldTypeRef.txt index 3a29d44a001..68db0b3f758 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NoFieldTypeRef.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NoFieldTypeRef.txt @@ -2,5 +2,5 @@ package test public open class NoFieldTypeRef : java.lang.Object { public constructor NoFieldTypeRef() - public final var foo : jet.String? + public final var foo: jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NotVarargReplacedWithVararg.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NotVarargReplacedWithVararg.txt index ec40bc601ee..dd12dca0ab3 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NotVarargReplacedWithVararg.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/NotVarargReplacedWithVararg.txt @@ -2,5 +2,5 @@ package test public open class NotVarargReplacedWithVararg : java.lang.Object { public constructor NotVarargReplacedWithVararg() - public open fun foo(/*0*/ p0 : jet.String?) : jet.Unit + public open fun foo(/*0*/ p0: jet.String?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/RedundantProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/RedundantProjectionKind.txt index 3b37f0b5b4b..3ffb53ce086 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/RedundantProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/RedundantProjectionKind.txt @@ -2,5 +2,5 @@ package test public open class RedundantProjectionKind : java.lang.Object { public constructor RedundantProjectionKind() - public open fun foo(/*0*/ p0 : jet.List) : jet.Unit + public open fun foo(/*0*/ p0: jet.List): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ReturnTypeMissing.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ReturnTypeMissing.txt index b86c702daad..758c1d04cc5 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ReturnTypeMissing.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/ReturnTypeMissing.txt @@ -2,5 +2,5 @@ package test public open class ReturnTypeMissing : java.lang.Object { public constructor ReturnTypeMissing() - public open fun foo(/*0*/ p0 : jet.String?) : jet.Int + public open fun foo(/*0*/ p0: jet.String?): jet.Int } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxError.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxError.txt index 4d3be62abfd..c3d9d75397d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxError.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxError.txt @@ -2,5 +2,5 @@ package test public open class SyntaxError : java.lang.Object { public constructor SyntaxError() - public open fun foo() : jet.Int? + public open fun foo(): jet.Int? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt index f852754b379..55fe5bd1e8d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt @@ -2,5 +2,5 @@ package test public open class SyntaxErrorInFieldAnnotation : java.lang.Object { public constructor SyntaxErrorInFieldAnnotation() - public final var foo : jet.String? + public final var foo: jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/VarargReplacedWithNotVararg.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/VarargReplacedWithNotVararg.txt index ba590879494..7ae20ec2e62 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/VarargReplacedWithNotVararg.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/VarargReplacedWithNotVararg.txt @@ -2,5 +2,5 @@ package test public open class VarargReplacedWithNotVararg : java.lang.Object { public constructor VarargReplacedWithNotVararg() - public open fun foo(/*0*/ vararg p0 : jet.String? /*jet.Array*/) : jet.Unit + public open fun foo(/*0*/ vararg p0: jet.String? /*jet.Array*/): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldInitializer.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldInitializer.txt index f53309fc3ce..3ecf94e21c2 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldInitializer.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldInitializer.txt @@ -2,5 +2,5 @@ package test public open class WrongFieldInitializer : java.lang.Object { public constructor WrongFieldInitializer() - public final var foo : jet.String? + public final var foo: jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldMutability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldMutability.txt index 2cd3f21a143..e259005d444 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldMutability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldMutability.txt @@ -2,6 +2,6 @@ package test public open class WrongFieldMutability : java.lang.Object { public constructor WrongFieldMutability() - public final val fooFinal : jet.String? - public final var fooNotFinal : jet.String? + public final val fooFinal: jet.String? + public final var fooNotFinal: jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldName.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldName.txt index 71c50a6647d..13087f95fcf 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldName.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongFieldName.txt @@ -2,5 +2,5 @@ package test public open class WrongFieldName : java.lang.Object { public constructor WrongFieldName() - public final var foo : jet.String? + public final var foo: jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongMethodName.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongMethodName.txt index 356a5b299b2..dccfa32a904 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongMethodName.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongMethodName.txt @@ -2,5 +2,5 @@ package test public open class WrongMethodName : java.lang.Object { public constructor WrongMethodName() - public open fun foo() : jet.String? + public open fun foo(): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongProjectionKind.txt index 51f08067b58..7c2fff98383 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongProjectionKind.txt @@ -2,5 +2,5 @@ package test public open class WrongProjectionKind : java.lang.Object { public constructor WrongProjectionKind() - public open fun copy(/*0*/ p0 : jet.Array?, /*1*/ p1 : jet.Array?) : jet.MutableList? + public open fun copy(/*0*/ p0: jet.Array?, /*1*/ p1: jet.Array?): jet.MutableList? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongReturnTypeStructure.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongReturnTypeStructure.txt index 98b65fdabac..39a1c48c70a 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongReturnTypeStructure.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongReturnTypeStructure.txt @@ -2,5 +2,5 @@ package test public open class WrongReturnTypeStructure : java.lang.Object { public constructor WrongReturnTypeStructure() - public open fun foo(/*0*/ p0 : jet.String?, /*1*/ p1 : jet.List>?) : jet.String? + public open fun foo(/*0*/ p0: jet.String?, /*1*/ p1: jet.List>?): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName1.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName1.txt index d3714f2a14b..b659ac6deda 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName1.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName1.txt @@ -2,5 +2,5 @@ package test public open class WrongTypeName1 : java.lang.Object { public constructor WrongTypeName1() - public open fun foo(/*0*/ p0 : jet.String?) : jet.String? + public open fun foo(/*0*/ p0: jet.String?): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName2.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName2.txt index 5b09d3e1f11..187aec0322d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName2.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName2.txt @@ -2,5 +2,5 @@ package test public open class WrongTypeName2 : java.lang.Object { public constructor WrongTypeName2() - public open fun foo(/*0*/ p0 : jet.String?) : jet.String? + public open fun foo(/*0*/ p0: jet.String?): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName3.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName3.txt index 82275c596e9..647b167bfd0 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName3.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeName3.txt @@ -2,5 +2,5 @@ package test public open class WrongTypeName3 : java.lang.Object { public constructor WrongTypeName3() - public open fun foo(/*0*/ p0 : jet.String?) : jet.String? + public open fun foo(/*0*/ p0: jet.String?): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt index f47a77a6337..cc0332a65c2 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt @@ -2,5 +2,5 @@ package test public open class WrongTypeParameterBoundStructure1 : java.lang.Object { public constructor WrongTypeParameterBoundStructure1() - public open fun foo(/*0*/ p0 : A?, /*1*/ p1 : jet.List?) : jet.Unit where B : java.lang.Runnable?, B : jet.List? + public open fun foo(/*0*/ p0: A?, /*1*/ p1: jet.List?): jet.Unit where B : jet.List? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt index 6d992fdb635..f432fad7b83 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt @@ -2,5 +2,5 @@ package test public open class WrongTypeParameterBoundStructure2 : java.lang.Object { public constructor WrongTypeParameterBoundStructure2() - public open fun foo(/*0*/ p0 : A?, /*1*/ p1 : jet.List?) : jet.Unit where B : java.lang.Runnable?, B : jet.List? + public open fun foo(/*0*/ p0: A?, /*1*/ p1: jet.List?): jet.Unit where B : jet.List? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParametersCount.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParametersCount.txt index 8dbfd50f1f7..4adb64abeb7 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParametersCount.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongTypeParametersCount.txt @@ -2,5 +2,5 @@ package test public open class WrongTypeParametersCount : java.lang.Object { public constructor WrongTypeParametersCount() - public open fun foo(/*0*/ p0 : A?, /*1*/ p1 : jet.List?) : jet.Unit + public open fun foo(/*0*/ p0: A?, /*1*/ p1: jet.List?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure1.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure1.txt index 0b33894a209..f4575319b12 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure1.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure1.txt @@ -2,5 +2,5 @@ package test public open class WrongValueParameterStructure1 : java.lang.Object { public constructor WrongValueParameterStructure1() - public open fun foo(/*0*/ p0 : jet.String?, /*1*/ p1 : jet.List>?) : jet.String? + public open fun foo(/*0*/ p0: jet.String?, /*1*/ p1: jet.List>?): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure2.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure2.txt index 0f125b335d4..21e8ee0fdb0 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure2.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParameterStructure2.txt @@ -2,5 +2,5 @@ package test public open class WrongValueParameterStructure2 : java.lang.Object { public constructor WrongValueParameterStructure2() - public open fun foo(/*0*/ p0 : jet.String?, /*1*/ p1 : jet.List>?) : jet.String? + public open fun foo(/*0*/ p0: jet.String?, /*1*/ p1: jet.List>?): jet.String? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParametersCount.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParametersCount.txt index ad27273dc94..e13661e32c1 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParametersCount.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/error/WrongValueParametersCount.txt @@ -2,5 +2,5 @@ package test public open class WrongValueParametersCount : java.lang.Object { public constructor WrongValueParametersCount() - public open fun foo() : jet.Int? + public open fun foo(): jet.Int? } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt index fc5bcc19e23..5386a0fe13f 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt @@ -3,20 +3,20 @@ package test public trait PropagateTypeArgumentNullable : java.lang.Object { public trait Sub : test.PropagateTypeArgumentNullable.Super { - public abstract override /*1*/ fun invOutR() : jet.MutableList> - public abstract override /*1*/ fun invOutS(/*0*/ p0 : jet.MutableList>) : jet.Unit - public abstract override /*1*/ fun invR() : jet.MutableList - public abstract override /*1*/ fun outOutS(/*0*/ p0 : jet.List>) : jet.Unit - public abstract override /*1*/ fun outR() : jet.List - public abstract override /*1*/ fun outS(/*0*/ p0 : jet.List) : jet.Unit + public abstract override /*1*/ fun invOutR(): jet.MutableList> + public abstract override /*1*/ fun invOutS(/*0*/ p0: jet.MutableList>): jet.Unit + public abstract override /*1*/ fun invR(): jet.MutableList + public abstract override /*1*/ fun outOutS(/*0*/ p0: jet.List>): jet.Unit + public abstract override /*1*/ fun outR(): jet.List + public abstract override /*1*/ fun outS(/*0*/ p0: jet.List): jet.Unit } public trait Super : java.lang.Object { - public abstract fun invOutR() : jet.MutableList> - public abstract fun invOutS(/*0*/ p0 : jet.MutableList>) : jet.Unit - public abstract fun invR() : jet.MutableList - public abstract fun outOutS(/*0*/ p0 : jet.List>) : jet.Unit - public abstract fun outR() : jet.List - public abstract fun outS(/*0*/ p0 : jet.List) : jet.Unit + public abstract fun invOutR(): jet.MutableList> + public abstract fun invOutS(/*0*/ p0: jet.MutableList>): jet.Unit + public abstract fun invR(): jet.MutableList + public abstract fun outOutS(/*0*/ p0: jet.List>): jet.Unit + public abstract fun outR(): jet.List + public abstract fun outS(/*0*/ p0: jet.List): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt index 924e7ef8250..409177b81c3 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt @@ -3,12 +3,12 @@ package test public trait ChangeProjectionKind1 : java.lang.Object { public trait Sub : test.ChangeProjectionKind1.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.MutableList): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.MutableList): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt index 61f23e08d30..abf17715354 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt @@ -3,12 +3,12 @@ package test public trait ChangeProjectionKind2 : java.lang.Object { public trait Sub : test.ChangeProjectionKind2.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.MutableList): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.MutableList): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt index 17114690489..1af26103fc0 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt @@ -3,17 +3,17 @@ package test public trait DeeplySubstitutedClassParameter : java.lang.Object { public trait Middle : test.DeeplySubstitutedClassParameter.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : E) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: E): jet.Unit } public trait Sub : test.DeeplySubstitutedClassParameter.Middle { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.String): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : T) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: T): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt index e7eab388e86..2d0749b0255 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt @@ -3,17 +3,17 @@ package test public trait DeeplySubstitutedClassParameter2 : java.lang.Object { public trait Middle : test.DeeplySubstitutedClassParameter2.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun foo(/*0*/ p0 : E) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun foo(/*0*/ p0: E): jet.Unit } public trait Sub : test.DeeplySubstitutedClassParameter2.Middle { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.String): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : T) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: T): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritMutability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritMutability.txt index bc29435060e..aeeaee31879 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritMutability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritMutability.txt @@ -3,12 +3,12 @@ package test public trait InheritMutability : java.lang.Object { public trait Sub : test.InheritMutability.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.MutableList): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.MutableList): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVararg.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVararg.txt index 10c45ca39ee..1ec42b198af 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVararg.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVararg.txt @@ -3,12 +3,12 @@ package test public trait InheritNotVararg : java.lang.Object { public trait Sub : test.InheritNotVararg.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.Array?) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.Array?): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.Array?) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.Array?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt index e1f89fe31f8..3ee6e3dd5d2 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt @@ -3,12 +3,12 @@ package test public trait InheritNotVarargInteger : java.lang.Object { public trait Sub : test.InheritNotVarargInteger.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.Array?) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.Array?): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.Array?) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.Array?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt index 62bd1349dc1..3ef95f3ab7d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt @@ -3,12 +3,12 @@ package test public trait InheritNotVarargNotNull : java.lang.Object { public trait Sub : test.InheritNotVarargNotNull.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.Array) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.Array): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.Array) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.Array): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt index ee8108eb726..dc23978fb3a 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt @@ -3,12 +3,12 @@ package test public trait InheritNotVarargPrimitive : java.lang.Object { public trait Sub : test.InheritNotVarargPrimitive.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.IntArray?) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.IntArray?): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.IntArray?) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.IntArray?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNullability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNullability.txt index 959554aeadd..1db12796ce4 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNullability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritNullability.txt @@ -3,12 +3,12 @@ package test public trait InheritNullability : java.lang.Object { public trait Sub : test.InheritNullability.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.String): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.String): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritProjectionKind.txt index 3484a6a84f0..171c0f71273 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritProjectionKind.txt @@ -3,12 +3,12 @@ package test public trait InheritProjectionKind : java.lang.Object { public trait Sub : test.InheritProjectionKind.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.MutableList): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.MutableList): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritReadOnliness.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritReadOnliness.txt index 3a9c25c7737..7175945fb0c 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritReadOnliness.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritReadOnliness.txt @@ -3,12 +3,12 @@ package test public trait InheritReadOnliness : java.lang.Object { public trait Sub : test.InheritReadOnliness.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.List) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.List): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.List) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.List): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVararg.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVararg.txt index abca8fd2312..241f95b8823 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVararg.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVararg.txt @@ -3,12 +3,12 @@ package test public trait InheritVararg : java.lang.Object { public trait Sub : test.InheritVararg.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ vararg p0 : jet.String? /*jet.Array*/) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ vararg p0: jet.String? /*jet.Array*/): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ vararg p0 : jet.String? /*jet.Array*/) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ vararg p0: jet.String? /*jet.Array*/): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargInteger.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargInteger.txt index c758df88793..fd355069e40 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargInteger.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargInteger.txt @@ -3,12 +3,12 @@ package test public trait InheritVarargInteger : java.lang.Object { public trait Sub : test.InheritVarargInteger.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ vararg p0 : jet.Int? /*jet.Array*/) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ vararg p0: jet.Int? /*jet.Array*/): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ vararg p0 : jet.Int? /*jet.Array*/) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ vararg p0: jet.Int? /*jet.Array*/): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt index 92c7670f9f8..3fe755c0fc6 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt @@ -3,12 +3,12 @@ package test public trait InheritVarargNotNull : java.lang.Object { public trait Sub : test.InheritVarargNotNull.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ vararg p0 : jet.String /*jet.Array*/) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ vararg p0: jet.String /*jet.Array*/): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ vararg p0 : jet.String /*jet.Array*/) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ vararg p0: jet.String /*jet.Array*/): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt index 0d3a3b66e2a..b0cb5038c8b 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt @@ -3,12 +3,12 @@ package test public trait InheritVarargPrimitive : java.lang.Object { public trait Sub : test.InheritVarargPrimitive.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ vararg p0 : jet.Int /*jet.IntArray*/) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ vararg p0: jet.Int /*jet.IntArray*/): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ vararg p0 : jet.Int /*jet.IntArray*/) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ vararg p0: jet.Int /*jet.IntArray*/): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/Kt3302.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/Kt3302.txt index fc627c21281..adad1e38880 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/Kt3302.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/Kt3302.txt @@ -3,17 +3,17 @@ package test public trait Kt3302 : java.lang.Object { public trait BSONObject : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun put(/*0*/ p0 : jet.String, /*1*/ p1 : jet.Any) : jet.Any? + public abstract fun dummy(): jet.Unit + public abstract fun put(/*0*/ p0: jet.String, /*1*/ p1: jet.Any): jet.Any? } public trait BasicBSONObject : test.Kt3302.LinkedHashMap, test.Kt3302.BSONObject { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun put(/*0*/ p0 : jet.String, /*1*/ p1 : jet.Any) : jet.Any? + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun put(/*0*/ p0: jet.String, /*1*/ p1: jet.Any): jet.Any? } public trait LinkedHashMap : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun put(/*0*/ p0 : K, /*1*/ p1 : V) : V? + public abstract fun dummy(): jet.Unit + public abstract fun put(/*0*/ p0: K, /*1*/ p1: V): V? } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/MutableToReadOnly.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/MutableToReadOnly.txt index 5ba705d0356..ffd93f574ca 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/MutableToReadOnly.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/MutableToReadOnly.txt @@ -3,12 +3,12 @@ package test public trait MutableToReadOnly : java.lang.Object { public trait Sub : test.MutableToReadOnly.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.MutableList): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.MutableList) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.MutableList): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NotNullToNullable.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NotNullToNullable.txt index 4447f211391..8c2af94ea6d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NotNullToNullable.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NotNullToNullable.txt @@ -3,12 +3,12 @@ package test public trait NotNullToNullable : java.lang.Object { public trait Sub : test.NotNullToNullable.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.String): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.String): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNull.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNull.txt index a6d40934847..d4dd92fbd71 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNull.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNull.txt @@ -3,12 +3,12 @@ package test public trait NullableToNotNull : java.lang.Object { public trait Sub : test.NullableToNotNull.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.String?) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.String?): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.String?) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.String?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt index 33f2f7bee0d..be636540d1f 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt @@ -3,12 +3,12 @@ package test public trait NullableToNotNullKotlinSignature : java.lang.Object { public trait Sub : test.NullableToNotNullKotlinSignature.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.String?) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.String?): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.String?) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.String?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt index 020ec2cc226..5f5a86d2f5e 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt @@ -3,12 +3,12 @@ package test public trait OverrideWithErasedParameter : java.lang.Object { public trait Sub : test.OverrideWithErasedParameter.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : T?) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: T?): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : T?) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: T?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt index 6af6ecfe054..f67f4fcb26e 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt @@ -3,12 +3,12 @@ package test public trait ReadOnlyToMutable : java.lang.Object { public trait Sub : test.ReadOnlyToMutable.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.List) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.List): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.List) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.List): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt index 14abbbdc56a..e2fa1a4b056 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt @@ -3,17 +3,17 @@ package test public trait SubclassFromGenericAndNot : java.lang.Object { public trait Generic : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : T) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: T): jet.Unit } public trait NonGeneric : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: jet.String): jet.Unit } public trait Sub : test.SubclassFromGenericAndNot.NonGeneric, test.SubclassFromGenericAndNot.Generic { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(/*0*/ p0: jet.String): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt index 3e3080fd3be..9519fb40516 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt @@ -3,12 +3,12 @@ package test public trait SubstitutedClassParameter : java.lang.Object { public trait Sub : test.SubstitutedClassParameter.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: jet.String): jet.Unit } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : T) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: T): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt index dc197202c4a..f7544cb7025 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt @@ -3,17 +3,17 @@ package test public trait SubstitutedClassParameters : java.lang.Object { public trait Sub : test.SubstitutedClassParameters.Super1, test.SubstitutedClassParameters.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo(/*0*/ p0 : jet.String) : jet.Unit + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(/*0*/ p0: jet.String): jet.Unit } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : T) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: T): jet.Unit } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo(/*0*/ p0 : E) : jet.Unit + public abstract fun dummy(): jet.Unit + public abstract fun foo(/*0*/ p0: E): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt index a71f28057e5..12fc0189947 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt @@ -3,12 +3,12 @@ package test public trait AddNotNullJavaSubtype : java.lang.Object { public trait Sub : test.AddNotNullJavaSubtype.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.String + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.String } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence? + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence? } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt index 08bedd9848e..bf0fd858e94 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt @@ -3,12 +3,12 @@ package test public trait AddNotNullSameJavaType : java.lang.Object { public trait Sub : test.AddNotNullSameJavaType.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.CharSequence + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.CharSequence } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence? + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence? } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt index c4435f10d4e..9a21d66860b 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt @@ -3,12 +3,12 @@ package test public trait AddNullabilityJavaSubtype : java.lang.Object { public trait Sub : test.AddNullabilityJavaSubtype.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.String + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.String } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt index 8cb0ddb1785..ca8b57d23ae 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt @@ -3,12 +3,12 @@ package test public trait AddNullabilitySameGenericType1 : java.lang.Object { public trait Sub : test.AddNullabilitySameGenericType1.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.MutableList + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.MutableList } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableList + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableList } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt index 79646dc6fad..675be3495a7 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt @@ -3,12 +3,12 @@ package test public trait AddNullabilitySameGenericType2 : java.lang.Object { public trait Sub : test.AddNullabilitySameGenericType2.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.MutableList + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.MutableList } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableList + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableList } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt index a9143284897..c7bdea6610d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt @@ -3,12 +3,12 @@ package test public trait AddNullabilitySameJavaType : java.lang.Object { public trait Sub : test.AddNullabilitySameJavaType.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.CharSequence + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.CharSequence } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt index c78629ade9e..809026e3782 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt @@ -3,12 +3,12 @@ package test public trait CantMakeImmutableInSubclass : java.lang.Object { public trait Sub : test.CantMakeImmutableInSubclass.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.MutableList + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.MutableList } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableCollection + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableCollection } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt index bb35fd911b7..eaf34458cac 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt @@ -3,17 +3,17 @@ package test public trait DeeplySubstitutedClassParameter : java.lang.Object { public trait Middle : test.DeeplySubstitutedClassParameter.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : E + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): E } public trait Sub : test.DeeplySubstitutedClassParameter.Middle { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.String + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.String } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt index a622f2d8ca8..0d30d560365 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt @@ -3,17 +3,17 @@ package test public trait DeeplySubstitutedClassParameter2 : java.lang.Object { public trait Middle : test.DeeplySubstitutedClassParameter2.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun foo() : E + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun foo(): E } public trait Sub : test.DeeplySubstitutedClassParameter2.Middle { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.String + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.String } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt index 04309ad1660..b94568c8ca3 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt @@ -3,38 +3,38 @@ package test public trait HalfSubstitutedTypeParameters : java.lang.Object { public trait Sub : test.HalfSubstitutedTypeParameters.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : test.HalfSubstitutedTypeParameters.TrickyList + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): test.HalfSubstitutedTypeParameters.TrickyList } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableList + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableList } public trait TrickyList : jet.MutableList { - public abstract override /*1*/ /*fake_override*/ fun add(/*0*/ e : E) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun add(/*0*/ index : jet.Int, /*1*/ element : E) : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun addAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun addAll(/*0*/ index : jet.Int, /*1*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun clear() : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ index : jet.Int) : E - public abstract override /*1*/ /*fake_override*/ fun indexOf(/*0*/ o : jet.Any?) : jet.Int - public abstract override /*1*/ /*fake_override*/ fun isEmpty() : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun iterator() : jet.Iterator - public abstract override /*1*/ /*fake_override*/ fun lastIndexOf(/*0*/ o : jet.Any?) : jet.Int - public abstract override /*1*/ /*fake_override*/ fun listIterator() : jet.MutableListIterator - public abstract override /*1*/ /*fake_override*/ fun listIterator(/*0*/ index : jet.Int) : jet.MutableListIterator - public abstract override /*1*/ /*fake_override*/ fun remove(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun remove(/*0*/ index : jet.Int) : E - public abstract override /*1*/ /*fake_override*/ fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun set(/*0*/ index : jet.Int, /*1*/ element : E) : E - public abstract override /*1*/ /*fake_override*/ fun size() : jet.Int - public abstract override /*1*/ /*fake_override*/ fun subList(/*0*/ fromIndex : jet.Int, /*1*/ toIndex : jet.Int) : jet.MutableList - public abstract override /*1*/ /*fake_override*/ fun toArray() : jet.Array - public abstract override /*1*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract override /*1*/ /*fake_override*/ fun add(/*0*/ e: E): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun add(/*0*/ index: jet.Int, /*1*/ element: E): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun addAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun addAll(/*0*/ index: jet.Int, /*1*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun clear(): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ index: jet.Int): E + public abstract override /*1*/ /*fake_override*/ fun indexOf(/*0*/ o: jet.Any?): jet.Int + public abstract override /*1*/ /*fake_override*/ fun isEmpty(): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun iterator(): jet.Iterator + public abstract override /*1*/ /*fake_override*/ fun lastIndexOf(/*0*/ o: jet.Any?): jet.Int + public abstract override /*1*/ /*fake_override*/ fun listIterator(): jet.MutableListIterator + public abstract override /*1*/ /*fake_override*/ fun listIterator(/*0*/ index: jet.Int): jet.MutableListIterator + public abstract override /*1*/ /*fake_override*/ fun remove(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun remove(/*0*/ index: jet.Int): E + public abstract override /*1*/ /*fake_override*/ fun removeAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun retainAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun set(/*0*/ index: jet.Int, /*1*/ element: E): E + public abstract override /*1*/ /*fake_override*/ fun size(): jet.Int + public abstract override /*1*/ /*fake_override*/ fun subList(/*0*/ fromIndex: jet.Int, /*1*/ toIndex: jet.Int): jet.MutableList + public abstract override /*1*/ /*fake_override*/ fun toArray(): jet.Array + public abstract override /*1*/ /*fake_override*/ fun toArray(/*0*/ a: jet.Array): jet.Array } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt index 20fe5cf6a07..ca559b16199 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt @@ -3,12 +3,12 @@ package test public trait InheritNullabilityGenericSubclassSimple : java.lang.Object { public trait Sub : test.InheritNullabilityGenericSubclassSimple.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.MutableList + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.MutableList } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableCollection + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableCollection } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt index 5cbb7db5301..dcf5b575e14 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt @@ -3,12 +3,12 @@ package test public trait InheritNullabilityJavaSubtype : java.lang.Object { public trait Sub : test.InheritNullabilityJavaSubtype.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.String + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.String } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt index d9e66736863..d8be3e1a36a 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt @@ -3,12 +3,12 @@ package test public trait InheritNullabilitySameGenericType : java.lang.Object { public trait Sub : test.InheritNullabilitySameGenericType.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.MutableList + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.MutableList } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableList + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableList } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt index 40a9482669d..374655677fb 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt @@ -3,12 +3,12 @@ package test public trait InheritNullabilitySameJavaType : java.lang.Object { public trait Sub : test.InheritNullabilitySameJavaType.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.CharSequence + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.CharSequence } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritProjectionKind.txt index 4ed232c1800..d46d0e56efd 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritProjectionKind.txt @@ -3,12 +3,12 @@ package test public trait InheritProjectionKind : java.lang.Object { public trait Sub : test.InheritProjectionKind.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.MutableList + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.MutableList } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableCollection + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableCollection } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt index d8c81619515..a695e38244b 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt @@ -3,12 +3,12 @@ package test public trait InheritReadOnlinessOfArgument : java.lang.Object { public trait Sub : test.InheritReadOnlinessOfArgument.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.List> + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.List> } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.List> + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.List> } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt index 8dad309d7dd..28864b8cc09 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt @@ -3,12 +3,12 @@ package test public trait InheritReadOnlinessSameClass : java.lang.Object { public trait Sub : test.InheritReadOnlinessSameClass.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.List + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.List } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.List + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.List } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt index 613b4b0b543..bd0a278f9c9 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt @@ -3,12 +3,12 @@ package test public trait InheritReadOnlinessSubclass : java.lang.Object { public trait Sub : test.InheritReadOnlinessSubclass.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.List + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.List } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.Collection + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.Collection } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SameProjectionKind.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SameProjectionKind.txt index 93dd4e67ef7..91761338031 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SameProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SameProjectionKind.txt @@ -3,12 +3,12 @@ package test public trait SameProjectionKind : java.lang.Object { public trait Sub : test.SameProjectionKind.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.MutableCollection? + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.MutableCollection? } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableCollection? + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableCollection? } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt index 791fd2ced6f..7890b05e157 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt @@ -3,17 +3,17 @@ package test public trait SubclassFromGenericAndNot : java.lang.Object { public trait Generic : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } public trait NonGeneric : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.String? + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.String? } public trait Sub : test.SubclassFromGenericAndNot.NonGeneric, test.SubclassFromGenericAndNot.Generic { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.String + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.String } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfCollection.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfCollection.txt index 9d745e3035d..ebc17c6df94 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfCollection.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfCollection.txt @@ -1,17 +1,17 @@ package test public trait SubclassOfCollection : jet.MutableCollection { - public abstract override /*1*/ /*fake_override*/ fun add(/*0*/ e : E) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun addAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun clear() : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun isEmpty() : jet.Boolean - public abstract override /*1*/ fun iterator() : jet.MutableIterator - public abstract override /*1*/ /*fake_override*/ fun remove(/*0*/ o : jet.Any?) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean - public abstract override /*1*/ /*fake_override*/ fun size() : jet.Int - public abstract override /*1*/ /*fake_override*/ fun toArray() : jet.Array - public abstract override /*1*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array + public abstract override /*1*/ /*fake_override*/ fun add(/*0*/ e: E): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun addAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun clear(): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun contains(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun containsAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun isEmpty(): jet.Boolean + public abstract override /*1*/ fun iterator(): jet.MutableIterator + public abstract override /*1*/ /*fake_override*/ fun remove(/*0*/ o: jet.Any?): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun removeAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun retainAll(/*0*/ c: jet.Collection): jet.Boolean + public abstract override /*1*/ /*fake_override*/ fun size(): jet.Int + public abstract override /*1*/ /*fake_override*/ fun toArray(): jet.Array + public abstract override /*1*/ /*fake_override*/ fun toArray(/*0*/ a: jet.Array): jet.Array } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfMapEntry.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfMapEntry.txt index 2ad9146ada1..2950f06146d 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfMapEntry.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubclassOfMapEntry.txt @@ -1,7 +1,7 @@ package test public trait SubclassOfMapEntry : jet.MutableMap.MutableEntry { - public abstract override /*1*/ /*fake_override*/ fun getKey() : K - public abstract override /*1*/ /*fake_override*/ fun getValue() : V - public abstract override /*1*/ fun setValue(/*0*/ p0 : V) : V + public abstract override /*1*/ /*fake_override*/ fun getKey(): K + public abstract override /*1*/ /*fake_override*/ fun getValue(): V + public abstract override /*1*/ fun setValue(/*0*/ p0: V): V } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameter.txt index d6f1f3fed6c..ab6bb6ea4dc 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameter.txt @@ -3,12 +3,12 @@ package test public trait SubstitutedClassParameter : java.lang.Object { public trait Sub : test.SubstitutedClassParameter.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.String + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.String } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameters.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameters.txt index 53ac54a1287..63c5cbb7d92 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameters.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/SubstitutedClassParameters.txt @@ -3,17 +3,17 @@ package test public trait SubstitutedClassParameters : java.lang.Object { public trait Sub : test.SubstitutedClassParameters.Super1, test.SubstitutedClassParameters.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.String + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.String } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : E + public abstract fun dummy(): jet.Unit + public abstract fun foo(): E } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt index 7523611b551..262458c8042 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt @@ -3,17 +3,17 @@ package test public trait TwoSuperclassesConflictingProjectionKinds : java.lang.Object { public trait Sub : test.TwoSuperclassesConflictingProjectionKinds.Super1, test.TwoSuperclassesConflictingProjectionKinds.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.MutableCollection + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.MutableCollection } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableCollection + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableCollection } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableCollection + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableCollection } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt index 923d798ce57..31629bfd936 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt @@ -3,17 +3,17 @@ package test public trait TwoSuperclassesInvariantAndCovariantInferMutability : java.lang.Object { public trait Sub : test.TwoSuperclassesInvariantAndCovariantInferMutability.Super1, test.TwoSuperclassesInvariantAndCovariantInferMutability.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.MutableList> + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.MutableList> } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.List> + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.List> } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableList> + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableList> } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt index 56d4be927c7..272832c7813 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt @@ -3,17 +3,17 @@ package test public trait TwoSuperclassesInvariantAndCovariantInferNullability : java.lang.Object { public trait Sub : test.TwoSuperclassesInvariantAndCovariantInferNullability.Super1, test.TwoSuperclassesInvariantAndCovariantInferNullability.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.MutableList + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.MutableList } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.List + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.List } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableList + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableList } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt index 0233ab76e57..b38bc33624e 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt @@ -3,17 +3,17 @@ package test public trait TwoSuperclassesMutableAndNot : java.lang.Object { public trait Sub : test.TwoSuperclassesMutableAndNot.Super1, test.TwoSuperclassesMutableAndNot.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.MutableList + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.MutableList } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.MutableCollection + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.MutableCollection } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.List + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.List } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt index e22bcf55bff..87189d41f8b 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt @@ -3,17 +3,17 @@ package test public trait TwoSuperclassesReturnJavaSubtype : java.lang.Object { public trait Sub : test.TwoSuperclassesReturnJavaSubtype.Super1, test.TwoSuperclassesReturnJavaSubtype.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.String + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.String } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence? + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence? } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt index 145b674f389..3cd06918bae 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt @@ -3,17 +3,17 @@ package test public trait TwoSuperclassesReturnSameJavaType : java.lang.Object { public trait Sub : test.TwoSuperclassesReturnSameJavaType.Super1, test.TwoSuperclassesReturnSameJavaType.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.CharSequence + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.CharSequence } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence? + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence? } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.CharSequence + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.CharSequence } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt index 3c2538aaee5..bf4c145c668 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt @@ -3,17 +3,17 @@ package test public trait TwoSuperclassesSupplementNotNull : java.lang.Object { public trait Sub : test.TwoSuperclassesSupplementNotNull.Super1, test.TwoSuperclassesSupplementNotNull.Super2 { - public abstract override /*2*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*2*/ fun foo() : jet.List + public abstract override /*2*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*2*/ fun foo(): jet.List } public trait Super1 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.List + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.List } public trait Super2 : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : jet.List? + public abstract fun dummy(): jet.Unit + public abstract fun foo(): jet.List? } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClass.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClass.txt index 11c2329dc4e..416a9acf4c0 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClass.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClass.txt @@ -3,12 +3,12 @@ package test public trait TypeParamOfClass : java.lang.Object { public trait Sub : test.TypeParamOfClass.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : T + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): T } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt index f0dd965fa50..559a1015e3c 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt @@ -3,12 +3,12 @@ package test public trait TypeParamOfClassSubstituted : java.lang.Object { public trait Sub : test.TypeParamOfClassSubstituted.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : jet.String + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): jet.String } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfFun.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfFun.txt index 83a31c4b2bc..6d718752f40 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfFun.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/return/TypeParamOfFun.txt @@ -3,12 +3,12 @@ package test public trait TypeParamOfFun : java.lang.Object { public trait Sub : test.TypeParamOfFun.Super { - public abstract override /*1*/ /*fake_override*/ fun dummy() : jet.Unit - public abstract override /*1*/ fun foo() : E + public abstract override /*1*/ /*fake_override*/ fun dummy(): jet.Unit + public abstract override /*1*/ fun foo(): E } public trait Super : java.lang.Object { - public abstract fun dummy() : jet.Unit - public abstract fun foo() : T + public abstract fun dummy(): jet.Unit + public abstract fun foo(): T } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritMutability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritMutability.txt index a3f8cfc1e81..3224089ed40 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritMutability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritMutability.txt @@ -3,10 +3,10 @@ package test public trait InheritMutability : java.lang.Object { public trait Sub : test.InheritMutability.Super { - public abstract override /*1*/ fun > foo(/*0*/ p0 : B) : jet.Unit + public abstract override /*1*/ fun > foo(/*0*/ p0: B): jet.Unit } public trait Super : java.lang.Object { - public abstract fun > foo(/*0*/ p0 : A) : jet.Unit + public abstract fun > foo(/*0*/ p0: A): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritNullability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritNullability.txt index d47bb9d838c..e12b537cec3 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritNullability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritNullability.txt @@ -3,10 +3,10 @@ package test public trait InheritNullability : java.lang.Object { public trait Sub : test.InheritNullability.Super { - public abstract override /*1*/ fun foo(/*0*/ p0 : B) : jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: B): jet.Unit } public trait Super : java.lang.Object { - public abstract fun foo(/*0*/ p0 : A) : jet.Unit + public abstract fun foo(/*0*/ p0: A): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt index a1139a70830..038fabf8433 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt @@ -3,10 +3,10 @@ package test public trait InheritReadOnliness : java.lang.Object { public trait Sub : test.InheritReadOnliness.Super { - public abstract override /*1*/ fun > foo(/*0*/ p0 : B) : jet.Unit + public abstract override /*1*/ fun > foo(/*0*/ p0: B): jet.Unit } public trait Super : java.lang.Object { - public abstract fun > foo(/*0*/ p0 : A) : jet.Unit + public abstract fun > foo(/*0*/ p0: A): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoBounds.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoBounds.txt index 96441c67777..ee8b7141122 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoBounds.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoBounds.txt @@ -3,10 +3,10 @@ package test public trait TwoBounds : java.lang.Object { public trait Sub : test.TwoBounds.Super { - public abstract override /*1*/ fun foo(/*0*/ p0 : B) : jet.Unit where B : jet.CharSequence, B : java.lang.Cloneable + public abstract override /*1*/ fun foo(/*0*/ p0: B): jet.Unit where B : java.lang.Cloneable } public trait Super : java.lang.Object { - public abstract fun foo(/*0*/ p0 : A) : jet.Unit where A : jet.CharSequence, A : java.lang.Cloneable + public abstract fun foo(/*0*/ p0: A): jet.Unit where A : java.lang.Cloneable } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt index 823416b3bdb..bd62c2b83d1 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt @@ -3,14 +3,14 @@ package test public trait TwoSuperclasses : java.lang.Object { public trait Sub : test.TwoSuperclasses.Super1, test.TwoSuperclasses.Super2 { - public abstract override /*2*/ fun foo(/*0*/ p0 : C) : jet.Unit + public abstract override /*2*/ fun foo(/*0*/ p0: C): jet.Unit } public trait Super1 : java.lang.Object { - public abstract fun foo(/*0*/ p0 : A) : jet.Unit + public abstract fun foo(/*0*/ p0: A): jet.Unit } public trait Super2 : java.lang.Object { - public abstract fun foo(/*0*/ p0 : B) : jet.Unit + public abstract fun foo(/*0*/ p0: B): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt index 8282e2dbad9..56976314e93 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt @@ -3,10 +3,10 @@ package test public trait TwoTypeParameters : java.lang.Object { public trait Sub : test.TwoTypeParameters.Super { - public abstract override /*1*/ fun foo(/*0*/ p0 : B, /*1*/ p1 : A) : jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: B, /*1*/ p1: A): jet.Unit } public trait Super : java.lang.Object { - public abstract fun foo(/*0*/ p0 : A, /*1*/ p1 : B) : jet.Unit + public abstract fun foo(/*0*/ p0: A, /*1*/ p1: B): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt index 741b0141f60..cedadaba58c 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt @@ -3,10 +3,10 @@ package test public trait UseParameterAsUpperBound : java.lang.Object { public trait Sub : test.UseParameterAsUpperBound.Super { - public abstract override /*1*/ fun foo(/*0*/ p0 : B, /*1*/ p1 : A) : jet.Unit + public abstract override /*1*/ fun foo(/*0*/ p0: B, /*1*/ p1: A): jet.Unit } public trait Super : java.lang.Object { - public abstract fun foo(/*0*/ p0 : A, /*1*/ p1 : B) : jet.Unit + public abstract fun foo(/*0*/ p0: A, /*1*/ p1: B): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt index fdc19c4c898..7b40733bb71 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt @@ -3,10 +3,10 @@ package test public trait UseParameterInUpperBound : java.lang.Object { public trait Sub : test.UseParameterInUpperBound.Super { - public abstract override /*1*/ fun > foo(/*0*/ p0 : B, /*1*/ p1 : A) : jet.Unit + public abstract override /*1*/ fun > foo(/*0*/ p0: B, /*1*/ p1: A): jet.Unit } public trait Super : java.lang.Object { - public abstract fun > foo(/*0*/ p0 : A, /*1*/ p1 : B) : jet.Unit + public abstract fun > foo(/*0*/ p0: A, /*1*/ p1: B): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt index 27c851524cd..12497f680bf 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt @@ -3,10 +3,10 @@ package test public trait UseParameterInUpperBoundWithKotlinSignature : java.lang.Object { public trait Sub : test.UseParameterInUpperBoundWithKotlinSignature.Super { - public abstract override /*1*/ fun > foo(/*0*/ p0 : B, /*1*/ p1 : A) : jet.Unit + public abstract override /*1*/ fun > foo(/*0*/ p0: B, /*1*/ p1: A): jet.Unit } public trait Super : java.lang.Object { - public abstract fun > foo(/*0*/ p0 : A, /*1*/ p1 : B) : jet.Unit + public abstract fun > foo(/*0*/ p0: A, /*1*/ p1: B): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterable.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterable.txt index 809ef3cc068..c031b459957 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterable.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterable.txt @@ -1,6 +1,6 @@ package test public trait LoadIterable : java.lang.Object { - public abstract fun getIterable() : jet.MutableIterable? - public abstract fun setIterable(/*0*/ p0 : jet.Iterable?) : jet.Unit + public abstract fun getIterable(): jet.MutableIterable? + public abstract fun setIterable(/*0*/ p0: jet.Iterable?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterator.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterator.txt index 05099420f82..bc156b06126 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterator.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/library/LoadIterator.txt @@ -1,6 +1,6 @@ package test public trait LoadIterator : java.lang.Object { - public abstract fun getIterator() : jet.MutableIterator? - public abstract fun setIterator(/*0*/ p0 : jet.Iterator?) : jet.Unit + public abstract fun getIterator(): jet.MutableIterator? + public abstract fun setIterator(/*0*/ p0: jet.Iterator?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/modality/ModalityOfFakeOverrides.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/modality/ModalityOfFakeOverrides.txt index fce1da2cc2f..01ae4e35e02 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/modality/ModalityOfFakeOverrides.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/modality/ModalityOfFakeOverrides.txt @@ -2,29 +2,29 @@ package test public open class ModalityOfFakeOverrides : java.util.AbstractList { public constructor ModalityOfFakeOverrides() - protected final override /*1*/ /*fake_override*/ var modCount : jet.Int - public open override /*1*/ /*fake_override*/ fun add(/*0*/ p0 : jet.Int, /*1*/ p1 : jet.String) : jet.Unit - public open override /*1*/ /*fake_override*/ fun add(/*0*/ p0 : jet.String) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun addAll(/*0*/ p0 : jet.Collection) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun addAll(/*0*/ p0 : jet.Int, /*1*/ p1 : jet.Collection) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun clear() : jet.Unit - public open override /*1*/ /*fake_override*/ fun contains(/*0*/ p0 : jet.Any?) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun containsAll(/*0*/ p0 : jet.Collection) : jet.Boolean - public open override /*1*/ fun get(/*0*/ p0 : jet.Int) : jet.String - public open override /*1*/ /*fake_override*/ fun indexOf(/*0*/ p0 : jet.Any?) : jet.Int - public open override /*1*/ /*fake_override*/ fun isEmpty() : jet.Boolean - public open override /*1*/ /*fake_override*/ fun iterator() : jet.MutableIterator - public open override /*1*/ /*fake_override*/ fun lastIndexOf(/*0*/ p0 : jet.Any?) : jet.Int - public open override /*1*/ /*fake_override*/ fun listIterator() : jet.MutableListIterator - public open override /*1*/ /*fake_override*/ fun listIterator(/*0*/ p0 : jet.Int) : jet.MutableListIterator - public open override /*1*/ /*fake_override*/ fun remove(/*0*/ p0 : jet.Any?) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun remove(/*0*/ p0 : jet.Int) : jet.String - public open override /*1*/ /*fake_override*/ fun removeAll(/*0*/ p0 : jet.Collection) : jet.Boolean - protected open override /*1*/ /*fake_override*/ fun removeRange(/*0*/ p0 : jet.Int, /*1*/ p1 : jet.Int) : jet.Unit - public open override /*1*/ /*fake_override*/ fun retainAll(/*0*/ p0 : jet.Collection) : jet.Boolean - public open override /*1*/ /*fake_override*/ fun set(/*0*/ p0 : jet.Int, /*1*/ p1 : jet.String) : jet.String - public open override /*1*/ fun size() : jet.Int - public open override /*1*/ /*fake_override*/ fun subList(/*0*/ p0 : jet.Int, /*1*/ p1 : jet.Int) : jet.MutableList - public open override /*1*/ /*fake_override*/ fun toArray() : jet.Array - public open override /*1*/ /*fake_override*/ fun toArray(/*0*/ p0 : jet.Array) : jet.Array + protected final override /*1*/ /*fake_override*/ var modCount: jet.Int + public open override /*1*/ /*fake_override*/ fun add(/*0*/ p0: jet.Int, /*1*/ p1: jet.String): jet.Unit + public open override /*1*/ /*fake_override*/ fun add(/*0*/ p0: jet.String): jet.Boolean + public open override /*1*/ /*fake_override*/ fun addAll(/*0*/ p0: jet.Collection): jet.Boolean + public open override /*1*/ /*fake_override*/ fun addAll(/*0*/ p0: jet.Int, /*1*/ p1: jet.Collection): jet.Boolean + public open override /*1*/ /*fake_override*/ fun clear(): jet.Unit + public open override /*1*/ /*fake_override*/ fun contains(/*0*/ p0: jet.Any?): jet.Boolean + public open override /*1*/ /*fake_override*/ fun containsAll(/*0*/ p0: jet.Collection): jet.Boolean + public open override /*1*/ fun get(/*0*/ p0: jet.Int): jet.String + public open override /*1*/ /*fake_override*/ fun indexOf(/*0*/ p0: jet.Any?): jet.Int + public open override /*1*/ /*fake_override*/ fun isEmpty(): jet.Boolean + public open override /*1*/ /*fake_override*/ fun iterator(): jet.MutableIterator + public open override /*1*/ /*fake_override*/ fun lastIndexOf(/*0*/ p0: jet.Any?): jet.Int + public open override /*1*/ /*fake_override*/ fun listIterator(): jet.MutableListIterator + public open override /*1*/ /*fake_override*/ fun listIterator(/*0*/ p0: jet.Int): jet.MutableListIterator + public open override /*1*/ /*fake_override*/ fun remove(/*0*/ p0: jet.Any?): jet.Boolean + public open override /*1*/ /*fake_override*/ fun remove(/*0*/ p0: jet.Int): jet.String + public open override /*1*/ /*fake_override*/ fun removeAll(/*0*/ p0: jet.Collection): jet.Boolean + protected open override /*1*/ /*fake_override*/ fun removeRange(/*0*/ p0: jet.Int, /*1*/ p1: jet.Int): jet.Unit + public open override /*1*/ /*fake_override*/ fun retainAll(/*0*/ p0: jet.Collection): jet.Boolean + public open override /*1*/ /*fake_override*/ fun set(/*0*/ p0: jet.Int, /*1*/ p1: jet.String): jet.String + public open override /*1*/ fun size(): jet.Int + public open override /*1*/ /*fake_override*/ fun subList(/*0*/ p0: jet.Int, /*1*/ p1: jet.Int): jet.MutableList + public open override /*1*/ /*fake_override*/ fun toArray(): jet.Array + public open override /*1*/ /*fake_override*/ fun toArray(/*0*/ p0: jet.Array): jet.Array } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterable.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterable.txt index 52dc3f9f521..682538136eb 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterable.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterable.txt @@ -1,8 +1,8 @@ package test public trait LoadIterable : java.lang.Object { - public abstract fun getIterable() : jet.MutableIterable? - public abstract fun getReadOnlyIterable() : jet.Iterable? - public abstract fun setIterable(/*0*/ p0 : jet.MutableIterable?) : jet.Unit - public abstract fun setReadOnlyIterable(/*0*/ p0 : jet.Iterable?) : jet.Unit + public abstract fun getIterable(): jet.MutableIterable? + public abstract fun getReadOnlyIterable(): jet.Iterable? + public abstract fun setIterable(/*0*/ p0: jet.MutableIterable?): jet.Unit + public abstract fun setReadOnlyIterable(/*0*/ p0: jet.Iterable?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithConflict.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithConflict.txt index d811dc6c20b..30aafb28ab7 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithConflict.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithConflict.txt @@ -1,6 +1,6 @@ package test public trait LoadIterableWithConflict : java.lang.Object { - public abstract fun getIterable() : jet.MutableIterable? - public abstract fun setIterable(/*0*/ p0 : jet.MutableIterable?) : jet.Unit + public abstract fun getIterable(): jet.MutableIterable? + public abstract fun setIterable(/*0*/ p0: jet.MutableIterable?): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithNullability.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithNullability.txt index bef44ff87ff..39cf9a0b94f 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithNullability.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithNullability.txt @@ -1,8 +1,8 @@ package test public trait LoadIterableWithNullability : java.lang.Object { - public abstract fun getIterable() : jet.MutableIterable - public abstract fun getReadOnlyIterable() : jet.Iterable - public abstract fun setIterable(/*0*/ p0 : jet.MutableIterable) : jet.Unit - public abstract fun setReadOnlyIterable(/*0*/ p0 : jet.Iterable) : jet.Unit + public abstract fun getIterable(): jet.MutableIterable + public abstract fun getReadOnlyIterable(): jet.Iterable + public abstract fun setIterable(/*0*/ p0: jet.MutableIterable): jet.Unit + public abstract fun setReadOnlyIterable(/*0*/ p0: jet.Iterable): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithPropagation.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithPropagation.txt index 271816b9b8c..ec577680d19 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithPropagation.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/mutability/LoadIterableWithPropagation.txt @@ -3,17 +3,17 @@ package test public trait LoadIterableWithPropagation : java.lang.Object { public trait LoadIterable : java.lang.Object { - public abstract fun getIterable() : jet.MutableIterable? - public abstract fun getReadOnlyIterable() : jet.Iterable? - public abstract fun setIterable(/*0*/ p0 : jet.MutableIterable?) : jet.Unit - public abstract fun setReadOnlyIterable(/*0*/ p0 : jet.Iterable?) : jet.Unit + public abstract fun getIterable(): jet.MutableIterable? + public abstract fun getReadOnlyIterable(): jet.Iterable? + public abstract fun setIterable(/*0*/ p0: jet.MutableIterable?): jet.Unit + public abstract fun setReadOnlyIterable(/*0*/ p0: jet.Iterable?): jet.Unit } public open class LoadIterableImpl : test.LoadIterableWithPropagation.LoadIterable { public constructor LoadIterableImpl() - public open override /*1*/ fun getIterable() : jet.MutableIterable? - public open override /*1*/ fun getReadOnlyIterable() : jet.Iterable? - public open override /*1*/ fun setIterable(/*0*/ p0 : jet.MutableIterable?) : jet.Unit - public open override /*1*/ fun setReadOnlyIterable(/*0*/ p0 : jet.Iterable?) : jet.Unit + public open override /*1*/ fun getIterable(): jet.MutableIterable? + public open override /*1*/ fun getReadOnlyIterable(): jet.Iterable? + public open override /*1*/ fun setIterable(/*0*/ p0: jet.MutableIterable?): jet.Unit + public open override /*1*/ fun setReadOnlyIterable(/*0*/ p0: jet.Iterable?): jet.Unit } } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullField.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullField.txt index 0a1e7d7e4df..94a7fab3ff6 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullField.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullField.txt @@ -2,5 +2,5 @@ package test public open class NotNullField : java.lang.Object { public constructor NotNullField() - public final var hi : jet.String + public final var hi: jet.String } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullMethod.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullMethod.txt index a40101b3160..b015abcf482 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullMethod.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullMethod.txt @@ -2,5 +2,5 @@ package test public open class NotNullMethod : java.lang.Object { public constructor NotNullMethod() - public open fun hi() : jet.String + public open fun hi(): jet.String } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullParameter.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullParameter.txt index 54f17142c99..b8256d4404a 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullParameter.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullParameter.txt @@ -2,5 +2,5 @@ package test public open class NotNullParameter : java.lang.Object { public constructor NotNullParameter() - public open fun hi(/*0*/ p0 : jet.String) : jet.Unit + public open fun hi(/*0*/ p0: jet.String): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargInt.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargInt.txt index 1b7656b2b36..dff015b16ae 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargInt.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargInt.txt @@ -2,5 +2,5 @@ package test public open class VarargInt : java.lang.Object { public constructor VarargInt() - public open fun vararg(/*0*/ vararg p0 : jet.Int /*jet.IntArray*/) : jet.Unit + public open fun vararg(/*0*/ vararg p0: jet.Int /*jet.IntArray*/): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargString.txt b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargString.txt index 83e22f11c45..a003720a45b 100644 --- a/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargString.txt +++ b/compiler/testData/loadJava/compiledJavaCompareWithKotlin/vararg/VarargString.txt @@ -2,5 +2,5 @@ package test public open class VarargString : java.lang.Object { public constructor VarargString() - public open fun vararg(/*0*/ vararg p0 : jet.String? /*jet.Array*/) : jet.Unit + public open fun vararg(/*0*/ vararg p0: jet.String? /*jet.Array*/): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt index d027f6561b0..a95fecff97c 100644 --- a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt +++ b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt @@ -2,15 +2,15 @@ package test public final class ClassWithObjectMethod : java.lang.Object { public constructor ClassWithObjectMethod() - protected open override /*1*/ /*fake_override*/ fun clone() : jet.Any? - public open override /*1*/ /*fake_override*/ fun equals(/*0*/ p0 : jet.Any?) : jet.Boolean - protected open override /*1*/ /*fake_override*/ fun finalize() : jet.Unit - public final override /*1*/ /*fake_override*/ fun getClass() : java.lang.Class? - public open override /*1*/ /*fake_override*/ fun hashCode() : jet.Int - public final override /*1*/ /*fake_override*/ fun notify() : jet.Unit - public final override /*1*/ /*fake_override*/ fun notifyAll() : jet.Unit - public open override /*1*/ fun toString() : jet.String? - public final override /*1*/ /*fake_override*/ fun wait() : jet.Unit - public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0 : jet.Long) : jet.Unit - public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0 : jet.Long, /*1*/ p1 : jet.Int) : jet.Unit + protected open override /*1*/ /*fake_override*/ fun clone(): jet.Any? + public open override /*1*/ /*fake_override*/ fun equals(/*0*/ p0: jet.Any?): jet.Boolean + protected open override /*1*/ /*fake_override*/ fun finalize(): jet.Unit + public final override /*1*/ /*fake_override*/ fun getClass(): java.lang.Class? + public open override /*1*/ /*fake_override*/ fun hashCode(): jet.Int + public final override /*1*/ /*fake_override*/ fun notify(): jet.Unit + public final override /*1*/ /*fake_override*/ fun notifyAll(): jet.Unit + public open override /*1*/ fun toString(): jet.String? + public final override /*1*/ /*fake_override*/ fun wait(): jet.Unit + public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: jet.Long): jet.Unit + public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: jet.Long, /*1*/ p1: jet.Int): jet.Unit } diff --git a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt index d1655aa4875..c8290deabe3 100644 --- a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt +++ b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt @@ -1,15 +1,15 @@ package test public trait InterfaceWithObjectMethods : java.lang.Object { - public abstract override /*1*/ fun clone() : jet.Any? - public open override /*1*/ /*fake_override*/ fun equals(/*0*/ p0 : jet.Any?) : jet.Boolean - public abstract override /*1*/ fun finalize() : jet.Unit - public final override /*1*/ /*fake_override*/ fun getClass() : java.lang.Class? - public open override /*1*/ /*fake_override*/ fun hashCode() : jet.Int - public final override /*1*/ /*fake_override*/ fun notify() : jet.Unit - public final override /*1*/ /*fake_override*/ fun notifyAll() : jet.Unit - public open override /*1*/ /*fake_override*/ fun toString() : jet.String? - public final override /*1*/ /*fake_override*/ fun wait() : jet.Unit - public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0 : jet.Long) : jet.Unit - public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0 : jet.Long, /*1*/ p1 : jet.Int) : jet.Unit + public abstract override /*1*/ fun clone(): jet.Any? + public open override /*1*/ /*fake_override*/ fun equals(/*0*/ p0: jet.Any?): jet.Boolean + public abstract override /*1*/ fun finalize(): jet.Unit + public final override /*1*/ /*fake_override*/ fun getClass(): java.lang.Class? + public open override /*1*/ /*fake_override*/ fun hashCode(): jet.Int + public final override /*1*/ /*fake_override*/ fun notify(): jet.Unit + public final override /*1*/ /*fake_override*/ fun notifyAll(): jet.Unit + public open override /*1*/ /*fake_override*/ fun toString(): jet.String? + public final override /*1*/ /*fake_override*/ fun wait(): jet.Unit + public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: jet.Long): jet.Unit + public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: jet.Long, /*1*/ p1: jet.Int): jet.Unit } diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt index b826f846731..0d8f6acf9dc 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt @@ -2,30 +2,30 @@ package test public open class A { public constructor A() - public open fun foo() : jet.String + public open fun foo(): jet.String } public open class B : test.A { public constructor B() - public open override /*1*/ fun foo() : jet.String + public open override /*1*/ fun foo(): jet.String } public open class C : test.B { public constructor C() - public open override /*1*/ fun foo() : jet.String + public open override /*1*/ fun foo(): jet.String } public open class D : test.C { public constructor D() - public open override /*1*/ fun foo() : jet.String + public open override /*1*/ fun foo(): jet.String } public open class E : test.D { public constructor E() - public open override /*1*/ fun foo() : jet.String + public open override /*1*/ fun foo(): jet.String } public open class F : test.E { public constructor F() - public open override /*1*/ fun foo() : jet.String + public open override /*1*/ fun foo(): jet.String } diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt index 97294682084..6e8529ba034 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt @@ -2,17 +2,17 @@ package test internal open class Impl : test.Trait { public constructor Impl() - internal open override /*1*/ /*fake_override*/ fun bar() : jet.String - internal open override /*1*/ /*fake_override*/ fun foo() : jet.String + internal open override /*1*/ /*fake_override*/ fun bar(): jet.String + internal open override /*1*/ /*fake_override*/ fun foo(): jet.String } public open class Subclass : test.Impl { public constructor Subclass() - java.lang.Override() public open override /*1*/ fun bar() : jet.String - internal open override /*1*/ /*fake_override*/ fun foo() : jet.String + java.lang.Override() public open override /*1*/ fun bar(): jet.String + internal open override /*1*/ /*fake_override*/ fun foo(): jet.String } internal trait Trait { - internal open fun bar() : jet.String - internal open fun foo() : jet.String + internal open fun bar(): jet.String + internal open fun foo(): jet.String } diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt index 079f46e5a9a..542a0ce3009 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt @@ -2,10 +2,10 @@ package test public open class JavaSubclass : test.KotlinClass { public constructor JavaSubclass() - public open override /*1*/ fun foo() : jet.String + public open override /*1*/ fun foo(): jet.String } public open class KotlinClass { public constructor KotlinClass() - public open fun foo() : jet.String + public open fun foo(): jet.String } diff --git a/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt b/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt index 0c80a846d5c..2b41d12562c 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt @@ -2,10 +2,10 @@ package test public open class Base : java.lang.Object { public constructor Base() - public/*package*/ open fun foo() : jet.Unit + public/*package*/ open fun foo(): jet.Unit } internal final class Derived : test.Base { public constructor Derived() - internal open override /*1*/ fun foo() : jet.Unit + internal open override /*1*/ fun foo(): jet.Unit } diff --git a/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt b/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt index 7f8b5345bda..be3c9e81a10 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt @@ -2,10 +2,10 @@ package test public open class Base : java.lang.Object { public constructor Base() - protected/*protected and package*/ open fun foo() : jet.Unit + protected/*protected and package*/ open fun foo(): jet.Unit } internal final class Derived : test.Base { public constructor Derived() - protected open override /*1*/ fun foo() : jet.Unit + protected open override /*1*/ fun foo(): jet.Unit } diff --git a/compiler/testData/loadJava/sourceJava/ErrorTypes.txt b/compiler/testData/loadJava/sourceJava/ErrorTypes.txt index 3c8a50fb868..65e61c84783 100644 --- a/compiler/testData/loadJava/sourceJava/ErrorTypes.txt +++ b/compiler/testData/loadJava/sourceJava/ErrorTypes.txt @@ -3,13 +3,13 @@ package test public trait ErrorTypes : java.lang.Object { public trait Sub : test.ErrorTypes.Super { - public abstract fun errorTypeInParameter(/*0*/ list : jet.List?>?) : jet.Unit - public abstract override /*1*/ /*fake_override*/ fun errorTypeInParameter(/*0*/ list : jet.List?>?) : jet.Unit - public abstract override /*1*/ fun returnErrorType() : [ERROR : Unresolved java class: T] + public abstract fun errorTypeInParameter(/*0*/ list: jet.List?>?): jet.Unit + public abstract override /*1*/ /*fake_override*/ fun errorTypeInParameter(/*0*/ list: jet.List?>?): jet.Unit + public abstract override /*1*/ fun returnErrorType(): [ERROR : Unresolved java class: T] } public trait Super : java.lang.Object { - public abstract fun errorTypeInParameter(/*0*/ list : jet.List?>?) : jet.Unit - public abstract fun returnErrorType() : [ERROR : Unresolved java class: T] + public abstract fun errorTypeInParameter(/*0*/ list: jet.List?>?): jet.Unit + public abstract fun returnErrorType(): [ERROR : Unresolved java class: T] } } diff --git a/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt b/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt index 83e44cd68e8..cce2839dab5 100644 --- a/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt +++ b/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt @@ -7,7 +7,7 @@ public trait ReturnInnerSubclassOfSupersInner : java.lang.Object { public/*package*/ open inner class Inner : test.ReturnInnerSubclassOfSupersInner.Super.Inner { public/*package*/ constructor Inner() - public/*package*/ open override /*1*/ fun get() : test.ReturnInnerSubclassOfSupersInner.Sub? + public/*package*/ open override /*1*/ fun get(): test.ReturnInnerSubclassOfSupersInner.Sub? } } @@ -16,7 +16,7 @@ public trait ReturnInnerSubclassOfSupersInner : java.lang.Object { public/*package*/ open inner class Inner : java.lang.Object { public/*package*/ constructor Inner() - public/*package*/ open fun get() : test.ReturnInnerSubclassOfSupersInner.Super? + public/*package*/ open fun get(): test.ReturnInnerSubclassOfSupersInner.Super? } } } diff --git a/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt b/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt index 19da6f12d8a..9626cdfa930 100644 --- a/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt +++ b/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt @@ -3,20 +3,20 @@ package test public trait ReturnNotSubtype : java.lang.Object { public trait Sub : test.ReturnNotSubtype.Super { - public abstract override /*1*/ fun _void() : jet.Boolean - public abstract override /*1*/ fun array() : jet.Array? - public abstract override /*1*/ fun klass() : java.lang.Class? - public abstract override /*1*/ fun string1() : jet.Unit - public abstract override /*1*/ fun string2() : jet.MutableList? - public abstract override /*1*/ fun t() : java.lang.Void? + public abstract override /*1*/ fun _void(): jet.Boolean + public abstract override /*1*/ fun array(): jet.Array? + public abstract override /*1*/ fun klass(): java.lang.Class? + public abstract override /*1*/ fun string1(): jet.Unit + public abstract override /*1*/ fun string2(): jet.MutableList? + public abstract override /*1*/ fun t(): java.lang.Void? } public trait Super : java.lang.Object { - public abstract fun _void() : jet.Unit - public abstract fun array() : jet.Array? - public abstract fun klass() : java.lang.Class? - public abstract fun string1() : jet.String? - public abstract fun string2() : jet.String? - public abstract fun t() : T? + public abstract fun _void(): jet.Unit + public abstract fun array(): jet.Array? + public abstract fun klass(): java.lang.Class? + public abstract fun string1(): jet.String? + public abstract fun string2(): jet.String? + public abstract fun t(): T? } } diff --git a/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt b/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt index f20a39cf9b8..290ab9a0efa 100644 --- a/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt +++ b/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt @@ -1,10 +1,10 @@ package test public trait WrongNumberOfGenericParameters : java.lang.Object { - public abstract fun o0() : test.WrongNumberOfGenericParameters.One? - public abstract fun o2() : test.WrongNumberOfGenericParameters.One<[ERROR : T]>? - public abstract fun t1() : test.WrongNumberOfGenericParameters.Two? - public abstract fun z() : test.WrongNumberOfGenericParameters.Zero? + public abstract fun o0(): test.WrongNumberOfGenericParameters.One? + public abstract fun o2(): test.WrongNumberOfGenericParameters.One<[ERROR : T]>? + public abstract fun t1(): test.WrongNumberOfGenericParameters.Two? + public abstract fun z(): test.WrongNumberOfGenericParameters.Zero? public trait One : java.lang.Object { } diff --git a/compiler/testData/loadKotlin/class/ClassParamUpperClassInterfaceBound.txt b/compiler/testData/loadKotlin/class/ClassParamUpperClassInterfaceBound.txt index bb01930c327..f194b17f39e 100644 --- a/compiler/testData/loadKotlin/class/ClassParamUpperClassInterfaceBound.txt +++ b/compiler/testData/loadKotlin/class/ClassParamUpperClassInterfaceBound.txt @@ -1,5 +1,5 @@ package test -internal final class Clock where A : java.lang.Number, A : java.io.Serializable { - /*primary*/ public constructor Clock() +internal final class Clock where A : java.io.Serializable { + /*primary*/ public constructor Clock() where A : java.io.Serializable } diff --git a/compiler/testData/loadKotlin/class/EnumWithGenericConstructorParameter.txt b/compiler/testData/loadKotlin/class/EnumWithGenericConstructorParameter.txt index 63ed8e51ab6..a620ef204d3 100644 --- a/compiler/testData/loadKotlin/class/EnumWithGenericConstructorParameter.txt +++ b/compiler/testData/loadKotlin/class/EnumWithGenericConstructorParameter.txt @@ -1,13 +1,13 @@ package test internal final enum class EnumWithGenericConstructorParameter : jet.Enum { - /*primary*/ private constructor EnumWithGenericConstructorParameter(/*0*/ list : jet.List?) - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + /*primary*/ private constructor EnumWithGenericConstructorParameter(/*0*/ list: jet.List?) + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { /*primary*/ private constructor () - public final fun valueOf(/*0*/ value : jet.String) : test.EnumWithGenericConstructorParameter - public final fun values() : jet.Array + public final fun valueOf(/*0*/ value: jet.String): test.EnumWithGenericConstructorParameter + public final fun values(): jet.Array } } diff --git a/compiler/testData/loadKotlin/class/EnumWithPrimitiveConstructorParameter.txt b/compiler/testData/loadKotlin/class/EnumWithPrimitiveConstructorParameter.txt index c3bc1d34adb..c015e26a3bd 100644 --- a/compiler/testData/loadKotlin/class/EnumWithPrimitiveConstructorParameter.txt +++ b/compiler/testData/loadKotlin/class/EnumWithPrimitiveConstructorParameter.txt @@ -1,13 +1,13 @@ package test internal final enum class EnumWithPrimitiveConstructorParameter : jet.Enum { - /*primary*/ private constructor EnumWithPrimitiveConstructorParameter(/*0*/ b : jet.Boolean) - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + /*primary*/ private constructor EnumWithPrimitiveConstructorParameter(/*0*/ b: jet.Boolean) + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { /*primary*/ private constructor () - public final fun valueOf(/*0*/ value : jet.String) : test.EnumWithPrimitiveConstructorParameter - public final fun values() : jet.Array + public final fun valueOf(/*0*/ value: jet.String): test.EnumWithPrimitiveConstructorParameter + public final fun values(): jet.Array } } diff --git a/compiler/testData/loadKotlin/class/NamedObject.txt b/compiler/testData/loadKotlin/class/NamedObject.txt index 99153e442cc..8816a0db0d0 100644 --- a/compiler/testData/loadKotlin/class/NamedObject.txt +++ b/compiler/testData/loadKotlin/class/NamedObject.txt @@ -1,10 +1,10 @@ package test -public val Obj : test.Obj +public val Obj: test.Obj public object Obj { /*primary*/ private constructor Obj() - public final val v : jet.String - public final fun () : jet.String - public final fun f() : jet.String + public final val v: jet.String + public final fun (): jet.String + public final fun f(): jet.String } diff --git a/compiler/testData/loadKotlin/class/NamedObjectInClassObject.txt b/compiler/testData/loadKotlin/class/NamedObjectInClassObject.txt index 137c3a8930f..f4e301dd811 100644 --- a/compiler/testData/loadKotlin/class/NamedObjectInClassObject.txt +++ b/compiler/testData/loadKotlin/class/NamedObjectInClassObject.txt @@ -5,13 +5,13 @@ public final class Outer { public class object { /*primary*/ private constructor () - public final val Obj : test.Outer.Obj + public final val Obj: test.Outer.Obj public object Obj { /*primary*/ private constructor Obj() - public final val v : jet.String - public final fun () : jet.String - public final fun f() : jet.String + public final val v: jet.String + public final fun (): jet.String + public final fun f(): jet.String } } } diff --git a/compiler/testData/loadKotlin/class/NamedObjectInNamedObject.txt b/compiler/testData/loadKotlin/class/NamedObjectInNamedObject.txt index 6a5c9ab4f5b..752d4062237 100644 --- a/compiler/testData/loadKotlin/class/NamedObjectInNamedObject.txt +++ b/compiler/testData/loadKotlin/class/NamedObjectInNamedObject.txt @@ -1,15 +1,15 @@ package test -public val Outer : test.Outer +public val Outer: test.Outer public object Outer { /*primary*/ private constructor Outer() - public final val Obj : test.Outer.Obj + public final val Obj: test.Outer.Obj public object Obj { /*primary*/ private constructor Obj() - public final val v : jet.String - public final fun () : jet.String - public final fun f() : jet.String + public final val v: jet.String + public final fun (): jet.String + public final fun f(): jet.String } } diff --git a/compiler/testData/loadKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt b/compiler/testData/loadKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt index a798fce18d7..a6105fe5b43 100644 --- a/compiler/testData/loadKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt +++ b/compiler/testData/loadKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt @@ -1,12 +1,12 @@ package test -public val Obj : test.Obj -internal val x : jet.Int - internal fun () : jet.Int +public val Obj: test.Obj +internal val x: jet.Int + internal fun (): jet.Int public object Obj { /*primary*/ private constructor Obj() - public final val v : jet.String - public final fun () : jet.String - public final fun f() : jet.String + public final val v: jet.String + public final fun (): jet.String + public final fun f(): jet.String } diff --git a/compiler/testData/loadKotlin/class/SingleAbstractMethod.txt b/compiler/testData/loadKotlin/class/SingleAbstractMethod.txt index 0a1306ff607..808dd47b05b 100644 --- a/compiler/testData/loadKotlin/class/SingleAbstractMethod.txt +++ b/compiler/testData/loadKotlin/class/SingleAbstractMethod.txt @@ -1,5 +1,5 @@ package test public trait SingleAbstractMethod { - internal abstract fun foo() : jet.Unit + internal abstract fun foo(): jet.Unit } diff --git a/compiler/testData/loadKotlin/classFun/ClassInParamUsedInFun.txt b/compiler/testData/loadKotlin/classFun/ClassInParamUsedInFun.txt index 13e4a16999b..8de44a50ca5 100644 --- a/compiler/testData/loadKotlin/classFun/ClassInParamUsedInFun.txt +++ b/compiler/testData/loadKotlin/classFun/ClassInParamUsedInFun.txt @@ -2,5 +2,5 @@ package test internal final class ClassParamUsedInFun { /*primary*/ public constructor ClassParamUsedInFun() - internal final fun f(/*0*/ t : T) : jet.Int + internal final fun f(/*0*/ t: T): jet.Int } diff --git a/compiler/testData/loadKotlin/classFun/ClassParamUsedInFun.txt b/compiler/testData/loadKotlin/classFun/ClassParamUsedInFun.txt index 8563953b54a..0a5f6294b9e 100644 --- a/compiler/testData/loadKotlin/classFun/ClassParamUsedInFun.txt +++ b/compiler/testData/loadKotlin/classFun/ClassParamUsedInFun.txt @@ -2,5 +2,5 @@ package test internal final class ClassParamUsedInFun { /*primary*/ public constructor ClassParamUsedInFun() - internal final fun f(/*0*/ t : T) : jet.Int + internal final fun f(/*0*/ t: T): jet.Int } diff --git a/compiler/testData/loadKotlin/classFun/FunDelegationToTraitImpl.txt b/compiler/testData/loadKotlin/classFun/FunDelegationToTraitImpl.txt index 57fbcb81d95..a051b3cc094 100644 --- a/compiler/testData/loadKotlin/classFun/FunDelegationToTraitImpl.txt +++ b/compiler/testData/loadKotlin/classFun/FunDelegationToTraitImpl.txt @@ -1,10 +1,10 @@ package test internal trait A { - internal open fun f() : jet.String + internal open fun f(): jet.String } internal final class B : test.A { /*primary*/ public constructor B() - internal open override /*1*/ /*fake_override*/ fun f() : jet.String + internal open override /*1*/ /*fake_override*/ fun f(): jet.String } diff --git a/compiler/testData/loadKotlin/classFun/FunInParamSuper.txt b/compiler/testData/loadKotlin/classFun/FunInParamSuper.txt index 0115c5505a6..d4d7aa43800 100644 --- a/compiler/testData/loadKotlin/classFun/FunInParamSuper.txt +++ b/compiler/testData/loadKotlin/classFun/FunInParamSuper.txt @@ -2,10 +2,10 @@ package test internal open class Base { /*primary*/ public constructor Base() - internal final fun foo() : T + internal final fun foo(): T } internal final class Inh : test.Base { /*primary*/ public constructor Inh() - internal final override /*1*/ /*fake_override*/ fun foo() : jet.String + internal final override /*1*/ /*fake_override*/ fun foo(): jet.String } diff --git a/compiler/testData/loadKotlin/classFun/TraitFinalFun.txt b/compiler/testData/loadKotlin/classFun/TraitFinalFun.txt index 1d3a9bf8e14..32e6e0c27d8 100644 --- a/compiler/testData/loadKotlin/classFun/TraitFinalFun.txt +++ b/compiler/testData/loadKotlin/classFun/TraitFinalFun.txt @@ -1,5 +1,5 @@ package test internal trait A { - internal final fun f() : jet.String + internal final fun f(): jet.String } diff --git a/compiler/testData/loadKotlin/classFun/TraitOpenFun.txt b/compiler/testData/loadKotlin/classFun/TraitOpenFun.txt index a2310af8657..4a8fe20f6a0 100644 --- a/compiler/testData/loadKotlin/classFun/TraitOpenFun.txt +++ b/compiler/testData/loadKotlin/classFun/TraitOpenFun.txt @@ -1,5 +1,5 @@ package test internal trait A { - internal open fun f() : jet.String + internal open fun f(): jet.String } diff --git a/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVal.txt b/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVal.txt index 0977c918c55..89cc23883d8 100644 --- a/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVal.txt +++ b/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVal.txt @@ -5,7 +5,7 @@ internal final class ClassObjectDeclaresProperty { internal class object { /*primary*/ private constructor () - internal final val i : jet.Int - internal final fun () : jet.Int + internal final val i: jet.Int + internal final fun (): jet.Int } } diff --git a/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVar.txt b/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVar.txt index 2130a309657..b4be4a2ec5a 100644 --- a/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVar.txt +++ b/compiler/testData/loadKotlin/classObject/ClassObjectDeclaresVar.txt @@ -5,8 +5,8 @@ internal final class ClassObjectDeclaresProperty { internal class object { /*primary*/ private constructor () - internal final var s : jet.String - internal final fun () : jet.String - internal final fun (/*0*/ : jet.String) : jet.Unit + internal final var s: jet.String + internal final fun (): jet.String + internal final fun (/*0*/ : jet.String): jet.Unit } } diff --git a/compiler/testData/loadKotlin/constructor/Constructor1.txt b/compiler/testData/loadKotlin/constructor/Constructor1.txt index 2114641f47d..77b5cb2fae6 100644 --- a/compiler/testData/loadKotlin/constructor/Constructor1.txt +++ b/compiler/testData/loadKotlin/constructor/Constructor1.txt @@ -1,5 +1,5 @@ package test internal final class ClassWithConstructor1 { - /*primary*/ public constructor ClassWithConstructor1(/*0*/ p : jet.Int) + /*primary*/ public constructor ClassWithConstructor1(/*0*/ p: jet.Int) } diff --git a/compiler/testData/loadKotlin/constructor/Constructor1WithParamDefaultValue.txt b/compiler/testData/loadKotlin/constructor/Constructor1WithParamDefaultValue.txt index f13bc15e3a4..b4133ae5b42 100644 --- a/compiler/testData/loadKotlin/constructor/Constructor1WithParamDefaultValue.txt +++ b/compiler/testData/loadKotlin/constructor/Constructor1WithParamDefaultValue.txt @@ -1,5 +1,5 @@ package test internal final class ClassWithConstructorWithValueParamWithDefaultValue { - /*primary*/ public constructor ClassWithConstructorWithValueParamWithDefaultValue(/*0*/ p : jet.Int = ...) + /*primary*/ public constructor ClassWithConstructorWithValueParamWithDefaultValue(/*0*/ p: jet.Int = ...) } diff --git a/compiler/testData/loadKotlin/constructor/Constructor2WithOneParamDefaultValue.txt b/compiler/testData/loadKotlin/constructor/Constructor2WithOneParamDefaultValue.txt index 07daf627bd3..e3f3093b611 100644 --- a/compiler/testData/loadKotlin/constructor/Constructor2WithOneParamDefaultValue.txt +++ b/compiler/testData/loadKotlin/constructor/Constructor2WithOneParamDefaultValue.txt @@ -1,5 +1,5 @@ package test internal final class TestConstructor { - /*primary*/ public constructor TestConstructor(/*0*/ p : jet.Int = ..., /*1*/ s : jet.Int) + /*primary*/ public constructor TestConstructor(/*0*/ p: jet.Int = ..., /*1*/ s: jet.Int) } diff --git a/compiler/testData/loadKotlin/constructor/ConstructorCollectionParameter.txt b/compiler/testData/loadKotlin/constructor/ConstructorCollectionParameter.txt index 8eb1389b8e5..c3faeebbcd5 100644 --- a/compiler/testData/loadKotlin/constructor/ConstructorCollectionParameter.txt +++ b/compiler/testData/loadKotlin/constructor/ConstructorCollectionParameter.txt @@ -1,7 +1,7 @@ package test internal final class TestingKotlinCollections { - /*primary*/ public constructor TestingKotlinCollections(/*0*/ arguments : jet.Collection) - internal final val arguments : jet.Collection - internal final fun () : jet.Collection + /*primary*/ public constructor TestingKotlinCollections(/*0*/ arguments: jet.Collection) + internal final val arguments: jet.Collection + internal final fun (): jet.Collection } diff --git a/compiler/testData/loadKotlin/constructor/ConstructorWithTwoDefArgs.txt b/compiler/testData/loadKotlin/constructor/ConstructorWithTwoDefArgs.txt index ba803de1f6c..7549ca5e3af 100644 --- a/compiler/testData/loadKotlin/constructor/ConstructorWithTwoDefArgs.txt +++ b/compiler/testData/loadKotlin/constructor/ConstructorWithTwoDefArgs.txt @@ -1,5 +1,5 @@ package test internal final class TestConstructor { - /*primary*/ public constructor TestConstructor(/*0*/ p : jet.Int = ..., /*1*/ d : jet.Int = ...) + /*primary*/ public constructor TestConstructor(/*0*/ p: jet.Int = ..., /*1*/ d: jet.Int = ...) } diff --git a/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt b/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt index f49999acb41..f106db7d564 100644 --- a/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt +++ b/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt @@ -1,5 +1,5 @@ package test internal final class ClassWithConstructorAndTypeParameter { - /*primary*/ public constructor ClassWithConstructorAndTypeParameter(/*0*/ q : jet.Int) + /*primary*/ public constructor ClassWithConstructorAndTypeParameter(/*0*/ q: jet.Int) } diff --git a/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt b/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt index 0cb53ab9057..989f6a17ffb 100644 --- a/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt +++ b/compiler/testData/loadKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt @@ -1,5 +1,5 @@ package test internal final class ClassWithConstructorAndTypeParameter { - /*primary*/ public constructor ClassWithConstructorAndTypeParameter(/*0*/ q : Q) + /*primary*/ public constructor ClassWithConstructorAndTypeParameter(/*0*/ q: Q) } diff --git a/compiler/testData/loadKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt b/compiler/testData/loadKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt index a2a177f6fd8..eb35f9e46a3 100644 --- a/compiler/testData/loadKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt +++ b/compiler/testData/loadKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt @@ -1,5 +1,5 @@ package test internal final class OneTypeParameterErased { - /*primary*/ public constructor OneTypeParameterErased(/*0*/ q : Q) + /*primary*/ public constructor OneTypeParameterErased(/*0*/ q: Q) } diff --git a/compiler/testData/loadKotlin/constructor/InnerClassConstructorWithDefArgs.txt b/compiler/testData/loadKotlin/constructor/InnerClassConstructorWithDefArgs.txt index 51bed0e2f02..7597a44df62 100644 --- a/compiler/testData/loadKotlin/constructor/InnerClassConstructorWithDefArgs.txt +++ b/compiler/testData/loadKotlin/constructor/InnerClassConstructorWithDefArgs.txt @@ -4,6 +4,6 @@ internal final class A { /*primary*/ public constructor A() internal final class TestConstructor { - /*primary*/ public constructor TestConstructor(/*0*/ p : jet.Int = ...) + /*primary*/ public constructor TestConstructor(/*0*/ p: jet.Int = ...) } } diff --git a/compiler/testData/loadKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt b/compiler/testData/loadKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt index 18334cf5721..a3e6628c2a7 100644 --- a/compiler/testData/loadKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt +++ b/compiler/testData/loadKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt @@ -1,5 +1,5 @@ package test internal final class TestConstructor { - /*primary*/ private constructor TestConstructor(/*0*/ p : jet.Int = ...) + /*primary*/ private constructor TestConstructor(/*0*/ p: jet.Int = ...) } diff --git a/compiler/testData/loadKotlin/constructor/vararg/ConstructorNonLastVararg.txt b/compiler/testData/loadKotlin/constructor/vararg/ConstructorNonLastVararg.txt index 02a73d15b14..12c2c642461 100644 --- a/compiler/testData/loadKotlin/constructor/vararg/ConstructorNonLastVararg.txt +++ b/compiler/testData/loadKotlin/constructor/vararg/ConstructorNonLastVararg.txt @@ -1,5 +1,5 @@ package test internal final class A { - /*primary*/ public constructor A(/*0*/ vararg a : jet.Int /*jet.IntArray*/, /*1*/ f : () -> jet.Unit) + /*primary*/ public constructor A(/*0*/ vararg a: jet.Int /*jet.IntArray*/, /*1*/ f: () -> jet.Unit) } diff --git a/compiler/testData/loadKotlin/constructor/vararg/ConstructorVararg.txt b/compiler/testData/loadKotlin/constructor/vararg/ConstructorVararg.txt index 3b3d2621378..4b64664b382 100644 --- a/compiler/testData/loadKotlin/constructor/vararg/ConstructorVararg.txt +++ b/compiler/testData/loadKotlin/constructor/vararg/ConstructorVararg.txt @@ -1,5 +1,5 @@ package test internal final class A { - /*primary*/ public constructor A(/*0*/ vararg a : jet.Int /*jet.IntArray*/) + /*primary*/ public constructor A(/*0*/ vararg a: jet.Int /*jet.IntArray*/) } diff --git a/compiler/testData/loadKotlin/dataClass/MixedComponents.txt b/compiler/testData/loadKotlin/dataClass/MixedComponents.txt index 101faeb0663..f08e5751309 100644 --- a/compiler/testData/loadKotlin/dataClass/MixedComponents.txt +++ b/compiler/testData/loadKotlin/dataClass/MixedComponents.txt @@ -1,13 +1,13 @@ package test jet.data() internal final class DataClass { - /*primary*/ public constructor DataClass(/*0*/ x : jet.String, /*1*/ y : jet.Int, /*2*/ z : jet.Double) - internal final var x : jet.String - internal final fun () : jet.String - internal final fun (/*0*/ : jet.String) : jet.Unit - internal final val z : jet.Double - internal final fun () : jet.Double - internal final /*synthesized*/ fun component1() : jet.String - internal final /*synthesized*/ fun component2() : jet.Double - internal final /*synthesized*/ fun copy(/*0*/ x : jet.String = ..., /*1*/ y : jet.Int, /*2*/ z : jet.Double = ...) : test.DataClass + /*primary*/ public constructor DataClass(/*0*/ x: jet.String, /*1*/ y: jet.Int, /*2*/ z: jet.Double) + internal final var x: jet.String + internal final fun (): jet.String + internal final fun (/*0*/ : jet.String): jet.Unit + internal final val z: jet.Double + internal final fun (): jet.Double + internal final /*synthesized*/ fun component1(): jet.String + internal final /*synthesized*/ fun component2(): jet.Double + internal final /*synthesized*/ fun copy(/*0*/ x: jet.String = ..., /*1*/ y: jet.Int, /*2*/ z: jet.Double = ...): test.DataClass } diff --git a/compiler/testData/loadKotlin/dataClass/OneVal.txt b/compiler/testData/loadKotlin/dataClass/OneVal.txt index 0e0add83a04..db27eadd284 100644 --- a/compiler/testData/loadKotlin/dataClass/OneVal.txt +++ b/compiler/testData/loadKotlin/dataClass/OneVal.txt @@ -1,9 +1,9 @@ package test jet.data() internal final class DataClass { - /*primary*/ public constructor DataClass(/*0*/ x : jet.String) - internal final val x : jet.String - internal final fun () : jet.String - internal final /*synthesized*/ fun component1() : jet.String - internal final /*synthesized*/ fun copy(/*0*/ x : jet.String = ...) : test.DataClass + /*primary*/ public constructor DataClass(/*0*/ x: jet.String) + internal final val x: jet.String + internal final fun (): jet.String + internal final /*synthesized*/ fun component1(): jet.String + internal final /*synthesized*/ fun copy(/*0*/ x: jet.String = ...): test.DataClass } diff --git a/compiler/testData/loadKotlin/dataClass/OpenDataClass.txt b/compiler/testData/loadKotlin/dataClass/OpenDataClass.txt index 76a0f8c09cf..b1d7e8b7b2f 100644 --- a/compiler/testData/loadKotlin/dataClass/OpenDataClass.txt +++ b/compiler/testData/loadKotlin/dataClass/OpenDataClass.txt @@ -1,9 +1,9 @@ package test jet.data() internal open class DataClass { - /*primary*/ public constructor DataClass(/*0*/ x : jet.String) - internal final val x : jet.String - internal final fun () : jet.String - internal final /*synthesized*/ fun component1() : jet.String - internal final /*synthesized*/ fun copy(/*0*/ x : jet.String = ...) : test.DataClass + /*primary*/ public constructor DataClass(/*0*/ x: jet.String) + internal final val x: jet.String + internal final fun (): jet.String + internal final /*synthesized*/ fun component1(): jet.String + internal final /*synthesized*/ fun copy(/*0*/ x: jet.String = ...): test.DataClass } diff --git a/compiler/testData/loadKotlin/dataClass/OpenPropertyFinalComponent.txt b/compiler/testData/loadKotlin/dataClass/OpenPropertyFinalComponent.txt index c4d3a929272..0e1492c753d 100644 --- a/compiler/testData/loadKotlin/dataClass/OpenPropertyFinalComponent.txt +++ b/compiler/testData/loadKotlin/dataClass/OpenPropertyFinalComponent.txt @@ -1,9 +1,9 @@ package test jet.data() internal open class DataClass { - /*primary*/ public constructor DataClass(/*0*/ x : jet.String) - internal open val x : jet.String - internal open fun () : jet.String - internal final /*synthesized*/ fun component1() : jet.String - internal final /*synthesized*/ fun copy(/*0*/ x : jet.String = ...) : test.DataClass + /*primary*/ public constructor DataClass(/*0*/ x: jet.String) + internal open val x: jet.String + internal open fun (): jet.String + internal final /*synthesized*/ fun component1(): jet.String + internal final /*synthesized*/ fun copy(/*0*/ x: jet.String = ...): test.DataClass } diff --git a/compiler/testData/loadKotlin/dataClass/TwoVals.txt b/compiler/testData/loadKotlin/dataClass/TwoVals.txt index 47ea2768297..90c62036208 100644 --- a/compiler/testData/loadKotlin/dataClass/TwoVals.txt +++ b/compiler/testData/loadKotlin/dataClass/TwoVals.txt @@ -1,12 +1,12 @@ package test jet.data() internal final class DataClass { - /*primary*/ public constructor DataClass(/*0*/ x : jet.String, /*1*/ y : jet.Int) - internal final val x : jet.String - internal final fun () : jet.String - internal final val y : jet.Int - internal final fun () : jet.Int - internal final /*synthesized*/ fun component1() : jet.String - internal final /*synthesized*/ fun component2() : jet.Int - internal final /*synthesized*/ fun copy(/*0*/ x : jet.String = ..., /*1*/ y : jet.Int = ...) : test.DataClass + /*primary*/ public constructor DataClass(/*0*/ x: jet.String, /*1*/ y: jet.Int) + internal final val x: jet.String + internal final fun (): jet.String + internal final val y: jet.Int + internal final fun (): jet.Int + internal final /*synthesized*/ fun component1(): jet.String + internal final /*synthesized*/ fun component2(): jet.Int + internal final /*synthesized*/ fun copy(/*0*/ x: jet.String = ..., /*1*/ y: jet.Int = ...): test.DataClass } diff --git a/compiler/testData/loadKotlin/dataClass/TwoVars.txt b/compiler/testData/loadKotlin/dataClass/TwoVars.txt index fee7a9a942d..04f749133b2 100644 --- a/compiler/testData/loadKotlin/dataClass/TwoVars.txt +++ b/compiler/testData/loadKotlin/dataClass/TwoVars.txt @@ -1,14 +1,14 @@ package test jet.data() internal final class DataClass { - /*primary*/ public constructor DataClass(/*0*/ x : jet.String, /*1*/ y : jet.Int) - internal final var x : jet.String - internal final fun () : jet.String - internal final fun (/*0*/ : jet.String) : jet.Unit - internal final var y : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - internal final /*synthesized*/ fun component1() : jet.String - internal final /*synthesized*/ fun component2() : jet.Int - internal final /*synthesized*/ fun copy(/*0*/ x : jet.String = ..., /*1*/ y : jet.Int = ...) : test.DataClass + /*primary*/ public constructor DataClass(/*0*/ x: jet.String, /*1*/ y: jet.Int) + internal final var x: jet.String + internal final fun (): jet.String + internal final fun (/*0*/ : jet.String): jet.Unit + internal final var y: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + internal final /*synthesized*/ fun component1(): jet.String + internal final /*synthesized*/ fun component2(): jet.Int + internal final /*synthesized*/ fun copy(/*0*/ x: jet.String = ..., /*1*/ y: jet.Int = ...): test.DataClass } diff --git a/compiler/testData/loadKotlin/fun/PropagateDeepSubclass.txt b/compiler/testData/loadKotlin/fun/PropagateDeepSubclass.txt index d112a05650f..1696a07bb36 100644 --- a/compiler/testData/loadKotlin/fun/PropagateDeepSubclass.txt +++ b/compiler/testData/loadKotlin/fun/PropagateDeepSubclass.txt @@ -1,18 +1,18 @@ package test internal trait A { - internal open fun bar() : jet.Unit - internal open fun foo() : jet.Unit + internal open fun bar(): jet.Unit + internal open fun foo(): jet.Unit } internal open class B : test.A { /*primary*/ public constructor B() - internal open override /*1*/ /*fake_override*/ fun bar() : jet.Unit - internal open override /*1*/ /*fake_override*/ fun foo() : jet.Unit + internal open override /*1*/ /*fake_override*/ fun bar(): jet.Unit + internal open override /*1*/ /*fake_override*/ fun foo(): jet.Unit } internal final class C : test.B { /*primary*/ public constructor C() - internal open override /*1*/ fun bar() : jet.Unit - internal open override /*1*/ /*fake_override*/ fun foo() : jet.Unit + internal open override /*1*/ fun bar(): jet.Unit + internal open override /*1*/ /*fake_override*/ fun foo(): jet.Unit } diff --git a/compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.txt b/compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.txt index e284159f07e..e6f4e7aa4c3 100644 --- a/compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.txt +++ b/compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.txt @@ -2,5 +2,5 @@ package test internal final class PropagateSubclassOfComparable : jet.Comparable { /*primary*/ public constructor PropagateSubclassOfComparable() - public open override /*1*/ fun compareTo(/*0*/ other : test.PropagateSubclassOfComparable) : jet.Int + public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): jet.Int } diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunGenericParam.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunGenericParam.txt index d477e6105ec..432fc4798b0 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunGenericParam.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunGenericParam.txt @@ -1,3 +1,3 @@ package test -internal fun f() : jet.Int +internal fun f(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParam.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParam.txt index c6c2a289885..cd286dacb45 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParam.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParam.txt @@ -1,3 +1,3 @@ package test -internal fun funParamParam(/*0*/ a : jet.Int, /*1*/ b : P) : jet.Int +internal fun funParamParam(/*0*/ a: jet.Int, /*1*/ b: P): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt index c6c2a289885..cd286dacb45 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt @@ -1,3 +1,3 @@ package test -internal fun funParamParam(/*0*/ a : jet.Int, /*1*/ b : P) : jet.Int +internal fun funParamParam(/*0*/ a: jet.Int, /*1*/ b: P): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt index 07cbe77fb8f..e20057d6da9 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt @@ -1,3 +1,3 @@ package test -internal fun funParamReferencesParam() : jet.Int +internal fun funParamReferencesParam(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt index 79ffef7f4fa..c22e29c585e 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt @@ -1,6 +1,6 @@ package test -internal fun foo() : jet.Unit where T : test.Foo, T : test.Bar +internal fun foo(): jet.Unit where T : test.Bar internal trait Bar { } diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt index 77c5dc5a604..6e7e6374406 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt @@ -1,3 +1,3 @@ package test -internal fun uno() : jet.Int +internal fun uno(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt index 25fcd475030..0df5fa99749 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt @@ -1,3 +1,3 @@ package test -internal fun tres() : jet.Int where A : java.lang.Number, A : java.io.Serializable +internal fun tres(): jet.Int where A : java.io.Serializable diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt index 7c2325b93ab..75732c5625b 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt @@ -1,3 +1,3 @@ package test -internal fun dos() : jet.Int +internal fun dos(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt index f2e82800895..01f4ba380d4 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt @@ -1,3 +1,3 @@ package test -internal fun funParamVarargParam(/*0*/ a : jet.Int, /*1*/ vararg b : P /*jet.Array

*/) : jet.Int +internal fun funParamVarargParam(/*0*/ a: jet.Int, /*1*/ vararg b: P /*jet.Array

*/): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt index cf0f4ae5701..bb2b0de7889 100644 --- a/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt +++ b/compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt @@ -1,3 +1,3 @@ package test -internal fun funTwoTypeParams() : jet.Int +internal fun funTwoTypeParams(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt index 55ee707a132..79b30ddf648 100644 --- a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt +++ b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun ff(/*0*/ p : jet.List) : jet.Int +internal fun ff(/*0*/ p: jet.List): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt index 57b992bf77f..710c725ffd4 100644 --- a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt +++ b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt @@ -1,3 +1,3 @@ package test -internal fun ff(/*0*/ p : jet.List) : jet.Int +internal fun ff(/*0*/ p: jet.List): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt index 7135fa789fc..57f853ad916 100644 --- a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt +++ b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt @@ -1,3 +1,3 @@ package test -internal fun fff(/*0*/ a : java.lang.Integer?) : jet.Int +internal fun fff(/*0*/ a: java.lang.Integer?): jet.Int diff --git a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt index be2866955f7..ebd46b1b042 100644 --- a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt +++ b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun ffgg() : jet.List +internal fun ffgg(): jet.List diff --git a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt index 90754606a38..cbd51ce4aef 100644 --- a/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt +++ b/compiler/testData/loadKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt @@ -1,3 +1,3 @@ package test -internal fun ffgg() : jet.List +internal fun ffgg(): jet.List diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFun.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFun.txt index 7b70fc2d34e..b2d6cc94bae 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFun.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFun.txt @@ -2,5 +2,5 @@ package test internal final class River { /*primary*/ public constructor River() - internal final fun song() : jet.Int + internal final fun song(): jet.Int } diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFoo.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFoo.txt index ad8dd12da7a..38d32cac57e 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFoo.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFoo.txt @@ -2,5 +2,5 @@ package test internal final class ClassFunGetFoo { /*primary*/ public constructor ClassFunGetFoo() - internal final fun getFoo() : jet.Int + internal final fun getFoo(): jet.Int } diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt index 142affa7967..9081a83040c 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt @@ -2,6 +2,6 @@ package test internal final class ClassFunGetFoo { /*primary*/ public constructor ClassFunGetFoo() - internal final fun getFoo() : jet.Int - internal final fun setFoo(/*0*/ p : jet.Int) : jet.Unit + internal final fun getFoo(): jet.Int + internal final fun setFoo(/*0*/ p: jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunSetFoo.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunSetFoo.txt index d4ed51c14a2..fc68ef166bd 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunSetFoo.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunSetFoo.txt @@ -2,5 +2,5 @@ package test internal final class ClassFunGetFoo { /*primary*/ public constructor ClassFunGetFoo() - internal final fun set(/*0*/ p : jet.Int) : jet.Unit + internal final fun set(/*0*/ p: jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ExtFun.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ExtFun.txt index a6a8a663059..3b5c7aad9af 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ExtFun.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ExtFun.txt @@ -1,3 +1,3 @@ package test -internal fun jet.Int.shuffle() : jet.Int +internal fun jet.Int.shuffle(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ExtFunInClass.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ExtFunInClass.txt index aa0ddd57e3d..89d06d3975b 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ExtFunInClass.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ExtFunInClass.txt @@ -2,5 +2,5 @@ package test internal final class ExtFunInClass { /*primary*/ public constructor ExtFunInClass() - internal final fun jet.Int.shuffle() : jet.Int + internal final fun jet.Int.shuffle(): jet.Int } diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/FunDefaultArg.txt b/compiler/testData/loadKotlin/fun/nonGeneric/FunDefaultArg.txt index bec3a40abc0..d31219f8588 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/FunDefaultArg.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/FunDefaultArg.txt @@ -1,3 +1,3 @@ package test -internal fun funDefaultArg(/*0*/ p : jet.Int, /*1*/ q : jet.Int = ..., /*2*/ r : jet.Int = ...) : jet.Int +internal fun funDefaultArg(/*0*/ p: jet.Int, /*1*/ q: jet.Int = ..., /*2*/ r: jet.Int = ...): jet.Int diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/FunParamNotNull.txt b/compiler/testData/loadKotlin/fun/nonGeneric/FunParamNotNull.txt index 6c7ef08debf..1657982957c 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/FunParamNotNull.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/FunParamNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun fff(/*0*/ a : java.lang.Integer) : jet.Int +internal fun fff(/*0*/ a: java.lang.Integer): jet.Int diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInt.txt b/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInt.txt index 870be0c4eff..c459bce3f4e 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInt.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInt.txt @@ -1,3 +1,3 @@ package test -internal fun varargInt(/*0*/ a : jet.Int, /*1*/ vararg b : jet.Int /*jet.IntArray*/) : jet.Int +internal fun varargInt(/*0*/ a: jet.Int, /*1*/ vararg b: jet.Int /*jet.IntArray*/): jet.Int diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInteger.txt b/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInteger.txt index 55233069850..828ed9f18d7 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInteger.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/FunVarargInteger.txt @@ -1,3 +1,3 @@ package test -internal fun varargCharSequence(/*0*/ a : jet.Int, /*1*/ vararg b : java.lang.Integer /*jet.Array*/) : jet.Int +internal fun varargCharSequence(/*0*/ a: jet.Int, /*1*/ vararg b: java.lang.Integer /*jet.Array*/): jet.Int diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ModifierAbstract.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ModifierAbstract.txt index 4379c970e92..ae5d28aab38 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ModifierAbstract.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ModifierAbstract.txt @@ -2,5 +2,5 @@ package test internal abstract class ModifierAbstract { /*primary*/ public constructor ModifierAbstract() - internal abstract fun abs() : jet.Int + internal abstract fun abs(): jet.Int } diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ModifierOpen.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ModifierOpen.txt index 39ca8ef676a..5bf0414ea7a 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ModifierOpen.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ModifierOpen.txt @@ -2,5 +2,5 @@ package test internal open class ModifierOpen { /*primary*/ public constructor ModifierOpen() - internal open fun abs() : jet.Int + internal open fun abs(): jet.Int } diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/NsFun.txt b/compiler/testData/loadKotlin/fun/nonGeneric/NsFun.txt index d857de8b481..bdeccbc568a 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/NsFun.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/NsFun.txt @@ -1,3 +1,3 @@ package test -internal fun f() : jet.Int +internal fun f(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/NsFunGetFoo.txt b/compiler/testData/loadKotlin/fun/nonGeneric/NsFunGetFoo.txt index 4c952b3fe29..418855c4f19 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/NsFunGetFoo.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/NsFunGetFoo.txt @@ -1,3 +1,3 @@ package test -internal fun getFoo() : jet.Int +internal fun getFoo(): jet.Int diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNotNull.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNotNull.txt index 9616887d5fd..0d5e8680ad6 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNotNull.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun ff() : java.lang.Integer +internal fun ff(): java.lang.Integer diff --git a/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNullable.txt b/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNullable.txt index 3d2542d9996..170709a01b6 100644 --- a/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNullable.txt +++ b/compiler/testData/loadKotlin/fun/nonGeneric/ReturnTypeNullable.txt @@ -1,3 +1,3 @@ package test -internal fun ff() : java.lang.Integer? +internal fun ff(): java.lang.Integer? diff --git a/compiler/testData/loadKotlin/fun/vararg/nonLastVararg.txt b/compiler/testData/loadKotlin/fun/vararg/nonLastVararg.txt index 05ab70d69ad..350b12edb3f 100644 --- a/compiler/testData/loadKotlin/fun/vararg/nonLastVararg.txt +++ b/compiler/testData/loadKotlin/fun/vararg/nonLastVararg.txt @@ -1,4 +1,4 @@ package test -internal fun f(/*0*/ vararg t : jet.String /*jet.Array*/, /*1*/ f : () -> jet.Unit) : jet.Unit -internal fun f(/*0*/ vararg t : jet.Int /*jet.IntArray*/, /*1*/ f : () -> jet.Unit) : jet.Unit +internal fun f(/*0*/ vararg t: jet.String /*jet.Array*/, /*1*/ f: () -> jet.Unit): jet.Unit +internal fun f(/*0*/ vararg t: jet.Int /*jet.IntArray*/, /*1*/ f: () -> jet.Unit): jet.Unit diff --git a/compiler/testData/loadKotlin/prop/ClassVal.txt b/compiler/testData/loadKotlin/prop/ClassVal.txt index b0f54e8dad5..030986366c1 100644 --- a/compiler/testData/loadKotlin/prop/ClassVal.txt +++ b/compiler/testData/loadKotlin/prop/ClassVal.txt @@ -2,6 +2,6 @@ package test internal final class ClassVal { /*primary*/ public constructor ClassVal() - internal final val aa : jet.Int - internal final fun () : jet.Int + internal final val aa: jet.Int + internal final fun (): jet.Int } diff --git a/compiler/testData/loadKotlin/prop/ClassValAbstract.txt b/compiler/testData/loadKotlin/prop/ClassValAbstract.txt index 3ac72920a32..9577d5ec383 100644 --- a/compiler/testData/loadKotlin/prop/ClassValAbstract.txt +++ b/compiler/testData/loadKotlin/prop/ClassValAbstract.txt @@ -2,6 +2,6 @@ package test internal abstract class ClassValAbstract { /*primary*/ public constructor ClassValAbstract() - internal abstract val a : jet.Int - internal abstract fun () : jet.Int + internal abstract val a: jet.Int + internal abstract fun (): jet.Int } diff --git a/compiler/testData/loadKotlin/prop/ClassVar.txt b/compiler/testData/loadKotlin/prop/ClassVar.txt index 311be5ca8a0..f7b066847cd 100644 --- a/compiler/testData/loadKotlin/prop/ClassVar.txt +++ b/compiler/testData/loadKotlin/prop/ClassVar.txt @@ -2,7 +2,7 @@ package test internal final class ClassVar { /*primary*/ public constructor ClassVar() - internal final var aa : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit + internal final var aa: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/CollectionSize.txt b/compiler/testData/loadKotlin/prop/CollectionSize.txt index 6e51493add0..78c4b627116 100644 --- a/compiler/testData/loadKotlin/prop/CollectionSize.txt +++ b/compiler/testData/loadKotlin/prop/CollectionSize.txt @@ -1,4 +1,4 @@ package test -internal val jet.Collection.anotherSize : jet.Int - internal fun jet.Collection.() : jet.Int +internal val jet.Collection.anotherSize: jet.Int + internal fun jet.Collection.(): jet.Int diff --git a/compiler/testData/loadKotlin/prop/ExtValClass.txt b/compiler/testData/loadKotlin/prop/ExtValClass.txt index 25fd16b856e..64c07ae749c 100644 --- a/compiler/testData/loadKotlin/prop/ExtValClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtValClass.txt @@ -1,4 +1,4 @@ package test -internal val P.anotherJavaClass : java.lang.Class

- internal fun P.() : java.lang.Class

+internal val P.anotherJavaClass: java.lang.Class

+ internal fun P.(): java.lang.Class

diff --git a/compiler/testData/loadKotlin/prop/ExtValInClass.txt b/compiler/testData/loadKotlin/prop/ExtValInClass.txt index 7d8807027eb..dd15264f755 100644 --- a/compiler/testData/loadKotlin/prop/ExtValInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtValInClass.txt @@ -2,6 +2,6 @@ package test internal final class ExtPropInClass { /*primary*/ public constructor ExtPropInClass() - internal final val jet.Int.itIs : jet.Int - internal final fun jet.Int.() : jet.Int + internal final val jet.Int.itIs: jet.Int + internal final fun jet.Int.(): jet.Int } diff --git a/compiler/testData/loadKotlin/prop/ExtValInt.txt b/compiler/testData/loadKotlin/prop/ExtValInt.txt index 9cf933b9345..4a55a000fd2 100644 --- a/compiler/testData/loadKotlin/prop/ExtValInt.txt +++ b/compiler/testData/loadKotlin/prop/ExtValInt.txt @@ -1,4 +1,4 @@ package test -internal val jet.Int.itIs : jet.Int - internal fun jet.Int.() : jet.Int +internal val jet.Int.itIs: jet.Int + internal fun jet.Int.(): jet.Int diff --git a/compiler/testData/loadKotlin/prop/ExtValIntCharSequence.txt b/compiler/testData/loadKotlin/prop/ExtValIntCharSequence.txt index 603b62e1877..7c43f040aa2 100644 --- a/compiler/testData/loadKotlin/prop/ExtValIntCharSequence.txt +++ b/compiler/testData/loadKotlin/prop/ExtValIntCharSequence.txt @@ -1,4 +1,4 @@ package test -internal val jet.Int.ggg : java.lang.CharSequence - internal fun jet.Int.() : java.lang.CharSequence +internal val jet.Int.ggg: java.lang.CharSequence + internal fun jet.Int.(): java.lang.CharSequence diff --git a/compiler/testData/loadKotlin/prop/ExtValIntCharSequenceQ.txt b/compiler/testData/loadKotlin/prop/ExtValIntCharSequenceQ.txt index 9d29f8f1c69..ce50c8ce851 100644 --- a/compiler/testData/loadKotlin/prop/ExtValIntCharSequenceQ.txt +++ b/compiler/testData/loadKotlin/prop/ExtValIntCharSequenceQ.txt @@ -1,4 +1,4 @@ package test -internal val jet.Int.ggg : java.lang.CharSequence? - internal fun jet.Int.() : java.lang.CharSequence? +internal val jet.Int.ggg: java.lang.CharSequence? + internal fun jet.Int.(): java.lang.CharSequence? diff --git a/compiler/testData/loadKotlin/prop/ExtValIntListQOfIntInClass.txt b/compiler/testData/loadKotlin/prop/ExtValIntListQOfIntInClass.txt index a7517cf799a..cec63d501a4 100644 --- a/compiler/testData/loadKotlin/prop/ExtValIntListQOfIntInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtValIntListQOfIntInClass.txt @@ -2,6 +2,6 @@ package test internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() - internal final val jet.Int.asas : java.util.List? - internal final fun jet.Int.() : java.util.List? + internal final val jet.Int.asas: java.util.List? + internal final fun jet.Int.(): java.util.List? } diff --git a/compiler/testData/loadKotlin/prop/ExtValIntTInClass.txt b/compiler/testData/loadKotlin/prop/ExtValIntTInClass.txt index 6085ab101f4..ea49600ae72 100644 --- a/compiler/testData/loadKotlin/prop/ExtValIntTInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtValIntTInClass.txt @@ -2,6 +2,6 @@ package test internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() - internal final val jet.Int.asas : T - internal final fun jet.Int.() : T + internal final val jet.Int.asas: T + internal final fun jet.Int.(): T } diff --git a/compiler/testData/loadKotlin/prop/ExtValIntTQInClass.txt b/compiler/testData/loadKotlin/prop/ExtValIntTQInClass.txt index 65dce66187e..0ccbfbfe5bd 100644 --- a/compiler/testData/loadKotlin/prop/ExtValIntTQInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtValIntTQInClass.txt @@ -2,6 +2,6 @@ package test internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() - internal final val jet.Int.asas : P? - internal final fun jet.Int.() : P? + internal final val jet.Int.asas: P? + internal final fun jet.Int.(): P? } diff --git a/compiler/testData/loadKotlin/prop/ExtValTIntInClass.txt b/compiler/testData/loadKotlin/prop/ExtValTIntInClass.txt index 798886c32f0..5fb851cc9ea 100644 --- a/compiler/testData/loadKotlin/prop/ExtValTIntInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtValTIntInClass.txt @@ -2,6 +2,6 @@ package test internal final class ExtValPIntInClass { /*primary*/ public constructor ExtValPIntInClass() - internal final val P.asas : jet.Int - internal final fun P.() : jet.Int + internal final val P.asas: jet.Int + internal final fun P.(): jet.Int } diff --git a/compiler/testData/loadKotlin/prop/ExtVarClass.txt b/compiler/testData/loadKotlin/prop/ExtVarClass.txt index 87025f0af8a..52be10bfc7d 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarClass.txt @@ -1,5 +1,5 @@ package test -internal var P.anotherJavaClass : java.lang.Class

- internal fun P.() : java.lang.Class

- internal fun P.(/*0*/ p : java.lang.Class

) : jet.Unit +internal var P.anotherJavaClass: java.lang.Class

+ internal fun P.(): java.lang.Class

+ internal fun P.(/*0*/ p: java.lang.Class

): jet.Unit diff --git a/compiler/testData/loadKotlin/prop/ExtVarInClass.txt b/compiler/testData/loadKotlin/prop/ExtVarInClass.txt index 9341f117073..1449683b3d7 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarInClass.txt @@ -2,7 +2,7 @@ package test internal final class ExtPropInClass { /*primary*/ public constructor ExtPropInClass() - internal final var jet.Int.itIs : jet.Int - internal final fun jet.Int.() : jet.Int - internal final fun jet.Int.(/*0*/ p : jet.Int) : jet.Unit + internal final var jet.Int.itIs: jet.Int + internal final fun jet.Int.(): jet.Int + internal final fun jet.Int.(/*0*/ p: jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/ExtVarInt.txt b/compiler/testData/loadKotlin/prop/ExtVarInt.txt index fe86f6b5809..0892daa7101 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarInt.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarInt.txt @@ -1,5 +1,5 @@ package test -internal var jet.Int.ggg : jet.Int - internal fun jet.Int.() : jet.Int - internal fun jet.Int.(/*0*/ p : jet.Int) : jet.Unit +internal var jet.Int.ggg: jet.Int + internal fun jet.Int.(): jet.Int + internal fun jet.Int.(/*0*/ p: jet.Int): jet.Unit diff --git a/compiler/testData/loadKotlin/prop/ExtVarIntTInClass.txt b/compiler/testData/loadKotlin/prop/ExtVarIntTInClass.txt index 94133ec2079..cb419d12086 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarIntTInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarIntTInClass.txt @@ -2,7 +2,7 @@ package test internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() - internal final var jet.Int.asas : P - internal final fun jet.Int.() : P - internal final fun jet.Int.(/*0*/ p : P) : jet.Unit + internal final var jet.Int.asas: P + internal final fun jet.Int.(): P + internal final fun jet.Int.(/*0*/ p: P): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/ExtVarIntTQInClass.txt b/compiler/testData/loadKotlin/prop/ExtVarIntTQInClass.txt index a90d005a43e..cd37a2d59b6 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarIntTQInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarIntTQInClass.txt @@ -2,7 +2,7 @@ package test internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() - internal final var jet.Int.asas : P? - internal final fun jet.Int.() : P? - internal final fun jet.Int.(/*0*/ p : P?) : jet.Unit + internal final var jet.Int.asas: P? + internal final fun jet.Int.(): P? + internal final fun jet.Int.(/*0*/ p: P?): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/ExtVarMapPQInt.txt b/compiler/testData/loadKotlin/prop/ExtVarMapPQInt.txt index 5cc6cec508b..7d6f9b7a800 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarMapPQInt.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarMapPQInt.txt @@ -1,5 +1,5 @@ package test -internal var jet.Map.asas : jet.Int - internal fun jet.Map.() : jet.Int - internal fun jet.Map.(/*0*/ i : jet.Int) : jet.Unit +internal var jet.Map.asas: jet.Int + internal fun jet.Map.(): jet.Int + internal fun jet.Map.(/*0*/ i: jet.Int): jet.Unit diff --git a/compiler/testData/loadKotlin/prop/ExtVarTIntInClass.txt b/compiler/testData/loadKotlin/prop/ExtVarTIntInClass.txt index 28ac0b9b10b..603e6bfe149 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarTIntInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarTIntInClass.txt @@ -2,7 +2,7 @@ package test internal final class ExtValPIntInClass { /*primary*/ public constructor ExtValPIntInClass() - internal final var P.asas : jet.Int - internal final fun P.() : jet.Int - internal final fun P.(/*0*/ p : jet.Int) : jet.Unit + internal final var P.asas: jet.Int + internal final fun P.(): jet.Int + internal final fun P.(/*0*/ p: jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/ExtVarTQIntInClass.txt b/compiler/testData/loadKotlin/prop/ExtVarTQIntInClass.txt index 664294014e9..170c73314a7 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarTQIntInClass.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarTQIntInClass.txt @@ -2,7 +2,7 @@ package test internal final class ExtValPIntInClass { /*primary*/ public constructor ExtValPIntInClass() - internal final var P?.asas : jet.Int - internal final fun P?.() : jet.Int - internal final fun P?.(/*0*/ p : jet.Int) : jet.Unit + internal final var P?.asas: jet.Int + internal final fun P?.(): jet.Int + internal final fun P?.(/*0*/ p: jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/ExtVarl.txt b/compiler/testData/loadKotlin/prop/ExtVarl.txt index ecc9128b6f8..0f70620dcde 100644 --- a/compiler/testData/loadKotlin/prop/ExtVarl.txt +++ b/compiler/testData/loadKotlin/prop/ExtVarl.txt @@ -1,7 +1,7 @@ package test -internal var jet.Int.junk : jet.Short - internal fun jet.Int.() : jet.Short - internal fun jet.Int.(/*0*/ p : jet.Short) : jet.Unit -internal val jet.String.junk : jet.Int - internal fun jet.String.() : jet.Int +internal var jet.Int.junk: jet.Short + internal fun jet.Int.(): jet.Short + internal fun jet.Int.(/*0*/ p: jet.Short): jet.Unit +internal val jet.String.junk: jet.Int + internal fun jet.String.(): jet.Int diff --git a/compiler/testData/loadKotlin/prop/NsVal.txt b/compiler/testData/loadKotlin/prop/NsVal.txt index f48c9470341..5ae5465c6d2 100644 --- a/compiler/testData/loadKotlin/prop/NsVal.txt +++ b/compiler/testData/loadKotlin/prop/NsVal.txt @@ -1,4 +1,4 @@ package test -internal val nsVal : jet.Int - internal fun () : jet.Int +internal val nsVal: jet.Int + internal fun (): jet.Int diff --git a/compiler/testData/loadKotlin/prop/NsVar.txt b/compiler/testData/loadKotlin/prop/NsVar.txt index 801bb5c76b5..27cb51d956f 100644 --- a/compiler/testData/loadKotlin/prop/NsVar.txt +++ b/compiler/testData/loadKotlin/prop/NsVar.txt @@ -1,5 +1,5 @@ package test -internal var nsVal : jet.Int - internal fun () : jet.Int - internal fun (/*0*/ : jet.Int) : jet.Unit +internal var nsVal: jet.Int + internal fun (): jet.Int + internal fun (/*0*/ : jet.Int): jet.Unit diff --git a/compiler/testData/loadKotlin/prop/OverrideClassVal.txt b/compiler/testData/loadKotlin/prop/OverrideClassVal.txt index 6988af97340..7680181b109 100644 --- a/compiler/testData/loadKotlin/prop/OverrideClassVal.txt +++ b/compiler/testData/loadKotlin/prop/OverrideClassVal.txt @@ -2,12 +2,12 @@ package test internal open class BaseClass { /*primary*/ public constructor BaseClass() - internal open val shape : jet.String - internal open fun () : jet.String + internal open val shape: jet.String + internal open fun (): jet.String } internal open class Subclass : test.BaseClass { /*primary*/ public constructor Subclass() - internal open override /*1*/ val shape : jet.String - internal open override /*1*/ fun () : jet.String + internal open override /*1*/ val shape: jet.String + internal open override /*1*/ fun (): jet.String } diff --git a/compiler/testData/loadKotlin/prop/OverrideTraitVal.txt b/compiler/testData/loadKotlin/prop/OverrideTraitVal.txt index d525d6459dd..20c09f49f0d 100644 --- a/compiler/testData/loadKotlin/prop/OverrideTraitVal.txt +++ b/compiler/testData/loadKotlin/prop/OverrideTraitVal.txt @@ -2,11 +2,11 @@ package test internal open class Subclass : test.Trait { /*primary*/ public constructor Subclass() - internal open override /*1*/ val shape : jet.String - internal open override /*1*/ fun () : jet.String + internal open override /*1*/ val shape: jet.String + internal open override /*1*/ fun (): jet.String } internal trait Trait { - internal abstract val shape : jet.String - internal abstract fun () : jet.String + internal abstract val shape: jet.String + internal abstract fun (): jet.String } diff --git a/compiler/testData/loadKotlin/prop/PropFromSuperclass.txt b/compiler/testData/loadKotlin/prop/PropFromSuperclass.txt index 2abbc346047..889c5f35972 100644 --- a/compiler/testData/loadKotlin/prop/PropFromSuperclass.txt +++ b/compiler/testData/loadKotlin/prop/PropFromSuperclass.txt @@ -2,12 +2,12 @@ package test internal open class BaseClass { /*primary*/ public constructor BaseClass() - internal final val exactly : jet.Int - internal final fun () : jet.Int + internal final val exactly: jet.Int + internal final fun (): jet.Int } internal final class Subclass : test.BaseClass { /*primary*/ public constructor Subclass() - internal final override /*1*/ /*fake_override*/ val exactly : jet.Int - internal final override /*1*/ /*fake_override*/ fun () : jet.Int + internal final override /*1*/ /*fake_override*/ val exactly: jet.Int + internal final override /*1*/ /*fake_override*/ fun (): jet.Int } diff --git a/compiler/testData/loadKotlin/prop/TraitFinalVar.txt b/compiler/testData/loadKotlin/prop/TraitFinalVar.txt index e67fadcc2f7..2d97066c63c 100644 --- a/compiler/testData/loadKotlin/prop/TraitFinalVar.txt +++ b/compiler/testData/loadKotlin/prop/TraitFinalVar.txt @@ -1,7 +1,7 @@ package test internal trait A { - internal open var v : jet.String - internal open fun () : jet.String - internal open fun (/*0*/ value : jet.String) : jet.Unit + internal open var v: jet.String + internal open fun (): jet.String + internal open fun (/*0*/ value: jet.String): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/TraitOpenVal.txt b/compiler/testData/loadKotlin/prop/TraitOpenVal.txt index 52f7047ee3e..72220d27a2f 100644 --- a/compiler/testData/loadKotlin/prop/TraitOpenVal.txt +++ b/compiler/testData/loadKotlin/prop/TraitOpenVal.txt @@ -1,6 +1,6 @@ package test internal trait A { - internal open val v : jet.String - internal open fun () : jet.String + internal open val v: jet.String + internal open fun (): jet.String } diff --git a/compiler/testData/loadKotlin/prop/VarDelegationToTraitImpl.txt b/compiler/testData/loadKotlin/prop/VarDelegationToTraitImpl.txt index 35979e27b61..9cb92ed45c5 100644 --- a/compiler/testData/loadKotlin/prop/VarDelegationToTraitImpl.txt +++ b/compiler/testData/loadKotlin/prop/VarDelegationToTraitImpl.txt @@ -1,14 +1,14 @@ package test internal trait A { - internal open var v : jet.String - internal open fun () : jet.String - internal open fun (/*0*/ value : jet.String) : jet.Unit + internal open var v: jet.String + internal open fun (): jet.String + internal open fun (/*0*/ value: jet.String): jet.Unit } internal final class B : test.A { /*primary*/ public constructor B() - internal open override /*1*/ /*fake_override*/ var v : jet.String - internal open override /*1*/ /*fake_override*/ fun () : jet.String - internal open override /*1*/ /*fake_override*/ fun (/*0*/ value : jet.String) : jet.Unit + internal open override /*1*/ /*fake_override*/ var v: jet.String + internal open override /*1*/ /*fake_override*/ fun (): jet.String + internal open override /*1*/ /*fake_override*/ fun (/*0*/ value: jet.String): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVal.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVal.txt index ac68db0f04d..b5d415fedcf 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVal.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVal.txt @@ -2,14 +2,14 @@ package test internal final class ClassVal { /*primary*/ public constructor ClassVal() - internal final val property1 : jet.Int - internal final fun () : jet.Int - internal final val property2 : jet.Int - internal final fun () : jet.Int - private final val property3 : java.lang.Object - private final fun () : java.lang.Object - protected final val property4 : jet.String - protected final fun () : jet.String - public final val property5 : jet.Int - public final fun () : jet.Int + internal final val property1: jet.Int + internal final fun (): jet.Int + internal final val property2: jet.Int + internal final fun (): jet.Int + private final val property3: java.lang.Object + private final fun (): java.lang.Object + protected final val property4: jet.String + protected final fun (): jet.String + public final val property5: jet.Int + public final fun (): jet.Int } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValParams.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValParams.txt index 3078c65e2ec..f53b19cc932 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValParams.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValParams.txt @@ -1,15 +1,15 @@ package test internal final class ClassValParams { - /*primary*/ public constructor ClassValParams(/*0*/ pr1 : jet.String, /*1*/ pr2 : jet.Int, /*2*/ pr3 : jet.Long, /*3*/ pr4 : java.util.Date, /*4*/ pr5 : jet.Any, /*5*/ pr6 : java.lang.Object) - internal final val pr1 : jet.String - internal final fun () : jet.String - internal final val pr2 : jet.Int - internal final fun () : jet.Int - private final val pr3 : jet.Long - private final fun () : jet.Long - protected final val pr4 : java.util.Date - protected final fun () : java.util.Date - public final val pr5 : jet.Any - public final fun () : jet.Any + /*primary*/ public constructor ClassValParams(/*0*/ pr1: jet.String, /*1*/ pr2: jet.Int, /*2*/ pr3: jet.Long, /*3*/ pr4: java.util.Date, /*4*/ pr5: jet.Any, /*5*/ pr6: java.lang.Object) + internal final val pr1: jet.String + internal final fun (): jet.String + internal final val pr2: jet.Int + internal final fun (): jet.Int + private final val pr3: jet.Long + private final fun (): jet.Long + protected final val pr4: java.util.Date + protected final fun (): java.util.Date + public final val pr5: jet.Any + public final fun (): jet.Any } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValWithGet.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValWithGet.txt index ac68db0f04d..b5d415fedcf 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValWithGet.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassValWithGet.txt @@ -2,14 +2,14 @@ package test internal final class ClassVal { /*primary*/ public constructor ClassVal() - internal final val property1 : jet.Int - internal final fun () : jet.Int - internal final val property2 : jet.Int - internal final fun () : jet.Int - private final val property3 : java.lang.Object - private final fun () : java.lang.Object - protected final val property4 : jet.String - protected final fun () : jet.String - public final val property5 : jet.Int - public final fun () : jet.Int + internal final val property1: jet.Int + internal final fun (): jet.Int + internal final val property2: jet.Int + internal final fun (): jet.Int + private final val property3: java.lang.Object + private final fun (): java.lang.Object + protected final val property4: jet.String + protected final fun (): jet.String + public final val property5: jet.Int + public final fun (): jet.Int } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVar.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVar.txt index a1829e65bdd..30b5e4a6e25 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVar.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVar.txt @@ -2,19 +2,19 @@ package test internal final class ClassVar { /*primary*/ public constructor ClassVar() - internal final var property1 : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - internal final var property2 : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - private final var property3 : java.lang.Object - private final fun () : java.lang.Object - private final fun (/*0*/ : java.lang.Object) : jet.Unit - protected final var property4 : jet.String - protected final fun () : jet.String - protected final fun (/*0*/ : jet.String) : jet.Unit - public final var property5 : jet.Int - public final fun () : jet.Int - public final fun (/*0*/ : jet.Int) : jet.Unit + internal final var property1: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + internal final var property2: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + private final var property3: java.lang.Object + private final fun (): java.lang.Object + private final fun (/*0*/ : java.lang.Object): jet.Unit + protected final var property4: jet.String + protected final fun (): jet.String + protected final fun (/*0*/ : jet.String): jet.Unit + public final var property5: jet.Int + public final fun (): jet.Int + public final fun (/*0*/ : jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarModality.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarModality.txt index f43c57d3b62..1321fff4c42 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarModality.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarModality.txt @@ -2,23 +2,23 @@ package test internal open class ClassVarModality { /*primary*/ public constructor ClassVarModality() - internal open var property1 : jet.Int - internal open fun () : jet.Int - internal open fun (/*0*/ : jet.Int) : jet.Unit - internal final var property2 : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - internal open var property3 : jet.Int - internal open fun () : jet.Int - private open fun (/*0*/ : jet.Int) : jet.Unit - internal final var property4 : jet.Int - internal final fun () : jet.Int - private final fun (/*0*/ : jet.Int) : jet.Unit + internal open var property1: jet.Int + internal open fun (): jet.Int + internal open fun (/*0*/ : jet.Int): jet.Unit + internal final var property2: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + internal open var property3: jet.Int + internal open fun (): jet.Int + private open fun (/*0*/ : jet.Int): jet.Unit + internal final var property4: jet.Int + internal final fun (): jet.Int + private final fun (/*0*/ : jet.Int): jet.Unit } internal abstract class ClassVarModalityAbstract { /*primary*/ public constructor ClassVarModalityAbstract() - internal abstract var property1 : java.util.Date - internal abstract fun () : java.util.Date - public abstract fun (/*0*/ : java.util.Date) : jet.Unit + internal abstract var property1: java.util.Date + internal abstract fun (): java.util.Date + public abstract fun (/*0*/ : java.util.Date): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarParams.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarParams.txt index d6513d6a090..5c54dd0d1f2 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarParams.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarParams.txt @@ -1,20 +1,20 @@ package test internal final class ClassVarParams { - /*primary*/ public constructor ClassVarParams(/*0*/ pr1 : jet.String, /*1*/ pr2 : jet.Int, /*2*/ pr3 : jet.Long, /*3*/ pr4 : java.util.Date, /*4*/ pr5 : jet.Any, /*5*/ pr6 : java.lang.Object) - internal final var pr1 : jet.String - internal final fun () : jet.String - internal final fun (/*0*/ : jet.String) : jet.Unit - internal final var pr2 : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - private final var pr3 : jet.Long - private final fun () : jet.Long - private final fun (/*0*/ : jet.Long) : jet.Unit - protected final var pr4 : java.util.Date - protected final fun () : java.util.Date - protected final fun (/*0*/ : java.util.Date) : jet.Unit - public final var pr5 : jet.Any - public final fun () : jet.Any - public final fun (/*0*/ : jet.Any) : jet.Unit + /*primary*/ public constructor ClassVarParams(/*0*/ pr1: jet.String, /*1*/ pr2: jet.Int, /*2*/ pr3: jet.Long, /*3*/ pr4: java.util.Date, /*4*/ pr5: jet.Any, /*5*/ pr6: java.lang.Object) + internal final var pr1: jet.String + internal final fun (): jet.String + internal final fun (/*0*/ : jet.String): jet.Unit + internal final var pr2: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + private final var pr3: jet.Long + private final fun (): jet.Long + private final fun (/*0*/ : jet.Long): jet.Unit + protected final var pr4: java.util.Date + protected final fun (): java.util.Date + protected final fun (/*0*/ : java.util.Date): jet.Unit + public final var pr5: jet.Any + public final fun (): jet.Any + public final fun (/*0*/ : jet.Any): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithGet.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithGet.txt index 29b1245f283..3b335a11ade 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithGet.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithGet.txt @@ -2,19 +2,19 @@ package test internal final class ClassVal { /*primary*/ public constructor ClassVal() - internal final var property1 : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - internal final var property2 : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - private final var property3 : java.lang.Object - private final fun () : java.lang.Object - private final fun (/*0*/ : java.lang.Object) : jet.Unit - protected final var property4 : jet.String - protected final fun () : jet.String - protected final fun (/*0*/ : jet.String) : jet.Unit - public final var property5 : jet.Int - public final fun () : jet.Int - public final fun (/*0*/ : jet.Int) : jet.Unit + internal final var property1: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + internal final var property2: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + private final var property3: java.lang.Object + private final fun (): java.lang.Object + private final fun (/*0*/ : java.lang.Object): jet.Unit + protected final var property4: jet.String + protected final fun (): jet.String + protected final fun (/*0*/ : jet.String): jet.Unit + public final var property5: jet.Int + public final fun (): jet.Int + public final fun (/*0*/ : jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithSet.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithSet.txt index cbde42b5be5..cbc87ea5dfc 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithSet.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ClassVarWithSet.txt @@ -2,37 +2,37 @@ package test internal final class ClassVal { /*primary*/ public constructor ClassVal() - internal final var property1 : jet.Int - internal final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - public final var property10 : jet.Int - public final fun () : jet.Int - protected final fun (/*0*/ : jet.Int) : jet.Unit - public final var property11 : jet.Int - public final fun () : jet.Int - internal final fun (/*0*/ : jet.Int) : jet.Unit - internal final var property2 : java.lang.Object - internal final fun () : java.lang.Object - protected final fun (/*0*/ : java.lang.Object) : jet.Unit - internal final var property3 : java.lang.Object - internal final fun () : java.lang.Object - private final fun (/*0*/ : java.lang.Object) : jet.Unit - protected final var property4 : jet.String - protected final fun () : jet.String - protected final fun (/*0*/ : jet.String) : jet.Unit - protected final var property5 : jet.String - protected final fun () : jet.String - private final fun (/*0*/ : jet.String) : jet.Unit - protected final var property6 : jet.String - protected final fun () : jet.String - internal final fun (/*0*/ : jet.String) : jet.Unit - protected final var property7 : java.util.Date - protected final fun () : java.util.Date - public final fun (/*0*/ : java.util.Date) : jet.Unit - public final var property8 : jet.Int - public final fun () : jet.Int - public final fun (/*0*/ : jet.Int) : jet.Unit - public final var property9 : jet.Int - public final fun () : jet.Int - private final fun (/*0*/ : jet.Int) : jet.Unit + internal final var property1: jet.Int + internal final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + public final var property10: jet.Int + public final fun (): jet.Int + protected final fun (/*0*/ : jet.Int): jet.Unit + public final var property11: jet.Int + public final fun (): jet.Int + internal final fun (/*0*/ : jet.Int): jet.Unit + internal final var property2: java.lang.Object + internal final fun (): java.lang.Object + protected final fun (/*0*/ : java.lang.Object): jet.Unit + internal final var property3: java.lang.Object + internal final fun (): java.lang.Object + private final fun (/*0*/ : java.lang.Object): jet.Unit + protected final var property4: jet.String + protected final fun (): jet.String + protected final fun (/*0*/ : jet.String): jet.Unit + protected final var property5: jet.String + protected final fun (): jet.String + private final fun (/*0*/ : jet.String): jet.Unit + protected final var property6: jet.String + protected final fun (): jet.String + internal final fun (/*0*/ : jet.String): jet.Unit + protected final var property7: java.util.Date + protected final fun (): java.util.Date + public final fun (/*0*/ : java.util.Date): jet.Unit + public final var property8: jet.Int + public final fun (): jet.Int + public final fun (/*0*/ : jet.Int): jet.Unit + public final var property9: jet.Int + public final fun (): jet.Int + private final fun (/*0*/ : jet.Int): jet.Unit } diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ExtValLong.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ExtValLong.txt index b31dab5a0f0..46213e14aa7 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ExtValLong.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ExtValLong.txt @@ -1,10 +1,10 @@ package test -internal val jet.Long.date1 : java.lang.Object - internal fun jet.Long.() : java.lang.Object -internal val jet.Long.date12 : java.lang.Object - internal fun jet.Long.() : java.lang.Object -private val jet.Long.date3 : java.util.Date - private fun jet.Long.() : java.util.Date -public val jet.Long.date4 : java.util.Date - public fun jet.Long.() : java.util.Date +internal val jet.Long.date1: java.lang.Object + internal fun jet.Long.(): java.lang.Object +internal val jet.Long.date12: java.lang.Object + internal fun jet.Long.(): java.lang.Object +private val jet.Long.date3: java.util.Date + private fun jet.Long.(): java.util.Date +public val jet.Long.date4: java.util.Date + public fun jet.Long.(): java.util.Date diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLong.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLong.txt index f50ecfffec8..c0a1e7169b5 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLong.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLong.txt @@ -1,14 +1,14 @@ package test -internal var jet.Long.date1 : java.lang.Object - internal fun jet.Long.() : java.lang.Object - internal fun jet.Long.(/*0*/ : java.lang.Object) : jet.Unit -internal var jet.Long.date12 : java.lang.Object - internal fun jet.Long.() : java.lang.Object - internal fun jet.Long.(/*0*/ : java.lang.Object) : jet.Unit -private var jet.Long.date3 : java.util.Date - private fun jet.Long.() : java.util.Date - private fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit -public var jet.Long.date5 : java.util.Date - public fun jet.Long.() : java.util.Date - public fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit +internal var jet.Long.date1: java.lang.Object + internal fun jet.Long.(): java.lang.Object + internal fun jet.Long.(/*0*/ : java.lang.Object): jet.Unit +internal var jet.Long.date12: java.lang.Object + internal fun jet.Long.(): java.lang.Object + internal fun jet.Long.(/*0*/ : java.lang.Object): jet.Unit +private var jet.Long.date3: java.util.Date + private fun jet.Long.(): java.util.Date + private fun jet.Long.(/*0*/ : java.util.Date): jet.Unit +public var jet.Long.date5: java.util.Date + public fun jet.Long.(): java.util.Date + public fun jet.Long.(/*0*/ : java.util.Date): jet.Unit diff --git a/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLongWithSet.txt b/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLongWithSet.txt index f177e9c4def..62c3787891a 100644 --- a/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLongWithSet.txt +++ b/compiler/testData/loadKotlin/prop/defaultAccessors/ExtVarLongWithSet.txt @@ -1,29 +1,29 @@ package test -internal var jet.Long.date1 : java.lang.Object - internal fun jet.Long.() : java.lang.Object - internal fun jet.Long.(/*0*/ : java.lang.Object) : jet.Unit -public var jet.Long.date10 : java.util.Date - public fun jet.Long.() : java.util.Date - protected fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit -public var jet.Long.date11 : java.util.Date - public fun jet.Long.() : java.util.Date - public fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit -internal var jet.Long.date2 : java.lang.Object - internal fun jet.Long.() : java.lang.Object - protected fun jet.Long.(/*0*/ : java.lang.Object) : jet.Unit -internal var jet.Long.date3 : java.lang.Object - internal fun jet.Long.() : java.lang.Object - private fun jet.Long.(/*0*/ : java.lang.Object) : jet.Unit -private var jet.Long.date4 : java.util.Date - private fun jet.Long.() : java.util.Date - private fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit -public var jet.Long.date7 : java.util.Date - public fun jet.Long.() : java.util.Date - public fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit -public var jet.Long.date8 : java.util.Date - public fun jet.Long.() : java.util.Date - internal fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit -public var jet.Long.date9 : java.util.Date - public fun jet.Long.() : java.util.Date - private fun jet.Long.(/*0*/ : java.util.Date) : jet.Unit +internal var jet.Long.date1: java.lang.Object + internal fun jet.Long.(): java.lang.Object + internal fun jet.Long.(/*0*/ : java.lang.Object): jet.Unit +public var jet.Long.date10: java.util.Date + public fun jet.Long.(): java.util.Date + protected fun jet.Long.(/*0*/ : java.util.Date): jet.Unit +public var jet.Long.date11: java.util.Date + public fun jet.Long.(): java.util.Date + public fun jet.Long.(/*0*/ : java.util.Date): jet.Unit +internal var jet.Long.date2: java.lang.Object + internal fun jet.Long.(): java.lang.Object + protected fun jet.Long.(/*0*/ : java.lang.Object): jet.Unit +internal var jet.Long.date3: java.lang.Object + internal fun jet.Long.(): java.lang.Object + private fun jet.Long.(/*0*/ : java.lang.Object): jet.Unit +private var jet.Long.date4: java.util.Date + private fun jet.Long.(): java.util.Date + private fun jet.Long.(/*0*/ : java.util.Date): jet.Unit +public var jet.Long.date7: java.util.Date + public fun jet.Long.(): java.util.Date + public fun jet.Long.(/*0*/ : java.util.Date): jet.Unit +public var jet.Long.date8: java.util.Date + public fun jet.Long.(): java.util.Date + internal fun jet.Long.(/*0*/ : java.util.Date): jet.Unit +public var jet.Long.date9: java.util.Date + public fun jet.Long.(): java.util.Date + private fun jet.Long.(/*0*/ : java.util.Date): jet.Unit diff --git a/compiler/testData/loadKotlin/type/Any.txt b/compiler/testData/loadKotlin/type/Any.txt index 941255f64c1..c773a9a4fa4 100644 --- a/compiler/testData/loadKotlin/type/Any.txt +++ b/compiler/testData/loadKotlin/type/Any.txt @@ -1,3 +1,3 @@ package test -internal fun any() : jet.Any +internal fun any(): jet.Any diff --git a/compiler/testData/loadKotlin/type/AnyQ.txt b/compiler/testData/loadKotlin/type/AnyQ.txt index b13387c6c82..9c88b247229 100644 --- a/compiler/testData/loadKotlin/type/AnyQ.txt +++ b/compiler/testData/loadKotlin/type/AnyQ.txt @@ -1,3 +1,3 @@ package test -internal fun anyq() : jet.Any? +internal fun anyq(): jet.Any? diff --git a/compiler/testData/loadKotlin/type/ArrayOfInNumber.txt b/compiler/testData/loadKotlin/type/ArrayOfInNumber.txt index cb9d4dc080d..ccded112c39 100644 --- a/compiler/testData/loadKotlin/type/ArrayOfInNumber.txt +++ b/compiler/testData/loadKotlin/type/ArrayOfInNumber.txt @@ -1,3 +1,3 @@ package test -internal fun nothing() : jet.Array +internal fun nothing(): jet.Array diff --git a/compiler/testData/loadKotlin/type/ArrayOfInt.txt b/compiler/testData/loadKotlin/type/ArrayOfInt.txt index d2040f39efc..d0bd1c85d13 100644 --- a/compiler/testData/loadKotlin/type/ArrayOfInt.txt +++ b/compiler/testData/loadKotlin/type/ArrayOfInt.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : jet.Array +internal fun fff(): jet.Array diff --git a/compiler/testData/loadKotlin/type/ArrayOfInteger.txt b/compiler/testData/loadKotlin/type/ArrayOfInteger.txt index a1e762f2f09..d21bca23863 100644 --- a/compiler/testData/loadKotlin/type/ArrayOfInteger.txt +++ b/compiler/testData/loadKotlin/type/ArrayOfInteger.txt @@ -1,3 +1,3 @@ package test -internal fun nothing() : jet.Array +internal fun nothing(): jet.Array diff --git a/compiler/testData/loadKotlin/type/ArrayOfOutNumber.txt b/compiler/testData/loadKotlin/type/ArrayOfOutNumber.txt index 0b37bcc221c..811adce7f2a 100644 --- a/compiler/testData/loadKotlin/type/ArrayOfOutNumber.txt +++ b/compiler/testData/loadKotlin/type/ArrayOfOutNumber.txt @@ -1,3 +1,3 @@ package test -internal fun nothing() : jet.Array +internal fun nothing(): jet.Array diff --git a/compiler/testData/loadKotlin/type/ArrayOfOutT.txt b/compiler/testData/loadKotlin/type/ArrayOfOutT.txt index 5668abd6e81..eccd2d59c1e 100644 --- a/compiler/testData/loadKotlin/type/ArrayOfOutT.txt +++ b/compiler/testData/loadKotlin/type/ArrayOfOutT.txt @@ -1,3 +1,3 @@ package test -internal fun nothing() : jet.Array +internal fun nothing(): jet.Array diff --git a/compiler/testData/loadKotlin/type/ArrayOfString.txt b/compiler/testData/loadKotlin/type/ArrayOfString.txt index 7c0a676163b..ca57390241e 100644 --- a/compiler/testData/loadKotlin/type/ArrayOfString.txt +++ b/compiler/testData/loadKotlin/type/ArrayOfString.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : jet.Array +internal fun fff(): jet.Array diff --git a/compiler/testData/loadKotlin/type/Function1IntString.txt b/compiler/testData/loadKotlin/type/Function1IntString.txt index 2febf4e9372..0d4ee4e1f5a 100644 --- a/compiler/testData/loadKotlin/type/Function1IntString.txt +++ b/compiler/testData/loadKotlin/type/Function1IntString.txt @@ -1,3 +1,3 @@ package test -internal fun fun1() : (jet.String) -> jet.Int +internal fun fun1(): (jet.String) -> jet.Int diff --git a/compiler/testData/loadKotlin/type/Int.txt b/compiler/testData/loadKotlin/type/Int.txt index 9e1df8faed2..4e772ebd2e9 100644 --- a/compiler/testData/loadKotlin/type/Int.txt +++ b/compiler/testData/loadKotlin/type/Int.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : jet.Int +internal fun fff(): jet.Int diff --git a/compiler/testData/loadKotlin/type/IntArray.txt b/compiler/testData/loadKotlin/type/IntArray.txt index c25a6c348f8..5a865710275 100644 --- a/compiler/testData/loadKotlin/type/IntArray.txt +++ b/compiler/testData/loadKotlin/type/IntArray.txt @@ -1,3 +1,3 @@ package test -internal fun nothing() : jet.IntArray +internal fun nothing(): jet.IntArray diff --git a/compiler/testData/loadKotlin/type/IntQ.txt b/compiler/testData/loadKotlin/type/IntQ.txt index 9b9f571fac0..63408cae4a5 100644 --- a/compiler/testData/loadKotlin/type/IntQ.txt +++ b/compiler/testData/loadKotlin/type/IntQ.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : jet.Int? +internal fun fff(): jet.Int? diff --git a/compiler/testData/loadKotlin/type/ListOfAny.txt b/compiler/testData/loadKotlin/type/ListOfAny.txt index 1bcc63acd8b..49c6d0da497 100644 --- a/compiler/testData/loadKotlin/type/ListOfAny.txt +++ b/compiler/testData/loadKotlin/type/ListOfAny.txt @@ -1,3 +1,3 @@ package test -internal fun listOfAny() : jet.List +internal fun listOfAny(): jet.List diff --git a/compiler/testData/loadKotlin/type/ListOfAnyQ.txt b/compiler/testData/loadKotlin/type/ListOfAnyQ.txt index a8da377d99f..c32cb53ae4f 100644 --- a/compiler/testData/loadKotlin/type/ListOfAnyQ.txt +++ b/compiler/testData/loadKotlin/type/ListOfAnyQ.txt @@ -1,3 +1,3 @@ package test -internal fun listOfAnyQ() : jet.List +internal fun listOfAnyQ(): jet.List diff --git a/compiler/testData/loadKotlin/type/ListOfStar.txt b/compiler/testData/loadKotlin/type/ListOfStar.txt index 3c8a94ea475..d11af124740 100644 --- a/compiler/testData/loadKotlin/type/ListOfStar.txt +++ b/compiler/testData/loadKotlin/type/ListOfStar.txt @@ -1,3 +1,3 @@ package test -internal fun listOfStar() : jet.List +internal fun listOfStar(): jet.List diff --git a/compiler/testData/loadKotlin/type/ListOfString.txt b/compiler/testData/loadKotlin/type/ListOfString.txt index 6fd33d91364..d7ac443fdef 100644 --- a/compiler/testData/loadKotlin/type/ListOfString.txt +++ b/compiler/testData/loadKotlin/type/ListOfString.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : java.util.List +internal fun fff(): java.util.List diff --git a/compiler/testData/loadKotlin/type/ListOfjlString.txt b/compiler/testData/loadKotlin/type/ListOfjlString.txt index bf5dd53bb74..f35851015d4 100644 --- a/compiler/testData/loadKotlin/type/ListOfjlString.txt +++ b/compiler/testData/loadKotlin/type/ListOfjlString.txt @@ -1,3 +1,3 @@ package test -internal fun listOfJlString() : java.util.List +internal fun listOfJlString(): java.util.List diff --git a/compiler/testData/loadKotlin/type/Nothing.txt b/compiler/testData/loadKotlin/type/Nothing.txt index bcd2ba893b9..8fe8eab7f80 100644 --- a/compiler/testData/loadKotlin/type/Nothing.txt +++ b/compiler/testData/loadKotlin/type/Nothing.txt @@ -1,3 +1,3 @@ package test -internal fun nothing() : jet.Nothing +internal fun nothing(): jet.Nothing diff --git a/compiler/testData/loadKotlin/type/NothingQ.txt b/compiler/testData/loadKotlin/type/NothingQ.txt index 79af6a60bf3..3ac5d1ba990 100644 --- a/compiler/testData/loadKotlin/type/NothingQ.txt +++ b/compiler/testData/loadKotlin/type/NothingQ.txt @@ -1,3 +1,3 @@ package test -internal fun nothingq() : jet.Nothing? +internal fun nothingq(): jet.Nothing? diff --git a/compiler/testData/loadKotlin/type/String.txt b/compiler/testData/loadKotlin/type/String.txt index 2e6a3f9947b..bc7280600d7 100644 --- a/compiler/testData/loadKotlin/type/String.txt +++ b/compiler/testData/loadKotlin/type/String.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : jet.String +internal fun fff(): jet.String diff --git a/compiler/testData/loadKotlin/type/StringQ.txt b/compiler/testData/loadKotlin/type/StringQ.txt index ea794bd3d56..648c664b3ca 100644 --- a/compiler/testData/loadKotlin/type/StringQ.txt +++ b/compiler/testData/loadKotlin/type/StringQ.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : jet.String? +internal fun fff(): jet.String? diff --git a/compiler/testData/loadKotlin/type/Unit.txt b/compiler/testData/loadKotlin/type/Unit.txt index 70a3a9e45df..c240764c997 100644 --- a/compiler/testData/loadKotlin/type/Unit.txt +++ b/compiler/testData/loadKotlin/type/Unit.txt @@ -1,3 +1,3 @@ package test -internal fun unit() : jet.Unit +internal fun unit(): jet.Unit diff --git a/compiler/testData/loadKotlin/type/jlInteger.txt b/compiler/testData/loadKotlin/type/jlInteger.txt index 07ecbd3f156..eecc9fa8851 100644 --- a/compiler/testData/loadKotlin/type/jlInteger.txt +++ b/compiler/testData/loadKotlin/type/jlInteger.txt @@ -1,3 +1,3 @@ package test -internal fun integer() : java.lang.Integer +internal fun integer(): java.lang.Integer diff --git a/compiler/testData/loadKotlin/type/jlIntegerQ.txt b/compiler/testData/loadKotlin/type/jlIntegerQ.txt index f0b1ea79810..b34200cf2c7 100644 --- a/compiler/testData/loadKotlin/type/jlIntegerQ.txt +++ b/compiler/testData/loadKotlin/type/jlIntegerQ.txt @@ -1,3 +1,3 @@ package test -internal fun integerq() : java.lang.Integer? +internal fun integerq(): java.lang.Integer? diff --git a/compiler/testData/loadKotlin/type/jlNumber.txt b/compiler/testData/loadKotlin/type/jlNumber.txt index 0add814f191..4d1413198fe 100644 --- a/compiler/testData/loadKotlin/type/jlNumber.txt +++ b/compiler/testData/loadKotlin/type/jlNumber.txt @@ -1,3 +1,3 @@ package test -internal fun number() : java.lang.Number +internal fun number(): java.lang.Number diff --git a/compiler/testData/loadKotlin/type/jlObject.txt b/compiler/testData/loadKotlin/type/jlObject.txt index bc5c7022b4d..644612c9a41 100644 --- a/compiler/testData/loadKotlin/type/jlObject.txt +++ b/compiler/testData/loadKotlin/type/jlObject.txt @@ -1,3 +1,3 @@ package test -internal fun obj() : java.lang.Object +internal fun obj(): java.lang.Object diff --git a/compiler/testData/loadKotlin/type/jlObjectQ.txt b/compiler/testData/loadKotlin/type/jlObjectQ.txt index 7311a12e413..8e9397f4529 100644 --- a/compiler/testData/loadKotlin/type/jlObjectQ.txt +++ b/compiler/testData/loadKotlin/type/jlObjectQ.txt @@ -1,3 +1,3 @@ package test -internal fun objq() : java.lang.Object? +internal fun objq(): java.lang.Object? diff --git a/compiler/testData/loadKotlin/type/jlString.txt b/compiler/testData/loadKotlin/type/jlString.txt index 32e8fd6b7fe..edbed6405b6 100644 --- a/compiler/testData/loadKotlin/type/jlString.txt +++ b/compiler/testData/loadKotlin/type/jlString.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : java.lang.String +internal fun fff(): java.lang.String diff --git a/compiler/testData/loadKotlin/type/jlStringQ.txt b/compiler/testData/loadKotlin/type/jlStringQ.txt index 6739d777afa..28c977001b7 100644 --- a/compiler/testData/loadKotlin/type/jlStringQ.txt +++ b/compiler/testData/loadKotlin/type/jlStringQ.txt @@ -1,3 +1,3 @@ package test -internal fun fff() : java.lang.String? +internal fun fff(): java.lang.String? diff --git a/compiler/testData/loadKotlin/visibility/InternalAbstractTraitMembersOverridden.txt b/compiler/testData/loadKotlin/visibility/InternalAbstractTraitMembersOverridden.txt index 1e8793ecd4c..57eb1fc7680 100644 --- a/compiler/testData/loadKotlin/visibility/InternalAbstractTraitMembersOverridden.txt +++ b/compiler/testData/loadKotlin/visibility/InternalAbstractTraitMembersOverridden.txt @@ -1,20 +1,20 @@ package test internal trait A { - public abstract var p : jet.Int - public abstract fun () : jet.Int - public abstract fun (/*0*/ : jet.Int) : jet.Unit - internal abstract val v : jet.Int - internal abstract fun () : jet.Int - internal abstract fun f() : jet.Int + public abstract var p: jet.Int + public abstract fun (): jet.Int + public abstract fun (/*0*/ : jet.Int): jet.Unit + internal abstract val v: jet.Int + internal abstract fun (): jet.Int + internal abstract fun f(): jet.Int } internal final class B : test.A { /*primary*/ public constructor B() - public open override /*1*/ var p : jet.Int - public open override /*1*/ fun () : jet.Int - public open override /*1*/ fun (/*0*/ : jet.Int) : jet.Unit - internal open override /*1*/ val v : jet.Int - internal open override /*1*/ fun () : jet.Int - internal open override /*1*/ fun f() : jet.Int + public open override /*1*/ var p: jet.Int + public open override /*1*/ fun (): jet.Int + public open override /*1*/ fun (/*0*/ : jet.Int): jet.Unit + internal open override /*1*/ val v: jet.Int + internal open override /*1*/ fun (): jet.Int + internal open override /*1*/ fun f(): jet.Int } diff --git a/compiler/testData/loadKotlin/visibility/InternalTopLevelMembers.txt b/compiler/testData/loadKotlin/visibility/InternalTopLevelMembers.txt index ece87f7e33e..b64102d03b2 100644 --- a/compiler/testData/loadKotlin/visibility/InternalTopLevelMembers.txt +++ b/compiler/testData/loadKotlin/visibility/InternalTopLevelMembers.txt @@ -1,5 +1,5 @@ package test -internal val x : jet.Int - internal fun () : jet.Int -internal fun f() : jet.Int +internal val x: jet.Int + internal fun (): jet.Int +internal fun f(): jet.Int diff --git a/compiler/testData/loadKotlin/visibility/InternalTraitMembers.txt b/compiler/testData/loadKotlin/visibility/InternalTraitMembers.txt index ba85b197240..6673479f1f3 100644 --- a/compiler/testData/loadKotlin/visibility/InternalTraitMembers.txt +++ b/compiler/testData/loadKotlin/visibility/InternalTraitMembers.txt @@ -1,10 +1,10 @@ package test internal trait A { - public abstract var p : jet.Int - public abstract fun () : jet.Int - internal abstract fun (/*0*/ : jet.Int) : jet.Unit - internal abstract val v : jet.Int - internal abstract fun () : jet.Int - internal abstract fun f() : jet.Int + public abstract var p: jet.Int + public abstract fun (): jet.Int + internal abstract fun (/*0*/ : jet.Int): jet.Unit + internal abstract val v: jet.Int + internal abstract fun (): jet.Int + internal abstract fun f(): jet.Int } diff --git a/compiler/testData/loadKotlin/visibility/InternalTraitMembersInherited.txt b/compiler/testData/loadKotlin/visibility/InternalTraitMembersInherited.txt index 26cc5f66fd0..b82d6481802 100644 --- a/compiler/testData/loadKotlin/visibility/InternalTraitMembersInherited.txt +++ b/compiler/testData/loadKotlin/visibility/InternalTraitMembersInherited.txt @@ -1,20 +1,20 @@ package test internal trait A { - public open var p : jet.Int - public open fun () : jet.Int - internal open fun (/*0*/ value : jet.Int) : jet.Unit - internal open val v : jet.Int - internal open fun () : jet.Int - internal open fun f() : jet.Int + public open var p: jet.Int + public open fun (): jet.Int + internal open fun (/*0*/ value: jet.Int): jet.Unit + internal open val v: jet.Int + internal open fun (): jet.Int + internal open fun f(): jet.Int } internal final class B : test.A { /*primary*/ public constructor B() - public open override /*1*/ /*fake_override*/ var p : jet.Int - public open override /*1*/ /*fake_override*/ fun () : jet.Int - internal open override /*1*/ /*fake_override*/ fun (/*0*/ value : jet.Int) : jet.Unit - internal open override /*1*/ /*fake_override*/ val v : jet.Int - internal open override /*1*/ /*fake_override*/ fun () : jet.Int - internal open override /*1*/ /*fake_override*/ fun f() : jet.Int + public open override /*1*/ /*fake_override*/ var p: jet.Int + public open override /*1*/ /*fake_override*/ fun (): jet.Int + internal open override /*1*/ /*fake_override*/ fun (/*0*/ value: jet.Int): jet.Unit + internal open override /*1*/ /*fake_override*/ val v: jet.Int + internal open override /*1*/ /*fake_override*/ fun (): jet.Int + internal open override /*1*/ /*fake_override*/ fun f(): jet.Int } diff --git a/compiler/testData/loadKotlin/visibility/PrivateTopLevelFun.txt b/compiler/testData/loadKotlin/visibility/PrivateTopLevelFun.txt index 63fdb691032..f76c32ecaf1 100644 --- a/compiler/testData/loadKotlin/visibility/PrivateTopLevelFun.txt +++ b/compiler/testData/loadKotlin/visibility/PrivateTopLevelFun.txt @@ -1,3 +1,3 @@ package test -private fun topLevelFun() : jet.Int +private fun topLevelFun(): jet.Int diff --git a/compiler/testData/loadKotlin/visibility/PrivateTopLevelVal.txt b/compiler/testData/loadKotlin/visibility/PrivateTopLevelVal.txt index a9e810e117c..e01cbc6d245 100644 --- a/compiler/testData/loadKotlin/visibility/PrivateTopLevelVal.txt +++ b/compiler/testData/loadKotlin/visibility/PrivateTopLevelVal.txt @@ -1,4 +1,4 @@ package test -private val topLevelVal : jet.Int - private fun () : jet.Int +private val topLevelVal: jet.Int + private fun (): jet.Int diff --git a/compiler/testData/loadKotlin/visibility/TopLevelVarWithPrivateSetter.txt b/compiler/testData/loadKotlin/visibility/TopLevelVarWithPrivateSetter.txt index 7a7ac36fa4f..9a660002671 100644 --- a/compiler/testData/loadKotlin/visibility/TopLevelVarWithPrivateSetter.txt +++ b/compiler/testData/loadKotlin/visibility/TopLevelVarWithPrivateSetter.txt @@ -1,5 +1,5 @@ package test -internal var topLevelVar : jet.Int - internal fun () : jet.Int - private fun (/*0*/ : jet.Int) : jet.Unit +internal var topLevelVar: jet.Int + internal fun (): jet.Int + private fun (/*0*/ : jet.Int): jet.Unit diff --git a/compiler/testData/loadKotlinCustom/enum/enumVisibilityBinary.txt b/compiler/testData/loadKotlinCustom/enum/enumVisibilityBinary.txt index a311c663dfc..b800c655aed 100644 --- a/compiler/testData/loadKotlinCustom/enum/enumVisibilityBinary.txt +++ b/compiler/testData/loadKotlinCustom/enum/enumVisibilityBinary.txt @@ -2,39 +2,39 @@ package test internal final enum class In : jet.Enum { private constructor In() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { private constructor () - public final val A : test.In - public final fun valueOf(/*0*/ value : jet.String) : test.In - public final fun values() : jet.Array + public final val A: test.In + public final fun valueOf(/*0*/ value: jet.String): test.In + public final fun values(): jet.Array } } private final enum class Pr : jet.Enum { private constructor Pr() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int private class object { private constructor () - public final val A : test.Pr - public final fun valueOf(/*0*/ value : jet.String) : test.Pr - public final fun values() : jet.Array + public final val A: test.Pr + public final fun valueOf(/*0*/ value: jet.String): test.Pr + public final fun values(): jet.Array } } public final enum class Pu : jet.Enum { private constructor Pu() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int public class object { private constructor () - public final val A : test.Pu - public final fun valueOf(/*0*/ value : jet.String) : test.Pu - public final fun values() : jet.Array + public final val A: test.Pu + public final fun valueOf(/*0*/ value: jet.String): test.Pu + public final fun values(): jet.Array } } diff --git a/compiler/testData/loadKotlinCustom/enum/enumVisibilitySource.txt b/compiler/testData/loadKotlinCustom/enum/enumVisibilitySource.txt index 7df207d68f8..6580aabf903 100644 --- a/compiler/testData/loadKotlinCustom/enum/enumVisibilitySource.txt +++ b/compiler/testData/loadKotlinCustom/enum/enumVisibilitySource.txt @@ -2,57 +2,57 @@ package test internal final enum class In : jet.Enum { /*primary*/ private constructor In() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { /*primary*/ private constructor () - public final val A : test.In - public final fun valueOf(/*0*/ value : jet.String) : test.In - public final fun values() : jet.Array + public final val A: test.In + public final fun valueOf(/*0*/ value: jet.String): test.In + public final fun values(): jet.Array private enum entry A : test.In { /*primary*/ private constructor A() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } } } private final enum class Pr : jet.Enum { /*primary*/ private constructor Pr() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int private class object { /*primary*/ private constructor () - public final val A : test.Pr - public final fun valueOf(/*0*/ value : jet.String) : test.Pr - public final fun values() : jet.Array + public final val A: test.Pr + public final fun valueOf(/*0*/ value: jet.String): test.Pr + public final fun values(): jet.Array private enum entry A : test.Pr { /*primary*/ private constructor A() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } } } public final enum class Pu : jet.Enum { /*primary*/ private constructor Pu() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int public class object { /*primary*/ private constructor () - public final val A : test.Pu - public final fun valueOf(/*0*/ value : jet.String) : test.Pu - public final fun values() : jet.Array + public final val A: test.Pu + public final fun valueOf(/*0*/ value: jet.String): test.Pu + public final fun values(): jet.Array private enum entry A : test.Pu { /*primary*/ private constructor A() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } } } diff --git a/compiler/testData/loadKotlinCustom/enum/innerEnumBinary.txt b/compiler/testData/loadKotlinCustom/enum/innerEnumBinary.txt index c0e7faa55d1..56ef2bd0f8c 100644 --- a/compiler/testData/loadKotlinCustom/enum/innerEnumBinary.txt +++ b/compiler/testData/loadKotlinCustom/enum/innerEnumBinary.txt @@ -5,14 +5,14 @@ internal final class A { internal final enum class E : jet.Enum { private constructor E() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { private constructor () - public final val ENTRY : test.A.E - public final fun valueOf(/*0*/ value : jet.String) : test.A.E - public final fun values() : jet.Array + public final val ENTRY: test.A.E + public final fun valueOf(/*0*/ value: jet.String): test.A.E + public final fun values(): jet.Array } } } diff --git a/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectBinary.txt b/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectBinary.txt index a956d6823f3..2948fc2446c 100644 --- a/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectBinary.txt +++ b/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectBinary.txt @@ -9,14 +9,14 @@ internal final class A { internal final enum class E : jet.Enum { private constructor E() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { private constructor () - public final val ENTRY : test.A.E - public final fun valueOf(/*0*/ value : jet.String) : test.A.E - public final fun values() : jet.Array + public final val ENTRY: test.A.E + public final fun valueOf(/*0*/ value: jet.String): test.A.E + public final fun values(): jet.Array } } } diff --git a/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectSource.txt b/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectSource.txt index f6f02e6107e..80e73ee0daa 100644 --- a/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectSource.txt +++ b/compiler/testData/loadKotlinCustom/enum/innerEnumExistingClassObjectSource.txt @@ -9,19 +9,19 @@ internal final class A { internal final enum class E : jet.Enum { /*primary*/ private constructor E() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { /*primary*/ private constructor () - public final val ENTRY : test.A.E - public final fun valueOf(/*0*/ value : jet.String) : test.A.E - public final fun values() : jet.Array + public final val ENTRY: test.A.E + public final fun valueOf(/*0*/ value: jet.String): test.A.E + public final fun values(): jet.Array private enum entry ENTRY : test.A.E { /*primary*/ private constructor ENTRY() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } } } diff --git a/compiler/testData/loadKotlinCustom/enum/innerEnumSource.txt b/compiler/testData/loadKotlinCustom/enum/innerEnumSource.txt index 940e73b91a8..dc6c37b8725 100644 --- a/compiler/testData/loadKotlinCustom/enum/innerEnumSource.txt +++ b/compiler/testData/loadKotlinCustom/enum/innerEnumSource.txt @@ -5,19 +5,19 @@ internal final class A { internal final enum class E : jet.Enum { /*primary*/ private constructor E() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { /*primary*/ private constructor () - public final val ENTRY : test.A.E - public final fun valueOf(/*0*/ value : jet.String) : test.A.E - public final fun values() : jet.Array + public final val ENTRY: test.A.E + public final fun valueOf(/*0*/ value: jet.String): test.A.E + public final fun values(): jet.Array private enum entry ENTRY : test.A.E { /*primary*/ private constructor ENTRY() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } } } diff --git a/compiler/testData/loadKotlinCustom/enum/simpleEnumBinary.txt b/compiler/testData/loadKotlinCustom/enum/simpleEnumBinary.txt index 44705581f34..a48ca3caaed 100644 --- a/compiler/testData/loadKotlinCustom/enum/simpleEnumBinary.txt +++ b/compiler/testData/loadKotlinCustom/enum/simpleEnumBinary.txt @@ -2,13 +2,13 @@ package test internal final enum class MyEnum : jet.Enum { private constructor MyEnum() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { private constructor () - public final val ENTRY : test.MyEnum - public final fun valueOf(/*0*/ value : jet.String) : test.MyEnum - public final fun values() : jet.Array + public final val ENTRY: test.MyEnum + public final fun valueOf(/*0*/ value: jet.String): test.MyEnum + public final fun values(): jet.Array } } diff --git a/compiler/testData/loadKotlinCustom/enum/simpleEnumSource.txt b/compiler/testData/loadKotlinCustom/enum/simpleEnumSource.txt index e18c2800801..2295330d841 100644 --- a/compiler/testData/loadKotlinCustom/enum/simpleEnumSource.txt +++ b/compiler/testData/loadKotlinCustom/enum/simpleEnumSource.txt @@ -2,19 +2,19 @@ package test internal final enum class MyEnum : jet.Enum { /*primary*/ private constructor MyEnum() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int internal class object { /*primary*/ private constructor () - public final val ENTRY : test.MyEnum - public final fun valueOf(/*0*/ value : jet.String) : test.MyEnum - public final fun values() : jet.Array + public final val ENTRY: test.MyEnum + public final fun valueOf(/*0*/ value: jet.String): test.MyEnum + public final fun values(): jet.Array private enum entry ENTRY : test.MyEnum { /*primary*/ private constructor ENTRY() - public final override /*1*/ /*fake_override*/ fun name() : jet.String - public final override /*1*/ /*fake_override*/ fun ordinal() : jet.Int + public final override /*1*/ /*fake_override*/ fun name(): jet.String + public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int } } } diff --git a/compiler/testData/renderer/Classes.kt b/compiler/testData/renderer/Classes.kt index b2887cf53d6..48ef6229c0c 100644 --- a/compiler/testData/renderer/Classes.kt +++ b/compiler/testData/renderer/Classes.kt @@ -4,9 +4,9 @@ annotation class TheAnnotation [TheAnnotation] public open class TheClass { - private val privateVal : Int = 5 + private val privateVal: Int = 5 - val shouldBeFinal : Int = 5 + val shouldBeFinal: Int = 5 protected abstract fun foo() {} @@ -20,13 +20,13 @@ trait TheTrait { fun abstractFun() class object : TheClass { - fun classObjectFunction() : Int {} + fun classObjectFunction(): Int {} } } public class WithReified -public trait TwoUpperBounds where T: Number, T: Any +public trait TwoUpperBounds where T : Number, T : Any //package rendererTest defined in root package //internal final annotation class TheAnnotation : jet.Annotation defined in rendererTest @@ -35,21 +35,21 @@ public trait TwoUpperBounds where T: Number, T: Any //public constructor TheClass() defined in rendererTest.TheClass // defined in rendererTest.TheClass // defined in rendererTest.TheClass -//private final val privateVal : jet.Int defined in rendererTest.TheClass -//internal final val shouldBeFinal : jet.Int defined in rendererTest.TheClass -//protected abstract fun foo() : jet.Unit defined in rendererTest.TheClass +//private final val privateVal: jet.Int defined in rendererTest.TheClass +//internal final val shouldBeFinal: jet.Int defined in rendererTest.TheClass +//protected abstract fun foo(): jet.Unit defined in rendererTest.TheClass //private final class Inner defined in rendererTest.TheClass //public constructor Inner() defined in rendererTest.TheClass.Inner //internal final class InternalClass defined in rendererTest //public constructor InternalClass() defined in rendererTest.InternalClass //internal trait TheTrait defined in rendererTest -//internal abstract fun abstractFun() : jet.Unit defined in rendererTest.TheTrait +//internal abstract fun abstractFun(): jet.Unit defined in rendererTest.TheTrait //internal class object : rendererTest.TheClass defined in rendererTest.TheTrait //private constructor () defined in rendererTest.TheTrait. -//internal final fun classObjectFunction() : jet.Int defined in rendererTest.TheTrait. +//internal final fun classObjectFunction(): jet.Int defined in rendererTest.TheTrait. //public final class WithReified defined in rendererTest //public constructor WithReified() defined in rendererTest.WithReified // defined in rendererTest.WithReified // defined in rendererTest.WithReified -//public trait TwoUpperBounds where T : jet.Number, T : jet.Any defined in rendererTest +//public trait TwoUpperBounds where T : jet.Any defined in rendererTest // defined in rendererTest.TwoUpperBounds diff --git a/compiler/testData/renderer/Enum.kt b/compiler/testData/renderer/Enum.kt index 8e0bb9daa2e..9a8dc260285 100644 --- a/compiler/testData/renderer/Enum.kt +++ b/compiler/testData/renderer/Enum.kt @@ -1,13 +1,13 @@ package rendererTest -private enum class TheEnum(val rgb : Int) { - VAL1 : TheEnum(0xFF0000) +private enum class TheEnum(val rgb: Int) { + VAL1: TheEnum(0xFF0000) } //package rendererTest defined in root package //private final enum class TheEnum : jet.Enum defined in rendererTest -//private constructor TheEnum(rgb : jet.Int) defined in rendererTest.TheEnum -//value-parameter val rgb : jet.Int defined in rendererTest.TheEnum. +//private constructor TheEnum(rgb: jet.Int) defined in rendererTest.TheEnum +//value-parameter val rgb: jet.Int defined in rendererTest.TheEnum. //private enum entry VAL1 : rendererTest.TheEnum defined in rendererTest.TheEnum. //private constructor VAL1() defined in rendererTest.TheEnum.VAL1 -//public final val VAL1 : rendererTest.TheEnum defined in rendererTest.TheEnum. \ No newline at end of file +//public final val VAL1: rendererTest.TheEnum defined in rendererTest.TheEnum. diff --git a/compiler/testData/renderer/ErrorType.kt b/compiler/testData/renderer/ErrorType.kt index fb725e8eaca..fa18ab46fa0 100644 --- a/compiler/testData/renderer/ErrorType.kt +++ b/compiler/testData/renderer/ErrorType.kt @@ -1,3 +1,3 @@ -val a : E = 0 +val a: E = 0 -//internal val a : [ERROR : E] defined in root package +//internal val a: [ERROR : E] defined in root package diff --git a/compiler/testData/renderer/FunctionTypes.kt b/compiler/testData/renderer/FunctionTypes.kt index 62cbbe15dd7..95c03c00fda 100644 --- a/compiler/testData/renderer/FunctionTypes.kt +++ b/compiler/testData/renderer/FunctionTypes.kt @@ -1,18 +1,18 @@ -var v1 : () -> Unit -var v2 : (Int) -> Int -var v3 : (Int, String) -> String -var v4 : Function1 -var v4 : (() -> Int, (String) -> Unit) -> String -var v5 : Int.() -> Int -var v6 : Int.(String, Int) -> Unit -var v7 : ExtensionFunction1 +var v1: () -> Unit +var v2: (Int) -> Int +var v3: (Int, String) -> String +var v4: Function1 +var v4: (() -> Int, (String) -> Unit) -> String +var v5: Int.() -> Int +var v6 : Int.(String, Int) -> Unit +var v7 : ExtensionFunction1 -//internal var v1 : () -> jet.Unit defined in root package -//internal var v2 : (jet.Int) -> jet.Int defined in root package -//internal var v3 : (jet.Int, jet.String) -> jet.String defined in root package -//internal var v4 : (jet.Int) -> jet.String defined in root package -//internal var v4 : (() -> jet.Int, (jet.String) -> jet.Unit) -> jet.String defined in root package -//internal var v5 : jet.Int.() -> jet.Int defined in root package -//internal var v6 : jet.Int.(jet.String, jet.Int) -> jet.Unit defined in root package -//internal var v7 : jet.Int.(jet.String) -> jet.Boolean defined in root package +//internal var v1: () -> jet.Unit defined in root package +//internal var v2: (jet.Int) -> jet.Int defined in root package +//internal var v3: (jet.Int, jet.String) -> jet.String defined in root package +//internal var v4: (jet.Int) -> jet.String defined in root package +//internal var v4: (() -> jet.Int, (jet.String) -> jet.Unit) -> jet.String defined in root package +//internal var v5: jet.Int.() -> jet.Int defined in root package +//internal var v6: jet.Int.(jet.String, jet.Int) -> jet.Unit defined in root package +//internal var v7: jet.Int.(jet.String) -> jet.Boolean defined in root package diff --git a/compiler/testData/renderer/GlobalFunctions.kt b/compiler/testData/renderer/GlobalFunctions.kt index d44853b5644..fedbf961e35 100644 --- a/compiler/testData/renderer/GlobalFunctions.kt +++ b/compiler/testData/renderer/GlobalFunctions.kt @@ -2,15 +2,15 @@ package rendererTest public fun pub() {} -internal fun int : String {} +internal fun int: String {} -fun int2(vararg ints : Int) : Int = 5 +fun int2(vararg ints: Int): Int = 5 -private fun prv(a : String, b : Int = 5) = 5 +private fun prv(a: String, b: Int = 5) = 5 -public fun Int.ext() : Int {} +public fun Int.ext(): Int {} -public fun withTypeParam(a : Array) : Int {} +public fun withTypeParam(a: Array): Int {} trait Foo trait Bar @@ -20,19 +20,19 @@ fun

funTypeParameterWithTwoUpperBounds() where P : Foo, P : Bar = 17 deprecated("") fun deprecatedFun() //package rendererTest defined in root package -//public fun pub() : jet.Unit defined in rendererTest -//internal fun int() : jet.String defined in rendererTest -//internal fun int2(vararg ints : jet.Int) : jet.Int defined in rendererTest -//value-parameter vararg val ints : jet.Int defined in rendererTest.int2 -//private fun prv(a : jet.String, b : jet.Int = ...) : jet.Int defined in rendererTest -//value-parameter val a : jet.String defined in rendererTest.prv -//value-parameter val b : jet.Int = ... defined in rendererTest.prv -//public fun jet.Int.ext() : jet.Int defined in rendererTest -//public fun withTypeParam(a : jet.Array) : jet.Int defined in rendererTest +//public fun pub(): jet.Unit defined in rendererTest +//internal fun int(): jet.String defined in rendererTest +//internal fun int2(vararg ints: jet.Int): jet.Int defined in rendererTest +//value-parameter vararg val ints: jet.Int defined in rendererTest.int2 +//private fun prv(a: jet.String, b: jet.Int = ...): jet.Int defined in rendererTest +//value-parameter val a: jet.String defined in rendererTest.prv +//value-parameter val b: jet.Int = ... defined in rendererTest.prv +//public fun jet.Int.ext(): jet.Int defined in rendererTest +//public fun withTypeParam(a: jet.Array): jet.Int defined in rendererTest // defined in rendererTest.withTypeParam -//value-parameter val a : jet.Array defined in rendererTest.withTypeParam +//value-parameter val a: jet.Array defined in rendererTest.withTypeParam //internal trait Foo defined in rendererTest //internal trait Bar defined in rendererTest -//internal fun

funTypeParameterWithTwoUpperBounds() : jet.Int where P : rendererTest.Foo, P : rendererTest.Bar defined in rendererTest +//internal fun

funTypeParameterWithTwoUpperBounds(): jet.Int where P : rendererTest.Bar defined in rendererTest //

defined in rendererTest.funTypeParameterWithTwoUpperBounds -//jet.deprecated internal fun deprecatedFun() : jet.Unit defined in rendererTest +//jet.deprecated internal fun deprecatedFun(): jet.Unit defined in rendererTest diff --git a/compiler/testData/renderer/GlobalProperties.kt b/compiler/testData/renderer/GlobalProperties.kt index 077a2a13812..71eb6662576 100644 --- a/compiler/testData/renderer/GlobalProperties.kt +++ b/compiler/testData/renderer/GlobalProperties.kt @@ -2,28 +2,28 @@ package rendererTest public val pub = "" -internal var int : String = "" +internal var int: String = "" -val int2 : Int = 5 +val int2: Int = 5 private var private = 5 -public val Int.ext : Int +public val Int.ext: Int get() {} deprecated("") val deprecatedVal = 5 -public val T.extWithTwoUpperBounds: Int where T: CharSequence, T: Number +public val T.extWithTwoUpperBounds: Int where T : CharSequence, T : Number get() {} //package rendererTest defined in root package -//public val pub : jet.String defined in rendererTest -//internal var int : jet.String defined in rendererTest -//internal val int2 : jet.Int defined in rendererTest -//private var private : jet.Int defined in rendererTest -//public val jet.Int.ext : jet.Int defined in rendererTest -//public fun jet.Int.() : jet.Int defined in rendererTest -//jet.deprecated internal val deprecatedVal : jet.Int defined in rendererTest -//public val T.extWithTwoUpperBounds : jet.Int where T : jet.CharSequence, T : jet.Number defined in rendererTest +//public val pub: jet.String defined in rendererTest +//internal var int: jet.String defined in rendererTest +//internal val int2: jet.Int defined in rendererTest +//private var private: jet.Int defined in rendererTest +//public val jet.Int.ext: jet.Int defined in rendererTest +//public fun jet.Int.(): jet.Int defined in rendererTest +//jet.deprecated internal val deprecatedVal: jet.Int defined in rendererTest +//public val T.extWithTwoUpperBounds: jet.Int where T : jet.Number defined in rendererTest // defined in rendererTest -//public fun T.() : jet.Int defined in rendererTest \ No newline at end of file +//public fun T.(): jet.Int defined in rendererTest diff --git a/compiler/testData/renderer/InheritedMembersVisibility.kt b/compiler/testData/renderer/InheritedMembersVisibility.kt index 3541cefad89..796a1a1361e 100644 --- a/compiler/testData/renderer/InheritedMembersVisibility.kt +++ b/compiler/testData/renderer/InheritedMembersVisibility.kt @@ -1,9 +1,9 @@ trait A { - val v : Int - public var int : Int + val v: Int + public var int: Int private set - protected fun f() : Int + protected fun f(): Int } class B : A { @@ -16,15 +16,15 @@ class B : A { } //internal trait A defined in root package -//internal abstract val v : jet.Int defined in A -//public abstract var int : jet.Int defined in A -//private abstract fun ( : jet.Int) : jet.Unit defined in A -//protected abstract fun f() : jet.Int defined in A +//internal abstract val v: jet.Int defined in A +//public abstract var int: jet.Int defined in A +//private abstract fun (: jet.Int): jet.Unit defined in A +//protected abstract fun f(): jet.Int defined in A //internal final class B : A defined in root package //public constructor B() defined in B -//public open var int : jet.Int defined in B -//public open fun () : jet.Int defined in B -//private open fun ( : jet.Int) : jet.Unit defined in B -//protected open fun f() : jet.Int defined in B -//internal open val v : jet.Int defined in B -//internal open fun () : jet.Int defined in B \ No newline at end of file +//public open var int: jet.Int defined in B +//public open fun (): jet.Int defined in B +//private open fun (: jet.Int): jet.Unit defined in B +//protected open fun f(): jet.Int defined in B +//internal open val v: jet.Int defined in B +//internal open fun (): jet.Int defined in B diff --git a/compiler/testData/renderer/KeywordsInNames.kt b/compiler/testData/renderer/KeywordsInNames.kt index 6337ac5c96d..dcff7c7331f 100644 --- a/compiler/testData/renderer/KeywordsInNames.kt +++ b/compiler/testData/renderer/KeywordsInNames.kt @@ -11,20 +11,20 @@ class `class`<`in`>(p: `in`?) { val `is` = `class`<`trait`>(null).`class`() val `in` = `class`<`trait`>(null) -fun <`in`: `trait`> `trait`.`fun`(`false`: `trait`): `trait` where `in`: Number +fun <`in` : `trait`> `trait`.`fun`(`false`: `trait`): `trait` where `in` : Number //internal final annotation class `true` : jet.Annotation defined in root package //public constructor `true`() defined in `true` -//internal val `val` : jet.Int defined in root package +//internal val `val`: jet.Int defined in root package //`true` internal trait `trait` defined in root package //internal final class `class`<`in`> defined in root package -//public constructor `class`<`in`>(p : `in`?) defined in `class` +//public constructor `class`<`in`>(p: `in`?) defined in `class` //<`in`> defined in `class` -//value-parameter val p : `in`? defined in `class`. +//value-parameter val p: `in`? defined in `class`. //internal final inner class `class` defined in `class` //public constructor `class`() defined in `class`.`class` -//internal val `is` : `class`.`class` defined in root package -//internal val `in` : `class`<`trait`> defined in root package -//internal fun <`in`> `trait`.`fun`(`false` : `trait`) : `trait` where `in` : `trait`, `in` : jet.Number defined in root package +//internal val `is`: `class`.`class` defined in root package +//internal val `in`: `class`<`trait`> defined in root package +//internal fun <`in` : `trait`> `trait`.`fun`(`false`: `trait`): `trait` where `in` : jet.Number defined in root package //<`in` : `trait` & jet.Number> defined in `fun` -//value-parameter val `false` : `trait` defined in `fun` \ No newline at end of file +//value-parameter val `false`: `trait` defined in `fun` diff --git a/compiler/testData/renderer/UnitType.kt b/compiler/testData/renderer/UnitType.kt index c0c70b9622c..a88ecb8c1fd 100644 --- a/compiler/testData/renderer/UnitType.kt +++ b/compiler/testData/renderer/UnitType.kt @@ -1,5 +1,5 @@ -var v1 : Unit -var v2 : Unit? +var v1: Unit +var v2: Unit? -//internal var v1 : jet.Unit defined in root package -//internal var v2 : jet.Unit? defined in root package +//internal var v1: jet.Unit defined in root package +//internal var v2: jet.Unit? defined in root package diff --git a/compiler/testData/repl/analyzeErrors.repl b/compiler/testData/repl/analyzeErrors.repl index 4d569171215..ab23e02b5e4 100644 --- a/compiler/testData/repl/analyzeErrors.repl +++ b/compiler/testData/repl/analyzeErrors.repl @@ -1,6 +1,6 @@ >>> fun foo() = 765 null >>> foo(1) -ERROR: /line2.ktscript: (1, 5) Too many arguments for internal final fun foo() : jet.Int defined in