diff --git a/compiler/testData/asJava/annotations/ExtraAnnotations.annotations.txt b/compiler/testData/asJava/annotations/ExtraAnnotations.annotations.txt index 7c36ebb6c83..0cf4e1eb42e 100644 --- a/compiler/testData/asJava/annotations/ExtraAnnotations.annotations.txt +++ b/compiler/testData/asJava/annotations/ExtraAnnotations.annotations.txt @@ -1 +1 @@ -@Foo(s = "...") \ No newline at end of file +@Foo(s = "...") diff --git a/compiler/testData/asJava/annotations/NestedClass.annotations.txt b/compiler/testData/asJava/annotations/NestedClass.annotations.txt index e0d00d3fc5f..a94db633507 100644 --- a/compiler/testData/asJava/annotations/NestedClass.annotations.txt +++ b/compiler/testData/asJava/annotations/NestedClass.annotations.txt @@ -1 +1 @@ -@Ann \ No newline at end of file +@Ann diff --git a/compiler/testData/builtin-classes.txt b/compiler/testData/builtin-classes.txt index 96ab1790418..c85ade984a2 100644 --- a/compiler/testData/builtin-classes.txt +++ b/compiler/testData/builtin-classes.txt @@ -1512,4 +1512,4 @@ public final annotation class suppress : kotlin.Annotation { public final annotation class tailRecursive : kotlin.Annotation { /*primary*/ public constructor tailRecursive() -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject1.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject1.txt index 8af6e4264b3..fc47f735b5b 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject1.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject1.txt @@ -15,4 +15,4 @@ internal final class A { internal final fun invoke(/*0*/ i: kotlin.Int): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject2.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject2.txt index dac498cb9df..1f31356aa65 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject2.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObject2.txt @@ -21,4 +21,4 @@ internal trait B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass1.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass1.txt index 1c5a1c5a6ce..ca8f9c59c3a 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass1.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass1.txt @@ -22,4 +22,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass2.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass2.txt index 1c5a1c5a6ce..ca8f9c59c3a 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass2.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnClassObjectOfNestedClass2.txt @@ -22,4 +22,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum1.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum1.txt index bb25f1a8a16..93cb7c906e7 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum1.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum1.txt @@ -59,4 +59,4 @@ internal final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum2.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum2.txt index 5d3bcbc80c2..ebc30eb35dd 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum2.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnEnum2.txt @@ -55,4 +55,4 @@ internal final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum1.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum1.txt index bb25f1a8a16..93cb7c906e7 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum1.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum1.txt @@ -59,4 +59,4 @@ internal final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum2.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum2.txt index 5d3bcbc80c2..ebc30eb35dd 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum2.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnImportedEnum2.txt @@ -55,4 +55,4 @@ internal final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject1.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject1.txt index 12488651193..d2f966b13eb 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject1.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject1.txt @@ -15,4 +15,4 @@ internal object A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject2.txt b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject2.txt index 4315b0a3e4f..d5530ed9765 100644 --- a/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject2.txt +++ b/compiler/testData/codegen/box/functions/invoke/onObjects/invokeOnObject2.txt @@ -16,4 +16,4 @@ internal object A { internal final override /*1*/ /*fake_override*/ fun invoke(/*0*/ i: kotlin.Int): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/tailRecursion/defaultArgs.txt b/compiler/testData/codegen/box/functions/tailRecursion/defaultArgs.txt index 1578e2cfced..bddc7042c85 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/defaultArgs.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/defaultArgs.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int = ..., /*1*/ e: kotlin.Any = ...): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int = ..., /*1*/ e: kotlin.Any = ...): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/extensionTailCall.txt b/compiler/testData/codegen/box/functions/tailRecursion/extensionTailCall.txt index 6c1c28b2a4b..724d7ac7655 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/extensionTailCall.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/extensionTailCall.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun kotlin.Int.foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun kotlin.Int.foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/functionWithNoTails.txt b/compiler/testData/codegen/box/functions/tailRecursion/functionWithNoTails.txt index 7fc21239b1e..f9a8c4ce341 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/functionWithNoTails.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/functionWithNoTails.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun noTails(): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun noTails(): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/functionWithNonTailRecursions.txt b/compiler/testData/codegen/box/functions/tailRecursion/functionWithNonTailRecursions.txt index c12a3c7a2c9..7e9d7cd5cc0 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/functionWithNonTailRecursions.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/functionWithNonTailRecursions.txt @@ -1,4 +1,4 @@ package kotlin.tailRecursive() internal fun badTails(/*0*/ x: kotlin.Int): kotlin.Int -internal fun box(): kotlin.String \ No newline at end of file +internal fun box(): kotlin.String diff --git a/compiler/testData/codegen/box/functions/tailRecursion/functionWithoutAnnotation.txt b/compiler/testData/codegen/box/functions/tailRecursion/functionWithoutAnnotation.txt index 84d7a281ad2..05396a54d4c 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/functionWithoutAnnotation.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/functionWithoutAnnotation.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -internal fun withoutAnnotation(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +internal fun withoutAnnotation(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/infixCall.txt b/compiler/testData/codegen/box/functions/tailRecursion/infixCall.txt index 13e35487483..5208ef16797 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/infixCall.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/infixCall.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun kotlin.Int.test(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun kotlin.Int.test(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/infixRecursiveCall.txt b/compiler/testData/codegen/box/functions/tailRecursion/infixRecursiveCall.txt index 6c1c28b2a4b..724d7ac7655 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/infixRecursiveCall.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/infixRecursiveCall.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun kotlin.Int.foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun kotlin.Int.foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/insideElvis.txt b/compiler/testData/codegen/box/functions/tailRecursion/insideElvis.txt index 8a9be8d349e..0c4551905dd 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/insideElvis.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/insideElvis.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int? \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int? diff --git a/compiler/testData/codegen/box/functions/tailRecursion/labeledThisReferences.txt b/compiler/testData/codegen/box/functions/tailRecursion/labeledThisReferences.txt index d6ba788af1d..aa17ea743b4 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/labeledThisReferences.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/labeledThisReferences.txt @@ -18,4 +18,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/tailRecursion/loops.txt b/compiler/testData/codegen/box/functions/tailRecursion/loops.txt index 3e209f74b33..9ce75e941bc 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/loops.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/loops.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/multilevelBlocks.txt b/compiler/testData/codegen/box/functions/tailRecursion/multilevelBlocks.txt index 3e209f74b33..9ce75e941bc 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/multilevelBlocks.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/multilevelBlocks.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/realIteratorFoldl.txt b/compiler/testData/codegen/box/functions/tailRecursion/realIteratorFoldl.txt index 9e1331178c9..51b637e168e 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/realIteratorFoldl.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/realIteratorFoldl.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun kotlin.Iterator.foldl(/*0*/ acc: A, /*1*/ foldFunction: (T, A) -> A): A \ No newline at end of file +kotlin.tailRecursive() internal fun kotlin.Iterator.foldl(/*0*/ acc: A, /*1*/ foldFunction: (T, A) -> A): A diff --git a/compiler/testData/codegen/box/functions/tailRecursion/realStringEscape.txt b/compiler/testData/codegen/box/functions/tailRecursion/realStringEscape.txt index 2ac6d4895ff..f2d33ec4a7a 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/realStringEscape.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/realStringEscape.txt @@ -2,4 +2,4 @@ package internal fun box(): kotlin.String internal fun escapeChar(/*0*/ c: kotlin.Char): kotlin.String? -kotlin.tailRecursive() internal fun kotlin.String.escape(/*0*/ i: kotlin.Int = ..., /*1*/ result: java.lang.StringBuilder = ...): kotlin.String \ No newline at end of file +kotlin.tailRecursive() internal fun kotlin.String.escape(/*0*/ i: kotlin.Int = ..., /*1*/ result: java.lang.StringBuilder = ...): kotlin.String diff --git a/compiler/testData/codegen/box/functions/tailRecursion/realStringRepeat.txt b/compiler/testData/codegen/box/functions/tailRecursion/realStringRepeat.txt index e94ab580891..fc61176584e 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/realStringRepeat.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/realStringRepeat.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun kotlin.String.repeat(/*0*/ num: kotlin.Int, /*1*/ acc: java.lang.StringBuilder = ...): kotlin.String \ No newline at end of file +kotlin.tailRecursive() internal fun kotlin.String.repeat(/*0*/ num: kotlin.Int, /*1*/ acc: java.lang.StringBuilder = ...): kotlin.String diff --git a/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLambda.txt b/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLambda.txt index bdbceaef2cf..41bbe8d033e 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLambda.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLambda.txt @@ -2,4 +2,4 @@ package internal fun bar(/*0*/ a: kotlin.Any): kotlin.Unit internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun foo(): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun foo(): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLocalFunction.txt b/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLocalFunction.txt index 4bd91db8320..c8f07089cb1 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLocalFunction.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/recursiveCallInLocalFunction.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun foo(): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun foo(): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/recursiveInnerFunction.txt b/compiler/testData/codegen/box/functions/tailRecursion/recursiveInnerFunction.txt index 3fe8c09aa94..7aea616efd4 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/recursiveInnerFunction.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/recursiveInnerFunction.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/returnIf.txt b/compiler/testData/codegen/box/functions/tailRecursion/returnIf.txt index 3e209f74b33..9ce75e941bc 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/returnIf.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/returnIf.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/returnInCatch.txt b/compiler/testData/codegen/box/functions/tailRecursion/returnInCatch.txt index 95bf361d813..6713ddd446e 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/returnInCatch.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/returnInCatch.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/returnInFinally.txt b/compiler/testData/codegen/box/functions/tailRecursion/returnInFinally.txt index 95bf361d813..6713ddd446e 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/returnInFinally.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/returnInFinally.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/returnInIfInFinally.txt b/compiler/testData/codegen/box/functions/tailRecursion/returnInIfInFinally.txt index 95bf361d813..6713ddd446e 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/returnInIfInFinally.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/returnInIfInFinally.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/returnInParentheses.txt b/compiler/testData/codegen/box/functions/tailRecursion/returnInParentheses.txt index 8c62ac3dcbf..159f3131ce2 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/returnInParentheses.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/returnInParentheses.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/returnInTry.txt b/compiler/testData/codegen/box/functions/tailRecursion/returnInTry.txt index 95bf361d813..6713ddd446e 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/returnInTry.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/returnInTry.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ counter: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/simpleBlock.txt b/compiler/testData/codegen/box/functions/tailRecursion/simpleBlock.txt index 3e209f74b33..9ce75e941bc 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/simpleBlock.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/simpleBlock.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/simpleReturn.txt b/compiler/testData/codegen/box/functions/tailRecursion/simpleReturn.txt index 3e209f74b33..9ce75e941bc 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/simpleReturn.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/simpleReturn.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/simpleReturnWithElse.txt b/compiler/testData/codegen/box/functions/tailRecursion/simpleReturnWithElse.txt index 3e209f74b33..9ce75e941bc 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/simpleReturnWithElse.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/simpleReturnWithElse.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/sum.txt b/compiler/testData/codegen/box/functions/tailRecursion/sum.txt index 863521e0c9e..6ec2bb61775 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/sum.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/sum.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun sum(/*0*/ x: kotlin.Long, /*1*/ sum: kotlin.Long): kotlin.Long \ No newline at end of file +kotlin.tailRecursive() internal fun sum(/*0*/ x: kotlin.Long, /*1*/ sum: kotlin.Long): kotlin.Long diff --git a/compiler/testData/codegen/box/functions/tailRecursion/tailCallInBlockInParentheses.txt b/compiler/testData/codegen/box/functions/tailRecursion/tailCallInBlockInParentheses.txt index 8c62ac3dcbf..159f3131ce2 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/tailCallInBlockInParentheses.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/tailCallInBlockInParentheses.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/tailCallInParentheses.txt b/compiler/testData/codegen/box/functions/tailRecursion/tailCallInParentheses.txt index 8c62ac3dcbf..159f3131ce2 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/tailCallInParentheses.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/tailCallInParentheses.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/tailRecursionInFinally.txt b/compiler/testData/codegen/box/functions/tailRecursion/tailRecursionInFinally.txt index 7cbb4bc43a1..3a8f5fbb4e9 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/tailRecursionInFinally.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/tailRecursionInFinally.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ go: kotlin.Boolean): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ go: kotlin.Boolean): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/thisReferences.txt b/compiler/testData/codegen/box/functions/tailRecursion/thisReferences.txt index b5c6d088814..ca7f36da8bb 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/thisReferences.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/thisReferences.txt @@ -10,4 +10,4 @@ internal final class A { kotlin.tailRecursive() internal final fun f3(/*0*/ a: A): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/functions/tailRecursion/unitBlocks.txt b/compiler/testData/codegen/box/functions/tailRecursion/unitBlocks.txt index b3caee8e7dd..a84ae3cd561 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/unitBlocks.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/unitBlocks.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.tailRecursive() internal fun test(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/codegen/box/functions/tailRecursion/whenWithCondition.txt b/compiler/testData/codegen/box/functions/tailRecursion/whenWithCondition.txt index 40c0e626870..fd077e95570 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/whenWithCondition.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/whenWithCondition.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun withWhen(/*0*/ counter: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun withWhen(/*0*/ counter: kotlin.Int): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/whenWithInRange.txt b/compiler/testData/codegen/box/functions/tailRecursion/whenWithInRange.txt index 09f9983cf97..6a977426658 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/whenWithInRange.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/whenWithInRange.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun withWhen(/*0*/ counter: kotlin.Int, /*1*/ d: kotlin.Any): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun withWhen(/*0*/ counter: kotlin.Int, /*1*/ d: kotlin.Any): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/whenWithIs.txt b/compiler/testData/codegen/box/functions/tailRecursion/whenWithIs.txt index 09f9983cf97..6a977426658 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/whenWithIs.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/whenWithIs.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun withWhen(/*0*/ counter: kotlin.Int, /*1*/ d: kotlin.Any): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun withWhen(/*0*/ counter: kotlin.Int, /*1*/ d: kotlin.Any): kotlin.Int diff --git a/compiler/testData/codegen/box/functions/tailRecursion/whenWithoutCondition.txt b/compiler/testData/codegen/box/functions/tailRecursion/whenWithoutCondition.txt index d5585addf64..4d243595461 100644 --- a/compiler/testData/codegen/box/functions/tailRecursion/whenWithoutCondition.txt +++ b/compiler/testData/codegen/box/functions/tailRecursion/whenWithoutCondition.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -kotlin.tailRecursive() internal fun withWhen2(/*0*/ counter: kotlin.Int): kotlin.Int \ No newline at end of file +kotlin.tailRecursive() internal fun withWhen2(/*0*/ counter: kotlin.Int): kotlin.Int diff --git a/compiler/testData/compileKotlinAgainstCustomBinaries/missingEnumReferencedInAnnotationArgument/missingEnumReferencedInAnnotationArgument.txt b/compiler/testData/compileKotlinAgainstCustomBinaries/missingEnumReferencedInAnnotationArgument/missingEnumReferencedInAnnotationArgument.txt index bf824639fbe..638ea38d212 100644 --- a/compiler/testData/compileKotlinAgainstCustomBinaries/missingEnumReferencedInAnnotationArgument/missingEnumReferencedInAnnotationArgument.txt +++ b/compiler/testData/compileKotlinAgainstCustomBinaries/missingEnumReferencedInAnnotationArgument/missingEnumReferencedInAnnotationArgument.txt @@ -11,4 +11,4 @@ test.Anno(e = Unresolved enum entry: test/E.ENTRY: [ERROR : Unresolved enum entr internal final class Subclass : test.Class { public constructor Subclass() -} \ No newline at end of file +} diff --git a/compiler/testData/compileKotlinAgainstCustomBinaries/sameLibraryTwiceInClasspath/sameLibraryTwiceInClasspath.txt b/compiler/testData/compileKotlinAgainstCustomBinaries/sameLibraryTwiceInClasspath/sameLibraryTwiceInClasspath.txt index e5e513ad86f..5962718cbf1 100644 --- a/compiler/testData/compileKotlinAgainstCustomBinaries/sameLibraryTwiceInClasspath/sameLibraryTwiceInClasspath.txt +++ b/compiler/testData/compileKotlinAgainstCustomBinaries/sameLibraryTwiceInClasspath/sameLibraryTwiceInClasspath.txt @@ -3,4 +3,4 @@ package test internal val inn3r: testing.Outer.Inner internal val nested: testing.Outer.Nested internal val outer: testing.Outer -internal val testObjectProperty: testing.TopLevelObject \ No newline at end of file +internal val testObjectProperty: testing.TopLevelObject diff --git a/compiler/testData/diagnostics/tests/Abstract.txt b/compiler/testData/diagnostics/tests/Abstract.txt index ed0c116ef03..fedd9002da8 100644 --- a/compiler/testData/diagnostics/tests/Abstract.txt +++ b/compiler/testData/diagnostics/tests/Abstract.txt @@ -57,4 +57,4 @@ package MyPackage { internal fun g(): kotlin.Unit internal abstract fun h(): kotlin.Unit internal abstract fun j(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/AbstractInAbstractClass.txt b/compiler/testData/diagnostics/tests/AbstractInAbstractClass.txt index b962c602d31..4d700435661 100644 --- a/compiler/testData/diagnostics/tests/AbstractInAbstractClass.txt +++ b/compiler/testData/diagnostics/tests/AbstractInAbstractClass.txt @@ -37,4 +37,4 @@ package abstract { internal abstract fun j(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/AbstractInClass.txt b/compiler/testData/diagnostics/tests/AbstractInClass.txt index a802f884787..69e29a13d9c 100644 --- a/compiler/testData/diagnostics/tests/AbstractInClass.txt +++ b/compiler/testData/diagnostics/tests/AbstractInClass.txt @@ -37,4 +37,4 @@ package abstract { internal abstract fun j(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/AbstractInTrait.txt b/compiler/testData/diagnostics/tests/AbstractInTrait.txt index 3fb43a0c594..2075c3b40b2 100644 --- a/compiler/testData/diagnostics/tests/AbstractInTrait.txt +++ b/compiler/testData/diagnostics/tests/AbstractInTrait.txt @@ -36,4 +36,4 @@ package abstract { internal abstract fun j(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/AnonymousInitializerVarAndConstructor.txt b/compiler/testData/diagnostics/tests/AnonymousInitializerVarAndConstructor.txt index 7d457b43719..6289f986e24 100644 --- a/compiler/testData/diagnostics/tests/AnonymousInitializerVarAndConstructor.txt +++ b/compiler/testData/diagnostics/tests/AnonymousInitializerVarAndConstructor.txt @@ -6,4 +6,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/AnonymousInitializers.txt b/compiler/testData/diagnostics/tests/AnonymousInitializers.txt index 37e0c0e79a8..42633716f7c 100644 --- a/compiler/testData/diagnostics/tests/AnonymousInitializers.txt +++ b/compiler/testData/diagnostics/tests/AnonymousInitializers.txt @@ -14,4 +14,4 @@ internal final class WithC { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/AutoCreatedIt.txt b/compiler/testData/diagnostics/tests/AutoCreatedIt.txt index 2704cc3d003..4bfb5804d28 100644 --- a/compiler/testData/diagnostics/tests/AutoCreatedIt.txt +++ b/compiler/testData/diagnostics/tests/AutoCreatedIt.txt @@ -14,4 +14,4 @@ internal final class URI { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun to(/*0*/ dest: kotlin.String): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Basic.txt b/compiler/testData/diagnostics/tests/Basic.txt index 356134fb893..438977a118c 100644 --- a/compiler/testData/diagnostics/tests/Basic.txt +++ b/compiler/testData/diagnostics/tests/Basic.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/BinaryCallsOnNullableValues.txt b/compiler/testData/diagnostics/tests/BinaryCallsOnNullableValues.txt index 563e70f1816..d0af551c86f 100644 --- a/compiler/testData/diagnostics/tests/BinaryCallsOnNullableValues.txt +++ b/compiler/testData/diagnostics/tests/BinaryCallsOnNullableValues.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Bounds.txt b/compiler/testData/diagnostics/tests/Bounds.txt index 4990c2aa0de..77d0ce42dd3 100644 --- a/compiler/testData/diagnostics/tests/Bounds.txt +++ b/compiler/testData/diagnostics/tests/Bounds.txt @@ -69,4 +69,4 @@ package boundsWithSubstitutors { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/BreakContinue.txt b/compiler/testData/diagnostics/tests/BreakContinue.txt index d8e68b3b91a..a9424ef1f0e 100644 --- a/compiler/testData/diagnostics/tests/BreakContinue.txt +++ b/compiler/testData/diagnostics/tests/BreakContinue.txt @@ -13,4 +13,4 @@ internal final class C { internal final fun notContainsBreak(/*0*/ a: kotlin.String?, /*1*/ b: kotlin.String?): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun unresolvedBreak(/*0*/ a: kotlin.String?, /*1*/ array: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Builders.txt b/compiler/testData/diagnostics/tests/Builders.txt index 9a3d058c656..479ca3ce147 100644 --- a/compiler/testData/diagnostics/tests/Builders.txt +++ b/compiler/testData/diagnostics/tests/Builders.txt @@ -248,4 +248,4 @@ package html { internal final override /*1*/ /*fake_override*/ fun ul(/*0*/ init: html.UL.() -> kotlin.Unit): html.UL internal final override /*1*/ /*fake_override*/ fun kotlin.String.plus(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Casts.txt b/compiler/testData/diagnostics/tests/Casts.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/Casts.txt +++ b/compiler/testData/diagnostics/tests/Casts.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/CharacterLiterals.txt b/compiler/testData/diagnostics/tests/CharacterLiterals.txt index 8df3d083ba1..3525126195d 100644 --- a/compiler/testData/diagnostics/tests/CharacterLiterals.txt +++ b/compiler/testData/diagnostics/tests/CharacterLiterals.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ c: kotlin.Char): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ c: kotlin.Char): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/CompareToWithErrorType.txt b/compiler/testData/diagnostics/tests/CompareToWithErrorType.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/CompareToWithErrorType.txt +++ b/compiler/testData/diagnostics/tests/CompareToWithErrorType.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/Constants.txt b/compiler/testData/diagnostics/tests/Constants.txt index da687a0deef..795af235ba1 100644 --- a/compiler/testData/diagnostics/tests/Constants.txt +++ b/compiler/testData/diagnostics/tests/Constants.txt @@ -7,4 +7,4 @@ internal fun varargDouble(/*0*/ vararg v: kotlin.Double /*kotlin.DoubleArray*/): internal fun varargFloat(/*0*/ vararg v: kotlin.Float /*kotlin.FloatArray*/): kotlin.FloatArray internal fun varargInt(/*0*/ vararg v: kotlin.Int /*kotlin.IntArray*/): kotlin.IntArray internal fun varargLong(/*0*/ vararg v: kotlin.Long /*kotlin.LongArray*/): kotlin.LongArray -internal fun varargShort(/*0*/ vararg v: kotlin.Short /*kotlin.ShortArray*/): kotlin.ShortArray \ No newline at end of file +internal fun varargShort(/*0*/ vararg v: kotlin.Short /*kotlin.ShortArray*/): kotlin.ShortArray diff --git a/compiler/testData/diagnostics/tests/Constructors.txt b/compiler/testData/diagnostics/tests/Constructors.txt index a7d260d7972..56a4d3a1275 100644 --- a/compiler/testData/diagnostics/tests/Constructors.txt +++ b/compiler/testData/diagnostics/tests/Constructors.txt @@ -95,4 +95,4 @@ internal final class WithPC1 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/ConstructorsOfPrimitives.txt b/compiler/testData/diagnostics/tests/ConstructorsOfPrimitives.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/ConstructorsOfPrimitives.txt +++ b/compiler/testData/diagnostics/tests/ConstructorsOfPrimitives.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/CovariantOverrideType.txt b/compiler/testData/diagnostics/tests/CovariantOverrideType.txt index bbe15f250a4..0f9be7c7794 100644 --- a/compiler/testData/diagnostics/tests/CovariantOverrideType.txt +++ b/compiler/testData/diagnostics/tests/CovariantOverrideType.txt @@ -27,4 +27,4 @@ internal abstract class B : A { internal abstract override /*1*/ fun g1(): kotlin.List public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/DefaultValuesTypechecking.txt b/compiler/testData/diagnostics/tests/DefaultValuesTypechecking.txt index 56ea543fbe7..876bd9ea2a3 100644 --- a/compiler/testData/diagnostics/tests/DefaultValuesTypechecking.txt +++ b/compiler/testData/diagnostics/tests/DefaultValuesTypechecking.txt @@ -11,4 +11,4 @@ internal final class A { internal final fun foo(/*0*/ bool: kotlin.Boolean, /*1*/ a: kotlin.Int = ..., /*2*/ b: kotlin.String = ...): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/DeferredTypes.txt b/compiler/testData/diagnostics/tests/DeferredTypes.txt index 9449fab681d..0cc1b7bf2c3 100644 --- a/compiler/testData/diagnostics/tests/DeferredTypes.txt +++ b/compiler/testData/diagnostics/tests/DeferredTypes.txt @@ -5,4 +5,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/DiamondFunction.txt b/compiler/testData/diagnostics/tests/DiamondFunction.txt index 081874d281a..2a8d20ae55e 100644 --- a/compiler/testData/diagnostics/tests/DiamondFunction.txt +++ b/compiler/testData/diagnostics/tests/DiamondFunction.txt @@ -29,4 +29,4 @@ internal trait Right : Base { internal final override /*1*/ /*fake_override*/ fun f(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/DiamondFunctionGeneric.txt b/compiler/testData/diagnostics/tests/DiamondFunctionGeneric.txt index 487baf106f9..33a0483db10 100644 --- a/compiler/testData/diagnostics/tests/DiamondFunctionGeneric.txt +++ b/compiler/testData/diagnostics/tests/DiamondFunctionGeneric.txt @@ -29,4 +29,4 @@ internal trait Right : Base

{ internal final override /*1*/ /*fake_override*/ fun f(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/DiamondProperty.txt b/compiler/testData/diagnostics/tests/DiamondProperty.txt index c82b2d0d917..40473234a40 100644 --- a/compiler/testData/diagnostics/tests/DiamondProperty.txt +++ b/compiler/testData/diagnostics/tests/DiamondProperty.txt @@ -29,4 +29,4 @@ internal trait Right : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Dollar.txt b/compiler/testData/diagnostics/tests/Dollar.txt index bd0b284dd9a..3ddd42cae52 100644 --- a/compiler/testData/diagnostics/tests/Dollar.txt +++ b/compiler/testData/diagnostics/tests/Dollar.txt @@ -24,4 +24,4 @@ package dollar { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/FinalClassObjectBound.txt b/compiler/testData/diagnostics/tests/FinalClassObjectBound.txt index 5d4200827a5..e02782af546 100644 --- a/compiler/testData/diagnostics/tests/FinalClassObjectBound.txt +++ b/compiler/testData/diagnostics/tests/FinalClassObjectBound.txt @@ -24,4 +24,4 @@ internal trait WithBounds { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/ForRangeConventions.txt b/compiler/testData/diagnostics/tests/ForRangeConventions.txt index 4e0f94c429f..c67fdc671a9 100644 --- a/compiler/testData/diagnostics/tests/ForRangeConventions.txt +++ b/compiler/testData/diagnostics/tests/ForRangeConventions.txt @@ -141,4 +141,4 @@ internal abstract class Range1 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal abstract fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/FunctionCalleeExpressions.txt b/compiler/testData/diagnostics/tests/FunctionCalleeExpressions.txt index 83e04fa9fca..e8a16a6ccb3 100644 --- a/compiler/testData/diagnostics/tests/FunctionCalleeExpressions.txt +++ b/compiler/testData/diagnostics/tests/FunctionCalleeExpressions.txt @@ -10,4 +10,4 @@ package foo { internal fun test(): kotlin.Unit internal fun kotlin.Any.foo(): () -> kotlin.Unit internal fun kotlin.Any.foo1(): (kotlin.Int) -> kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/FunctionReturnTypes.txt b/compiler/testData/diagnostics/tests/FunctionReturnTypes.txt index 3cc3e1563a2..6b2c5f05497 100644 --- a/compiler/testData/diagnostics/tests/FunctionReturnTypes.txt +++ b/compiler/testData/diagnostics/tests/FunctionReturnTypes.txt @@ -76,4 +76,4 @@ internal final class B { protected final fun f(): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/GenericArgumentConsistency.txt b/compiler/testData/diagnostics/tests/GenericArgumentConsistency.txt index 66fa1df5874..63eee108b76 100644 --- a/compiler/testData/diagnostics/tests/GenericArgumentConsistency.txt +++ b/compiler/testData/diagnostics/tests/GenericArgumentConsistency.txt @@ -172,4 +172,4 @@ package x3 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/GenericFunctionIsLessSpecific.txt b/compiler/testData/diagnostics/tests/GenericFunctionIsLessSpecific.txt index 10f4cd95fcc..9fe0eed9335 100644 --- a/compiler/testData/diagnostics/tests/GenericFunctionIsLessSpecific.txt +++ b/compiler/testData/diagnostics/tests/GenericFunctionIsLessSpecific.txt @@ -2,4 +2,4 @@ package internal fun foo(/*0*/ t: T): kotlin.Unit internal fun foo(/*0*/ i: kotlin.Int): kotlin.Int -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/IllegalModifiers.txt b/compiler/testData/diagnostics/tests/IllegalModifiers.txt index 50fea100f59..79f11c5e3b8 100644 --- a/compiler/testData/diagnostics/tests/IllegalModifiers.txt +++ b/compiler/testData/diagnostics/tests/IllegalModifiers.txt @@ -113,4 +113,4 @@ package illegal_modifiers { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/IncDec.txt b/compiler/testData/diagnostics/tests/IncDec.txt index d3e59e5e392..14608d934a5 100644 --- a/compiler/testData/diagnostics/tests/IncDec.txt +++ b/compiler/testData/diagnostics/tests/IncDec.txt @@ -29,4 +29,4 @@ internal final class WrongIncDec { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun inc(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/IncorrectCharacterLiterals.txt b/compiler/testData/diagnostics/tests/IncorrectCharacterLiterals.txt index f6b84c23157..6ab5168b9f0 100644 --- a/compiler/testData/diagnostics/tests/IncorrectCharacterLiterals.txt +++ b/compiler/testData/diagnostics/tests/IncorrectCharacterLiterals.txt @@ -1,4 +1,4 @@ package internal fun ff(): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/InferNullabilityInThenBlock.txt b/compiler/testData/diagnostics/tests/InferNullabilityInThenBlock.txt index e3588de72c9..be876af32e5 100644 --- a/compiler/testData/diagnostics/tests/InferNullabilityInThenBlock.txt +++ b/compiler/testData/diagnostics/tests/InferNullabilityInThenBlock.txt @@ -1,4 +1,4 @@ package internal fun ff(/*0*/ a: kotlin.String): kotlin.Int -internal fun gg(): kotlin.Unit \ No newline at end of file +internal fun gg(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/IsExpressions.txt b/compiler/testData/diagnostics/tests/IsExpressions.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/IsExpressions.txt +++ b/compiler/testData/diagnostics/tests/IsExpressions.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/LValueAssignment.txt b/compiler/testData/diagnostics/tests/LValueAssignment.txt index 3d837c0ad42..4fb69f46e33 100644 --- a/compiler/testData/diagnostics/tests/LValueAssignment.txt +++ b/compiler/testData/diagnostics/tests/LValueAssignment.txt @@ -71,4 +71,4 @@ package lvalue_assignment { internal final fun testVariables1(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/MergePackagesWithJava.txt b/compiler/testData/diagnostics/tests/MergePackagesWithJava.txt index b2af37abfd6..622a6f1ea19 100644 --- a/compiler/testData/diagnostics/tests/MergePackagesWithJava.txt +++ b/compiler/testData/diagnostics/tests/MergePackagesWithJava.txt @@ -17446,4 +17446,4 @@ package java { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/MultilineStringTemplates.txt b/compiler/testData/diagnostics/tests/MultilineStringTemplates.txt index 22017ebf73e..8e670c16782 100644 --- a/compiler/testData/diagnostics/tests/MultilineStringTemplates.txt +++ b/compiler/testData/diagnostics/tests/MultilineStringTemplates.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -internal fun new(): kotlin.String \ No newline at end of file +internal fun new(): kotlin.String diff --git a/compiler/testData/diagnostics/tests/MultipleBounds.txt b/compiler/testData/diagnostics/tests/MultipleBounds.txt index b3333582820..d995f20bf6c 100644 --- a/compiler/testData/diagnostics/tests/MultipleBounds.txt +++ b/compiler/testData/diagnostics/tests/MultipleBounds.txt @@ -97,4 +97,4 @@ package Jet87 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Nullability.txt b/compiler/testData/diagnostics/tests/Nullability.txt index 792f06de121..cd09153da92 100644 --- a/compiler/testData/diagnostics/tests/Nullability.txt +++ b/compiler/testData/diagnostics/tests/Nullability.txt @@ -10,4 +10,4 @@ internal fun f6(/*0*/ s: kotlin.String?): kotlin.Unit internal fun f7(/*0*/ s: kotlin.String?, /*1*/ t: kotlin.String?): kotlin.Unit internal fun f8(/*0*/ b: kotlin.String?, /*1*/ a: kotlin.String): kotlin.Unit internal fun f9(/*0*/ a: kotlin.Int?): kotlin.Int -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/OverrideFunctionWithParamDefaultValue.txt b/compiler/testData/diagnostics/tests/OverrideFunctionWithParamDefaultValue.txt index 1d67342cd90..b80170a47b3 100644 --- a/compiler/testData/diagnostics/tests/OverrideFunctionWithParamDefaultValue.txt +++ b/compiler/testData/diagnostics/tests/OverrideFunctionWithParamDefaultValue.txt @@ -16,4 +16,4 @@ internal final class C : B { internal open override /*1*/ fun foo2(/*0*/ arg: kotlin.Int = ...): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/OverridenFunctionAndSpecifiedTypeParameter.txt b/compiler/testData/diagnostics/tests/OverridenFunctionAndSpecifiedTypeParameter.txt index 3b56f4c9aa7..30c25a88ccd 100644 --- a/compiler/testData/diagnostics/tests/OverridenFunctionAndSpecifiedTypeParameter.txt +++ b/compiler/testData/diagnostics/tests/OverridenFunctionAndSpecifiedTypeParameter.txt @@ -15,4 +15,4 @@ internal final class Bbb : Aaa { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal open override /*1*/ fun zzz(/*0*/ value: T): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/OverridingVarByVal.txt b/compiler/testData/diagnostics/tests/OverridingVarByVal.txt index c374cb0aabc..df553f770bf 100644 --- a/compiler/testData/diagnostics/tests/OverridingVarByVal.txt +++ b/compiler/testData/diagnostics/tests/OverridingVarByVal.txt @@ -29,4 +29,4 @@ internal trait VarT { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/PackageAsExpression.txt b/compiler/testData/diagnostics/tests/PackageAsExpression.txt index 1660dbf46f9..8bf62f4da06 100644 --- a/compiler/testData/diagnostics/tests/PackageAsExpression.txt +++ b/compiler/testData/diagnostics/tests/PackageAsExpression.txt @@ -6,4 +6,4 @@ package root { package root.a { } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/PackageInExpressionPosition.txt b/compiler/testData/diagnostics/tests/PackageInExpressionPosition.txt index 7fbfe9c2766..fdec9954fdc 100644 --- a/compiler/testData/diagnostics/tests/PackageInExpressionPosition.txt +++ b/compiler/testData/diagnostics/tests/PackageInExpressionPosition.txt @@ -18,4 +18,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/PackageQualified.txt b/compiler/testData/diagnostics/tests/PackageQualified.txt index 126736cb699..feb962601ba 100644 --- a/compiler/testData/diagnostics/tests/PackageQualified.txt +++ b/compiler/testData/diagnostics/tests/PackageQualified.txt @@ -62,4 +62,4 @@ package foobar { internal val b: kotlin.List? = null internal val b1: [ERROR : util.List]? } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/PrimaryConstructors.txt b/compiler/testData/diagnostics/tests/PrimaryConstructors.txt index 974f639cd00..a25c01e7c6f 100644 --- a/compiler/testData/diagnostics/tests/PrimaryConstructors.txt +++ b/compiler/testData/diagnostics/tests/PrimaryConstructors.txt @@ -47,4 +47,4 @@ internal final class Z : Y { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/ProcessingEmptyImport.txt b/compiler/testData/diagnostics/tests/ProcessingEmptyImport.txt index c44c4409e16..ce1c6519a3e 100644 --- a/compiler/testData/diagnostics/tests/ProcessingEmptyImport.txt +++ b/compiler/testData/diagnostics/tests/ProcessingEmptyImport.txt @@ -1,3 +1,3 @@ package -internal fun firstFun(): kotlin.Unit \ No newline at end of file +internal fun firstFun(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/ProjectionOnFunctionArgumentErrror.txt b/compiler/testData/diagnostics/tests/ProjectionOnFunctionArgumentErrror.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/ProjectionOnFunctionArgumentErrror.txt +++ b/compiler/testData/diagnostics/tests/ProjectionOnFunctionArgumentErrror.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/ProjectionsInSupertypes.txt b/compiler/testData/diagnostics/tests/ProjectionsInSupertypes.txt index 18031e14d18..a6be64ec895 100644 --- a/compiler/testData/diagnostics/tests/ProjectionsInSupertypes.txt +++ b/compiler/testData/diagnostics/tests/ProjectionsInSupertypes.txt @@ -28,4 +28,4 @@ internal trait Test : A, B, C?, public open override /*4*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*4*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*4*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Properties.txt b/compiler/testData/diagnostics/tests/Properties.txt index 860cd9b7be2..91552f0a072 100644 --- a/compiler/testData/diagnostics/tests/Properties.txt +++ b/compiler/testData/diagnostics/tests/Properties.txt @@ -13,4 +13,4 @@ internal final class Test { internal final fun f(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/PropertyInitializers.txt b/compiler/testData/diagnostics/tests/PropertyInitializers.txt index fdce1adbf79..3eec7bb642f 100644 --- a/compiler/testData/diagnostics/tests/PropertyInitializers.txt +++ b/compiler/testData/diagnostics/tests/PropertyInitializers.txt @@ -9,4 +9,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/QualifiedExpressions.txt b/compiler/testData/diagnostics/tests/QualifiedExpressions.txt index 1d135b22c1e..86672dd4462 100644 --- a/compiler/testData/diagnostics/tests/QualifiedExpressions.txt +++ b/compiler/testData/diagnostics/tests/QualifiedExpressions.txt @@ -3,4 +3,4 @@ package package qualified_expressions { internal fun test(/*0*/ s: kotlin.String?): kotlin.Unit internal fun kotlin.String.startsWith(/*0*/ s: kotlin.String): kotlin.Boolean -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/RecursiveTypeInference.txt b/compiler/testData/diagnostics/tests/RecursiveTypeInference.txt index decccdbf9b9..70edffbb5dd 100644 --- a/compiler/testData/diagnostics/tests/RecursiveTypeInference.txt +++ b/compiler/testData/diagnostics/tests/RecursiveTypeInference.txt @@ -33,4 +33,4 @@ package ok { internal fun bazz(): kotlin.Int internal fun foo(): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/ReflectionTypesNotLoaded.txt b/compiler/testData/diagnostics/tests/ReflectionTypesNotLoaded.txt index a281c3b79c9..80e81669ecb 100644 --- a/compiler/testData/diagnostics/tests/ReflectionTypesNotLoaded.txt +++ b/compiler/testData/diagnostics/tests/ReflectionTypesNotLoaded.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/ResolveOfJavaGenerics.txt b/compiler/testData/diagnostics/tests/ResolveOfJavaGenerics.txt index cacb9298b90..e33aa7eb27f 100644 --- a/compiler/testData/diagnostics/tests/ResolveOfJavaGenerics.txt +++ b/compiler/testData/diagnostics/tests/ResolveOfJavaGenerics.txt @@ -4,4 +4,4 @@ internal fun test(): kotlin.Unit internal fun test(/*0*/ a: java.lang.Class): kotlin.Unit internal fun test(/*0*/ a: java.lang.Comparable): kotlin.Unit internal fun test(/*0*/ a: java.lang.annotation.RetentionPolicy): kotlin.Unit -internal fun test(/*0*/ a: java.util.ArrayList): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ a: java.util.ArrayList): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/ResolveToJava.txt b/compiler/testData/diagnostics/tests/ResolveToJava.txt index cfcaafec15e..efc4624bdea 100644 --- a/compiler/testData/diagnostics/tests/ResolveToJava.txt +++ b/compiler/testData/diagnostics/tests/ResolveToJava.txt @@ -4,4 +4,4 @@ internal val l: kotlin.MutableList internal fun test(/*0*/ l: java.util.List): kotlin.Unit package xxx { -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/Return.txt b/compiler/testData/diagnostics/tests/Return.txt index e14a0a46f7f..cf2d10914c1 100644 --- a/compiler/testData/diagnostics/tests/Return.txt +++ b/compiler/testData/diagnostics/tests/Return.txt @@ -6,4 +6,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun outer(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/SafeCallNonNullReceiver.txt b/compiler/testData/diagnostics/tests/SafeCallNonNullReceiver.txt index 108b4d47306..9125e142e64 100644 --- a/compiler/testData/diagnostics/tests/SafeCallNonNullReceiver.txt +++ b/compiler/testData/diagnostics/tests/SafeCallNonNullReceiver.txt @@ -1,3 +1,3 @@ package -internal fun ff(): kotlin.Unit \ No newline at end of file +internal fun ff(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/SafeCallNonNullReceiverReturnNull.txt b/compiler/testData/diagnostics/tests/SafeCallNonNullReceiverReturnNull.txt index 4fd77a1c6c9..d526cc2c6e8 100644 --- a/compiler/testData/diagnostics/tests/SafeCallNonNullReceiverReturnNull.txt +++ b/compiler/testData/diagnostics/tests/SafeCallNonNullReceiverReturnNull.txt @@ -1,4 +1,4 @@ package internal fun ff(): kotlin.Unit -internal fun kotlin.Int.gg(): kotlin.Nothing? \ No newline at end of file +internal fun kotlin.Int.gg(): kotlin.Nothing? diff --git a/compiler/testData/diagnostics/tests/SafeCallOnFakePackage.txt b/compiler/testData/diagnostics/tests/SafeCallOnFakePackage.txt index b27a01ded82..e58b9dbf34e 100644 --- a/compiler/testData/diagnostics/tests/SafeCallOnFakePackage.txt +++ b/compiler/testData/diagnostics/tests/SafeCallOnFakePackage.txt @@ -14,4 +14,4 @@ public open class Test { package foo { internal val s: kotlin.String = "test" -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/ShiftFunctionTypes.txt b/compiler/testData/diagnostics/tests/ShiftFunctionTypes.txt index a980979ca9b..cbbb26b245f 100644 --- a/compiler/testData/diagnostics/tests/ShiftFunctionTypes.txt +++ b/compiler/testData/diagnostics/tests/ShiftFunctionTypes.txt @@ -60,4 +60,4 @@ package n { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/StarsInFunctionCalls.txt b/compiler/testData/diagnostics/tests/StarsInFunctionCalls.txt index 4439758eb05..b32dc1dc29d 100644 --- a/compiler/testData/diagnostics/tests/StarsInFunctionCalls.txt +++ b/compiler/testData/diagnostics/tests/StarsInFunctionCalls.txt @@ -4,4 +4,4 @@ internal fun foo(/*0*/ a: kotlin.Any?): kotlin.Unit internal fun getT(): kotlin.Unit internal fun getTT(): kotlin.Unit internal fun getTTT(/*0*/ x: kotlin.Any): kotlin.Unit -public fun main(): kotlin.Unit \ No newline at end of file +public fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/StringTemplates.txt b/compiler/testData/diagnostics/tests/StringTemplates.txt index 5006ce86603..4996a9a4b62 100644 --- a/compiler/testData/diagnostics/tests/StringTemplates.txt +++ b/compiler/testData/diagnostics/tests/StringTemplates.txt @@ -1,3 +1,3 @@ package -internal fun demo(): kotlin.Unit \ No newline at end of file +internal fun demo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/SupertypeListChecks.txt b/compiler/testData/diagnostics/tests/SupertypeListChecks.txt index 9cf2500c104..d6f027322da 100644 --- a/compiler/testData/diagnostics/tests/SupertypeListChecks.txt +++ b/compiler/testData/diagnostics/tests/SupertypeListChecks.txt @@ -122,4 +122,4 @@ internal trait Test6 : C1 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlighting.txt b/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlighting.txt index 07a382a3dad..48df24dd07b 100644 --- a/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlighting.txt +++ b/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlighting.txt @@ -1,3 +1,3 @@ package -internal fun get(): kotlin.Unit \ No newline at end of file +internal fun get(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlightingEof.txt b/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlightingEof.txt index 84bd928b6eb..f8a8ce9c080 100644 --- a/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlightingEof.txt +++ b/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlightingEof.txt @@ -1,3 +1,3 @@ package -internal fun f(): kotlin.Unit \ No newline at end of file +internal fun f(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/TraitOverrideObjectMethods.txt b/compiler/testData/diagnostics/tests/TraitOverrideObjectMethods.txt index f050617891c..896b01f5650 100644 --- a/compiler/testData/diagnostics/tests/TraitOverrideObjectMethods.txt +++ b/compiler/testData/diagnostics/tests/TraitOverrideObjectMethods.txt @@ -12,4 +12,4 @@ internal trait MyTrait : java.lang.Object { public abstract override /*1*/ fun wait(): kotlin.Unit public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: kotlin.Long): kotlin.Unit public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: kotlin.Long, /*1*/ p1: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/TypeInference.txt b/compiler/testData/diagnostics/tests/TypeInference.txt index ba0f38aabc9..9632042acd6 100644 --- a/compiler/testData/diagnostics/tests/TypeInference.txt +++ b/compiler/testData/diagnostics/tests/TypeInference.txt @@ -10,4 +10,4 @@ internal final class C { internal final fun foo(): T public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.txt b/compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.txt index 2e2cef24743..485d754aeaa 100644 --- a/compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.txt +++ b/compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.txt @@ -16,4 +16,4 @@ internal abstract class C : A { internal abstract override /*1*/ fun foo(): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/UnitByDefaultForFunctionTypes.txt b/compiler/testData/diagnostics/tests/UnitByDefaultForFunctionTypes.txt index 98969f3d30f..2e43d53eaab 100644 --- a/compiler/testData/diagnostics/tests/UnitByDefaultForFunctionTypes.txt +++ b/compiler/testData/diagnostics/tests/UnitByDefaultForFunctionTypes.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ f: () -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ f: () -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/UnitValue.txt b/compiler/testData/diagnostics/tests/UnitValue.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/UnitValue.txt +++ b/compiler/testData/diagnostics/tests/UnitValue.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/Unresolved.txt b/compiler/testData/diagnostics/tests/Unresolved.txt index aa8f2bbd488..d79d973ca2d 100644 --- a/compiler/testData/diagnostics/tests/Unresolved.txt +++ b/compiler/testData/diagnostics/tests/Unresolved.txt @@ -13,4 +13,4 @@ package unresolved { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/UnusedVariables.txt b/compiler/testData/diagnostics/tests/UnusedVariables.txt index 9896edf7eb6..041ab839687 100644 --- a/compiler/testData/diagnostics/tests/UnusedVariables.txt +++ b/compiler/testData/diagnostics/tests/UnusedVariables.txt @@ -38,4 +38,4 @@ package unused_variables { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/ValAndFunOverrideCompatibilityClash.txt b/compiler/testData/diagnostics/tests/ValAndFunOverrideCompatibilityClash.txt index 2146993d13c..2ce9922730b 100644 --- a/compiler/testData/diagnostics/tests/ValAndFunOverrideCompatibilityClash.txt +++ b/compiler/testData/diagnostics/tests/ValAndFunOverrideCompatibilityClash.txt @@ -63,4 +63,4 @@ internal final class Foo1 : java.util.ArrayList { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String public open override /*1*/ /*fake_override*/ fun trimToSize(): kotlin.Unit invisible_fake open override /*1*/ /*fake_override*/ fun writeObject(/*0*/ p0: java.io.ObjectOutputStream!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/VarargTypes.txt b/compiler/testData/diagnostics/tests/VarargTypes.txt index 5d704cdc17e..0b4108fd494 100644 --- a/compiler/testData/diagnostics/tests/VarargTypes.txt +++ b/compiler/testData/diagnostics/tests/VarargTypes.txt @@ -9,4 +9,4 @@ internal fun fooi(/*0*/ vararg a: kotlin.Int /*kotlin.IntArray*/): kotlin.IntArr internal fun fool(/*0*/ vararg a: kotlin.Long /*kotlin.LongArray*/): kotlin.LongArray internal fun foos(/*0*/ vararg a: kotlin.String /*kotlin.Array*/): kotlin.Array internal fun foos(/*0*/ vararg a: kotlin.Short /*kotlin.ShortArray*/): kotlin.ShortArray -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/Varargs.txt b/compiler/testData/diagnostics/tests/Varargs.txt index 41c14e913a9..4c10aa06912 100644 --- a/compiler/testData/diagnostics/tests/Varargs.txt +++ b/compiler/testData/diagnostics/tests/Varargs.txt @@ -2,4 +2,4 @@ package internal fun test(): kotlin.Unit internal fun v(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.String, /*2*/ vararg f: kotlin.Long /*kotlin.LongArray*/): kotlin.Unit -internal fun v1(/*0*/ vararg f: (kotlin.Int) -> kotlin.Unit /*kotlin.Array<(kotlin.Int) -> kotlin.Unit>*/): kotlin.Unit \ No newline at end of file +internal fun v1(/*0*/ vararg f: (kotlin.Int) -> kotlin.Unit /*kotlin.Array<(kotlin.Int) -> kotlin.Unit>*/): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/Variance.txt b/compiler/testData/diagnostics/tests/Variance.txt index 3308dc08559..3134f728138 100644 --- a/compiler/testData/diagnostics/tests/Variance.txt +++ b/compiler/testData/diagnostics/tests/Variance.txt @@ -39,4 +39,4 @@ package variance { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/AmbigiousAnnotationConstructor.txt b/compiler/testData/diagnostics/tests/annotations/AmbigiousAnnotationConstructor.txt index a26232ae65d..d8ac8ac65a3 100644 --- a/compiler/testData/diagnostics/tests/annotations/AmbigiousAnnotationConstructor.txt +++ b/compiler/testData/diagnostics/tests/annotations/AmbigiousAnnotationConstructor.txt @@ -2,4 +2,4 @@ package java.lang.Deprecated() internal fun a(): kotlin.Unit java.util.ArrayList() internal fun b(): kotlin.Unit -[ERROR : Xoo]() internal fun c(): kotlin.Unit \ No newline at end of file +[ERROR : Xoo]() internal fun c(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/annotations/AnnotatedConstructorParams.txt b/compiler/testData/diagnostics/tests/annotations/AnnotatedConstructorParams.txt index db996f8676e..ecd55e4f728 100644 --- a/compiler/testData/diagnostics/tests/annotations/AnnotatedConstructorParams.txt +++ b/compiler/testData/diagnostics/tests/annotations/AnnotatedConstructorParams.txt @@ -12,4 +12,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter.txt b/compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter.txt index d5d93a86323..62b649f6ceb 100644 --- a/compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter.txt +++ b/compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter.txt @@ -28,4 +28,4 @@ internal final class TopLevelClass { internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/AnnotationForFunctionTypeParameter.txt b/compiler/testData/diagnostics/tests/annotations/AnnotationForFunctionTypeParameter.txt index 78455301b8b..018ee58aa90 100644 --- a/compiler/testData/diagnostics/tests/annotations/AnnotationForFunctionTypeParameter.txt +++ b/compiler/testData/diagnostics/tests/annotations/AnnotationForFunctionTypeParameter.txt @@ -24,4 +24,4 @@ internal final class SomeClass { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun method(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/AnnotationForObject.txt b/compiler/testData/diagnostics/tests/annotations/AnnotationForObject.txt index 814dffff916..8181b89d576 100644 --- a/compiler/testData/diagnostics/tests/annotations/AnnotationForObject.txt +++ b/compiler/testData/diagnostics/tests/annotations/AnnotationForObject.txt @@ -12,4 +12,4 @@ package public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/AnnotationsForClasses.txt b/compiler/testData/diagnostics/tests/annotations/AnnotationsForClasses.txt index c5b75340bf8..a6c370183cd 100644 --- a/compiler/testData/diagnostics/tests/annotations/AnnotationsForClasses.txt +++ b/compiler/testData/diagnostics/tests/annotations/AnnotationsForClasses.txt @@ -12,4 +12,4 @@ java.lang.Deprecated() internal final annotation class my1 : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/AnnotationsForPropertyTypeParameter.txt b/compiler/testData/diagnostics/tests/annotations/AnnotationsForPropertyTypeParameter.txt index ffa5c823312..d7945ba9075 100644 --- a/compiler/testData/diagnostics/tests/annotations/AnnotationsForPropertyTypeParameter.txt +++ b/compiler/testData/diagnostics/tests/annotations/AnnotationsForPropertyTypeParameter.txt @@ -24,4 +24,4 @@ internal final class SomeClass { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/BasicAnnotations.txt b/compiler/testData/diagnostics/tests/annotations/BasicAnnotations.txt index bab88537a1a..1adddb77e80 100644 --- a/compiler/testData/diagnostics/tests/annotations/BasicAnnotations.txt +++ b/compiler/testData/diagnostics/tests/annotations/BasicAnnotations.txt @@ -28,4 +28,4 @@ internal final annotation class my2 : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/ConstructorCall.txt b/compiler/testData/diagnostics/tests/annotations/ConstructorCall.txt index 8b3eb80bff5..ede09de1a52 100644 --- a/compiler/testData/diagnostics/tests/annotations/ConstructorCall.txt +++ b/compiler/testData/diagnostics/tests/annotations/ConstructorCall.txt @@ -51,4 +51,4 @@ Ann4(value = "a": kotlin.String) internal final class MyClass { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/Deprecated.txt b/compiler/testData/diagnostics/tests/annotations/Deprecated.txt index a9b45e0562b..32000768686 100644 --- a/compiler/testData/diagnostics/tests/annotations/Deprecated.txt +++ b/compiler/testData/diagnostics/tests/annotations/Deprecated.txt @@ -1,4 +1,4 @@ package java.lang.Deprecated() internal fun foo(): kotlin.Unit -java.lang.Deprecated() internal fun foo1(): kotlin.Unit \ No newline at end of file +java.lang.Deprecated() internal fun foo1(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/annotations/JavaAnnotationConstructors.txt b/compiler/testData/diagnostics/tests/annotations/JavaAnnotationConstructors.txt index 060132a043a..40bd48035d3 100644 --- a/compiler/testData/diagnostics/tests/annotations/JavaAnnotationConstructors.txt +++ b/compiler/testData/diagnostics/tests/annotations/JavaAnnotationConstructors.txt @@ -12,4 +12,4 @@ java.lang.annotation.Retention(value = RetentionPolicy.RUNTIME: java.lang.annota public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/NonAnnotationClass.txt b/compiler/testData/diagnostics/tests/annotations/NonAnnotationClass.txt index 0819d18b085..2722594144a 100644 --- a/compiler/testData/diagnostics/tests/annotations/NonAnnotationClass.txt +++ b/compiler/testData/diagnostics/tests/annotations/NonAnnotationClass.txt @@ -12,4 +12,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationInheritance.txt b/compiler/testData/diagnostics/tests/annotations/annotationInheritance.txt index e61bb6f810b..026b23c4106 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationInheritance.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationInheritance.txt @@ -41,4 +41,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationModifier.txt b/compiler/testData/diagnostics/tests/annotations/annotationModifier.txt index 1f84551a553..ae64cc47048 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationModifier.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationModifier.txt @@ -43,4 +43,4 @@ internal trait T : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/booleanLocalVal.txt b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/booleanLocalVal.txt index c20d1933b20..98b3a61f3a6 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/booleanLocalVal.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/booleanLocalVal.txt @@ -8,4 +8,4 @@ internal final annotation class Ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/compareAndEquals.txt b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/compareAndEquals.txt index c20d1933b20..98b3a61f3a6 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/compareAndEquals.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/compareAndEquals.txt @@ -8,4 +8,4 @@ internal final annotation class Ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/enumConst.txt b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/enumConst.txt index 0880da04a03..6c12a3dfe67 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/enumConst.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/enumConst.txt @@ -56,4 +56,4 @@ AnnE() internal final class Test2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/javaProperties.txt b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/javaProperties.txt index 336af87885a..0581c34985d 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/javaProperties.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/javaProperties.txt @@ -29,4 +29,4 @@ public open class Test { public final val i4: kotlin.Int = 1 public final var i5: kotlin.Int public final var i6: kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/kotlinProperties.txt b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/kotlinProperties.txt index 399726939ef..a2b0ca0e453 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/kotlinProperties.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/kotlinProperties.txt @@ -20,4 +20,4 @@ Ann(i = {1, 1}: kotlin.IntArray) internal final class Test { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/strings.txt b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/strings.txt index 9cfb77dd17a..08dfe8346a9 100644 --- a/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/strings.txt +++ b/compiler/testData/diagnostics/tests/annotations/annotationParameterMustBeConstant/strings.txt @@ -9,4 +9,4 @@ internal final annotation class Ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/invalidTypesInAnnotationConstructor.txt b/compiler/testData/diagnostics/tests/annotations/invalidTypesInAnnotationConstructor.txt index 0eec487577e..5f4e0d2fa9c 100644 --- a/compiler/testData/diagnostics/tests/annotations/invalidTypesInAnnotationConstructor.txt +++ b/compiler/testData/diagnostics/tests/annotations/invalidTypesInAnnotationConstructor.txt @@ -217,4 +217,4 @@ package test { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.MyEnum public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/kt1860-negative.txt b/compiler/testData/diagnostics/tests/annotations/kt1860-negative.txt index b7b64ecd90e..5b9757d638b 100644 --- a/compiler/testData/diagnostics/tests/annotations/kt1860-negative.txt +++ b/compiler/testData/diagnostics/tests/annotations/kt1860-negative.txt @@ -9,4 +9,4 @@ internal final class Hello { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/kt1860-positive.txt b/compiler/testData/diagnostics/tests/annotations/kt1860-positive.txt index d5e90bfb666..47eb0519cf7 100644 --- a/compiler/testData/diagnostics/tests/annotations/kt1860-positive.txt +++ b/compiler/testData/diagnostics/tests/annotations/kt1860-positive.txt @@ -16,4 +16,4 @@ internal final annotation class test : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/kt1886annotationBody.txt b/compiler/testData/diagnostics/tests/annotations/kt1886annotationBody.txt index 4fa055697b0..8dc0dfbee2e 100644 --- a/compiler/testData/diagnostics/tests/annotations/kt1886annotationBody.txt +++ b/compiler/testData/diagnostics/tests/annotations/kt1886annotationBody.txt @@ -87,4 +87,4 @@ internal final annotation class Annotation9 : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/missingValOnParameter.txt b/compiler/testData/diagnostics/tests/annotations/missingValOnParameter.txt index 37e6b39a477..7811b7df8c2 100644 --- a/compiler/testData/diagnostics/tests/annotations/missingValOnParameter.txt +++ b/compiler/testData/diagnostics/tests/annotations/missingValOnParameter.txt @@ -7,4 +7,4 @@ internal final annotation class Ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/onExpression.txt b/compiler/testData/diagnostics/tests/annotations/onExpression.txt index a75d2701199..b081ffe6529 100644 --- a/compiler/testData/diagnostics/tests/annotations/onExpression.txt +++ b/compiler/testData/diagnostics/tests/annotations/onExpression.txt @@ -7,4 +7,4 @@ internal final annotation class ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/onInitializer.txt b/compiler/testData/diagnostics/tests/annotations/onInitializer.txt index 7346ffe491d..21aa1c45578 100644 --- a/compiler/testData/diagnostics/tests/annotations/onInitializer.txt +++ b/compiler/testData/diagnostics/tests/annotations/onInitializer.txt @@ -18,4 +18,4 @@ internal final annotation class ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/onLoops.txt b/compiler/testData/diagnostics/tests/annotations/onLoops.txt index cee99b54aff..1023249041d 100644 --- a/compiler/testData/diagnostics/tests/annotations/onLoops.txt +++ b/compiler/testData/diagnostics/tests/annotations/onLoops.txt @@ -7,4 +7,4 @@ internal final annotation class ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/onLoopsUnreachable.txt b/compiler/testData/diagnostics/tests/annotations/onLoopsUnreachable.txt index cee99b54aff..1023249041d 100644 --- a/compiler/testData/diagnostics/tests/annotations/onLoopsUnreachable.txt +++ b/compiler/testData/diagnostics/tests/annotations/onLoopsUnreachable.txt @@ -7,4 +7,4 @@ internal final annotation class ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/annotations/onMultiDeclaration.txt b/compiler/testData/diagnostics/tests/annotations/onMultiDeclaration.txt index 7fdeb27942b..4dc0567a984 100644 --- a/compiler/testData/diagnostics/tests/annotations/onMultiDeclaration.txt +++ b/compiler/testData/diagnostics/tests/annotations/onMultiDeclaration.txt @@ -19,4 +19,4 @@ internal final annotation class ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/CustomGetSet.txt b/compiler/testData/diagnostics/tests/backingField/CustomGetSet.txt index ee1bc30ac53..07965f79250 100644 --- a/compiler/testData/diagnostics/tests/backingField/CustomGetSet.txt +++ b/compiler/testData/diagnostics/tests/backingField/CustomGetSet.txt @@ -6,4 +6,4 @@ internal final class Flower { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/CustomGetVal.txt b/compiler/testData/diagnostics/tests/backingField/CustomGetVal.txt index e8359dddaaf..aa0d9616f6b 100644 --- a/compiler/testData/diagnostics/tests/backingField/CustomGetVal.txt +++ b/compiler/testData/diagnostics/tests/backingField/CustomGetVal.txt @@ -6,4 +6,4 @@ internal final class CustomGetVal { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/CustomGetValGlobal.txt b/compiler/testData/diagnostics/tests/backingField/CustomGetValGlobal.txt index 0d202411ddf..038af192518 100644 --- a/compiler/testData/diagnostics/tests/backingField/CustomGetValGlobal.txt +++ b/compiler/testData/diagnostics/tests/backingField/CustomGetValGlobal.txt @@ -2,4 +2,4 @@ package package customGetValGlobal { internal val zz: kotlin.Int = 1 -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/CustomGetVar.txt b/compiler/testData/diagnostics/tests/backingField/CustomGetVar.txt index ea499b05c85..d764ee9fa4c 100644 --- a/compiler/testData/diagnostics/tests/backingField/CustomGetVar.txt +++ b/compiler/testData/diagnostics/tests/backingField/CustomGetVar.txt @@ -6,4 +6,4 @@ internal final class Raise { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/CustomSet.txt b/compiler/testData/diagnostics/tests/backingField/CustomSet.txt index ea499b05c85..d764ee9fa4c 100644 --- a/compiler/testData/diagnostics/tests/backingField/CustomSet.txt +++ b/compiler/testData/diagnostics/tests/backingField/CustomSet.txt @@ -6,4 +6,4 @@ internal final class Raise { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/CyclicReferenceInitializer.txt b/compiler/testData/diagnostics/tests/backingField/CyclicReferenceInitializer.txt index 54dc835ca74..cd866d0af76 100644 --- a/compiler/testData/diagnostics/tests/backingField/CyclicReferenceInitializer.txt +++ b/compiler/testData/diagnostics/tests/backingField/CyclicReferenceInitializer.txt @@ -6,4 +6,4 @@ internal final class Cyclic { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadForwardInAnonymous.txt b/compiler/testData/diagnostics/tests/backingField/ReadForwardInAnonymous.txt index 38982b53896..e7e5a68c21b 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadForwardInAnonymous.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadForwardInAnonymous.txt @@ -6,4 +6,4 @@ internal final class ReadForward { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadForwardInPropertyInitializer.txt b/compiler/testData/diagnostics/tests/backingField/ReadForwardInPropertyInitializer.txt index dd956366803..b9c9dcc844d 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadForwardInPropertyInitializer.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadForwardInPropertyInitializer.txt @@ -7,4 +7,4 @@ internal final class ReadForward { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadInAnonymous.txt b/compiler/testData/diagnostics/tests/backingField/ReadInAnonymous.txt index 26bc2481372..780b1a2b06a 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadInAnonymous.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadInAnonymous.txt @@ -6,4 +6,4 @@ internal final class ReadByAnotherPropertyInitializer { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadInAnotherPropertyIntializer.txt b/compiler/testData/diagnostics/tests/backingField/ReadInAnotherPropertyIntializer.txt index 0d94e838512..366dada82b0 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadInAnotherPropertyIntializer.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadInAnotherPropertyIntializer.txt @@ -7,4 +7,4 @@ internal final class ReadByAnotherPropertyInitializer { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadInFunction.txt b/compiler/testData/diagnostics/tests/backingField/ReadInFunction.txt index 1bff151f2e3..1b39c823968 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadInFunction.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadInFunction.txt @@ -7,4 +7,4 @@ internal final class ReadByAnotherPropertyInitializer { internal final fun ff(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInAnonymous.txt b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInAnonymous.txt index da2b6d89860..2e2abc0dbfb 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInAnonymous.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInAnonymous.txt @@ -6,4 +6,4 @@ internal abstract class ReadNonexistent { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInFunction.txt b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInFunction.txt index ebe568a9de4..41ae0718986 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInFunction.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentAbstractPropertyInFunction.txt @@ -7,4 +7,4 @@ internal abstract class ReadNonexistent { internal final fun ff(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnonymous.txt b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnonymous.txt index 52bca5799cf..2c1946ca76c 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnonymous.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnonymous.txt @@ -6,4 +6,4 @@ internal final class ReadNonexistent { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnotherInitializer.txt b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnotherInitializer.txt index 042f2e3060d..3b659facb55 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnotherInitializer.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentCustomGetInAnotherInitializer.txt @@ -7,4 +7,4 @@ internal final class CustomValNoBackingField { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentDeclaredInHigher.txt b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentDeclaredInHigher.txt index 042f2e3060d..3b659facb55 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentDeclaredInHigher.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentDeclaredInHigher.txt @@ -7,4 +7,4 @@ internal final class CustomValNoBackingField { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentPropertyInAnonymous.txt b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentPropertyInAnonymous.txt index ff9177de21c..904bb09b606 100644 --- a/compiler/testData/diagnostics/tests/backingField/ReadNonexistentPropertyInAnonymous.txt +++ b/compiler/testData/diagnostics/tests/backingField/ReadNonexistentPropertyInAnonymous.txt @@ -5,4 +5,4 @@ internal final class Cl { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/WriteNonexistentDeclaredInHigher.txt b/compiler/testData/diagnostics/tests/backingField/WriteNonexistentDeclaredInHigher.txt index ca37f232148..115fd7866a4 100644 --- a/compiler/testData/diagnostics/tests/backingField/WriteNonexistentDeclaredInHigher.txt +++ b/compiler/testData/diagnostics/tests/backingField/WriteNonexistentDeclaredInHigher.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/kt462BackingFieldsResolve.txt b/compiler/testData/diagnostics/tests/backingField/kt462BackingFieldsResolve.txt index b110b404323..5dbcb709744 100644 --- a/compiler/testData/diagnostics/tests/backingField/kt462BackingFieldsResolve.txt +++ b/compiler/testData/diagnostics/tests/backingField/kt462BackingFieldsResolve.txt @@ -63,4 +63,4 @@ package kt462 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/kt782packageLevel.txt b/compiler/testData/diagnostics/tests/backingField/kt782packageLevel.txt index d510aa1dbfc..d93e6e768a3 100644 --- a/compiler/testData/diagnostics/tests/backingField/kt782packageLevel.txt +++ b/compiler/testData/diagnostics/tests/backingField/kt782packageLevel.txt @@ -6,4 +6,4 @@ package kt782 { internal val y: kotlin.Int = 11 internal val z: kotlin.Int = 34 internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/backingField/qualifiedWithThis.txt b/compiler/testData/diagnostics/tests/backingField/qualifiedWithThis.txt index b0cb04f1f2d..5820555a08a 100644 --- a/compiler/testData/diagnostics/tests/backingField/qualifiedWithThis.txt +++ b/compiler/testData/diagnostics/tests/backingField/qualifiedWithThis.txt @@ -7,4 +7,4 @@ internal abstract class Bar { internal final fun foo(): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/AsErasedError.txt b/compiler/testData/diagnostics/tests/cast/AsErasedError.txt index f5d4f44b3e8..53e17eac309 100644 --- a/compiler/testData/diagnostics/tests/cast/AsErasedError.txt +++ b/compiler/testData/diagnostics/tests/cast/AsErasedError.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ c: kotlin.MutableCollection): kotlin.MutableList \ No newline at end of file +internal fun ff(/*0*/ c: kotlin.MutableCollection): kotlin.MutableList diff --git a/compiler/testData/diagnostics/tests/cast/AsErasedFine.txt b/compiler/testData/diagnostics/tests/cast/AsErasedFine.txt index 4fe5f788543..5c3926a3f5c 100644 --- a/compiler/testData/diagnostics/tests/cast/AsErasedFine.txt +++ b/compiler/testData/diagnostics/tests/cast/AsErasedFine.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ c: kotlin.MutableCollection): kotlin.MutableList \ No newline at end of file +internal fun ff(/*0*/ c: kotlin.MutableCollection): kotlin.MutableList diff --git a/compiler/testData/diagnostics/tests/cast/AsErasedStar.txt b/compiler/testData/diagnostics/tests/cast/AsErasedStar.txt index 38d7fc7a2b1..7c7363e6b55 100644 --- a/compiler/testData/diagnostics/tests/cast/AsErasedStar.txt +++ b/compiler/testData/diagnostics/tests/cast/AsErasedStar.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ l: kotlin.Any): kotlin.MutableList \ No newline at end of file +internal fun ff(/*0*/ l: kotlin.Any): kotlin.MutableList diff --git a/compiler/testData/diagnostics/tests/cast/AsErasedWarning.txt b/compiler/testData/diagnostics/tests/cast/AsErasedWarning.txt index d05fca9107f..1fa545c3539 100644 --- a/compiler/testData/diagnostics/tests/cast/AsErasedWarning.txt +++ b/compiler/testData/diagnostics/tests/cast/AsErasedWarning.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ a: kotlin.Any): kotlin.MutableList \ No newline at end of file +internal fun ff(/*0*/ a: kotlin.Any): kotlin.MutableList diff --git a/compiler/testData/diagnostics/tests/cast/DowncastMap.txt b/compiler/testData/diagnostics/tests/cast/DowncastMap.txt index 73a276acc7e..3ba4cd675fb 100644 --- a/compiler/testData/diagnostics/tests/cast/DowncastMap.txt +++ b/compiler/testData/diagnostics/tests/cast/DowncastMap.txt @@ -13,4 +13,4 @@ internal trait MutableMap : Map { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal abstract fun set(/*0*/ k: K, /*1*/ v: V): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsArray.txt b/compiler/testData/diagnostics/tests/cast/IsArray.txt index 3e20068ada9..49c47133aa4 100644 --- a/compiler/testData/diagnostics/tests/cast/IsArray.txt +++ b/compiler/testData/diagnostics/tests/cast/IsArray.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.Array): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.Array): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForDerivedWithOneSubstitutedAndOneSameGeneric.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForDerivedWithOneSubstitutedAndOneSameGeneric.txt index 8cf071d0d7a..58ff580038a 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForDerivedWithOneSubstitutedAndOneSameGeneric.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForDerivedWithOneSubstitutedAndOneSameGeneric.txt @@ -14,4 +14,4 @@ internal open class DerivedWithOne : BaseTwo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForExactSupertypeCheck.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForExactSupertypeCheck.txt index b0f4f0c7ecb..7057ce64568 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForExactSupertypeCheck.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForExactSupertypeCheck.txt @@ -14,4 +14,4 @@ internal final class Some : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForOverridenVarianceWithProjection.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForOverridenVarianceWithProjection.txt index d7cb3d6783d..f30bf813e14 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForOverridenVarianceWithProjection.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForOverridenVarianceWithProjection.txt @@ -28,4 +28,4 @@ internal open class SubBase : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithContrvariance.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithContrvariance.txt index 91579d6f2ee..505429bc0a4 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithContrvariance.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithContrvariance.txt @@ -28,4 +28,4 @@ internal final class SubBase : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithCovariance.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithCovariance.txt index 06aca811eac..3002e67d5de 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithCovariance.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForSupertypeCheckWithCovariance.txt @@ -28,4 +28,4 @@ internal final class SubBase : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithIrrelevantMixin.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithIrrelevantMixin.txt index 27b46d36dcf..02c72d5945a 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithIrrelevantMixin.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithIrrelevantMixin.txt @@ -36,4 +36,4 @@ internal trait DerivedSuper : BaseSuper, BaseImpl { public open override /*2*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithTwoSameTypeSubstitutions.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithTwoSameTypeSubstitutions.txt index 13d094e7a8c..5d4e2452fcb 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithTwoSameTypeSubstitutions.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithTwoSameTypeSubstitutions.txt @@ -14,4 +14,4 @@ internal final class SomeMultiDerived : BaseMulti { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithoutTypeArguments.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithoutTypeArguments.txt index ab6c39eb333..37a38930e32 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithoutTypeArguments.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowForTypeWithoutTypeArguments.txt @@ -14,4 +14,4 @@ internal final class Some : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut.txt index 2a919b570d6..ab2a883fe5e 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut2.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut2.txt index 62dee9b366a..b54aeb2e086 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut2.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut2.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOutAtClass.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOutAtClass.txt index 9461644db9a..12c8ca347a9 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOutAtClass.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOutAtClass.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.List): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.List): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowParameterSubtype.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowParameterSubtype.txt index e8a6b9ea86c..d455d6f4b04 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowParameterSubtype.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowParameterSubtype.txt @@ -14,4 +14,4 @@ internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameClassParameter.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameClassParameter.txt index 7397e648cb0..e2d704630ff 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameClassParameter.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameClassParameter.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ l: kotlin.MutableCollection): kotlin.Boolean \ No newline at end of file +internal fun ff(/*0*/ l: kotlin.MutableCollection): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameParameterParameter.txt b/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameParameterParameter.txt index 50e504a26df..5b69b459b1c 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameParameterParameter.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameParameterParameter.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ l: kotlin.MutableCollection): kotlin.Boolean \ No newline at end of file +internal fun ff(/*0*/ l: kotlin.MutableCollection): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowDifferentArgInvariantPosition.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowDifferentArgInvariantPosition.txt index 62dee9b366a..b54aeb2e086 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowDifferentArgInvariantPosition.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowDifferentArgInvariantPosition.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForOverridenVariance.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForOverridenVariance.txt index d7cb3d6783d..f30bf813e14 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForOverridenVariance.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForOverridenVariance.txt @@ -28,4 +28,4 @@ internal open class SubBase : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForTypeWithConstraints.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForTypeWithConstraints.txt index c124d535327..afcc2ebb38b 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForTypeWithConstraints.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowForTypeWithConstraints.txt @@ -18,4 +18,4 @@ internal trait Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromAny.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromAny.txt index 638080fe305..bd9c692ddda 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromAny.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromAny.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ l: kotlin.Any): kotlin.Boolean \ No newline at end of file +internal fun ff(/*0*/ l: kotlin.Any): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromIn.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromIn.txt index 428c2cf6e84..20207e54519 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromIn.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromIn.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOut.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOut.txt index 3800e8eae5c..d159b86a5b7 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOut.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOut.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.MutableList): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOutAtClass.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOutAtClass.txt index 0f44213898c..b3d26d5c360 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOutAtClass.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOutAtClass.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.List): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.List): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithFirstInvalid.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithFirstInvalid.txt index 523a82c9891..e16be90a498 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithFirstInvalid.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithFirstInvalid.txt @@ -35,4 +35,4 @@ internal open class Derived : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithSecondInvalid.txt b/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithSecondInvalid.txt index 3a0b3869cf7..4a96eef12ab 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithSecondInvalid.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedDissallowForSubtypeMappedToTwoParamsWithSecondInvalid.txt @@ -35,4 +35,4 @@ internal open class Derived : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedNonGeneric.txt b/compiler/testData/diagnostics/tests/cast/IsErasedNonGeneric.txt index d4ac4481694..6fcf83516d2 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedNonGeneric.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedNonGeneric.txt @@ -12,4 +12,4 @@ internal trait B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedNullableTasT.txt b/compiler/testData/diagnostics/tests/cast/IsErasedNullableTasT.txt index eec7f87c1ef..b7d8df088cd 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedNullableTasT.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedNullableTasT.txt @@ -1,3 +1,3 @@ package -internal fun testing(/*0*/ a: T?): kotlin.Boolean \ No newline at end of file +internal fun testing(/*0*/ a: T?): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedStar.txt b/compiler/testData/diagnostics/tests/cast/IsErasedStar.txt index 638080fe305..bd9c692ddda 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedStar.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedStar.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ l: kotlin.Any): kotlin.Boolean \ No newline at end of file +internal fun ff(/*0*/ l: kotlin.Any): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedTasT.txt b/compiler/testData/diagnostics/tests/cast/IsErasedTasT.txt index cbd7f68c13a..8d79337f0af 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedTasT.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedTasT.txt @@ -1,3 +1,3 @@ package -internal fun testing(/*0*/ a: T): kotlin.Boolean \ No newline at end of file +internal fun testing(/*0*/ a: T): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsErasedToErrorType.txt b/compiler/testData/diagnostics/tests/cast/IsErasedToErrorType.txt index d738aad1047..4836c3f0d6f 100644 --- a/compiler/testData/diagnostics/tests/cast/IsErasedToErrorType.txt +++ b/compiler/testData/diagnostics/tests/cast/IsErasedToErrorType.txt @@ -1,3 +1,3 @@ package -internal fun testing(/*0*/ a: kotlin.Any): kotlin.Boolean \ No newline at end of file +internal fun testing(/*0*/ a: kotlin.Any): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsRecursionSustainable.txt b/compiler/testData/diagnostics/tests/cast/IsRecursionSustainable.txt index 15d9664b761..f0c0dfb6f48 100644 --- a/compiler/testData/diagnostics/tests/cast/IsRecursionSustainable.txt +++ b/compiler/testData/diagnostics/tests/cast/IsRecursionSustainable.txt @@ -13,4 +13,4 @@ internal open class RecB { internal open class SelfR { public constructor SelfR() -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/IsReified.txt b/compiler/testData/diagnostics/tests/cast/IsReified.txt index 0a6d554ab3e..f81906b5327 100644 --- a/compiler/testData/diagnostics/tests/cast/IsReified.txt +++ b/compiler/testData/diagnostics/tests/cast/IsReified.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ a: kotlin.Any): kotlin.Boolean \ No newline at end of file +internal fun ff(/*0*/ a: kotlin.Any): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/IsTraits.txt b/compiler/testData/diagnostics/tests/cast/IsTraits.txt index 344a094010d..a2ecec31f14 100644 --- a/compiler/testData/diagnostics/tests/cast/IsTraits.txt +++ b/compiler/testData/diagnostics/tests/cast/IsTraits.txt @@ -12,4 +12,4 @@ internal trait Bbb { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/WhenErasedDisallowFromAny.txt b/compiler/testData/diagnostics/tests/cast/WhenErasedDisallowFromAny.txt index 43997608560..bc689e97fd3 100644 --- a/compiler/testData/diagnostics/tests/cast/WhenErasedDisallowFromAny.txt +++ b/compiler/testData/diagnostics/tests/cast/WhenErasedDisallowFromAny.txt @@ -1,3 +1,3 @@ package -internal fun ff(/*0*/ l: kotlin.Any): kotlin.Int \ No newline at end of file +internal fun ff(/*0*/ l: kotlin.Any): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/cast/WhenWithExpression.txt b/compiler/testData/diagnostics/tests/cast/WhenWithExpression.txt index dbb909b4f5d..df19970abeb 100644 --- a/compiler/testData/diagnostics/tests/cast/WhenWithExpression.txt +++ b/compiler/testData/diagnostics/tests/cast/WhenWithExpression.txt @@ -16,4 +16,4 @@ internal final class List { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/AsNestedBare.txt b/compiler/testData/diagnostics/tests/cast/bare/AsNestedBare.txt index f90dd16b8d3..b8e550f76bf 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/AsNestedBare.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/AsNestedBare.txt @@ -13,4 +13,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/AsNullable.txt b/compiler/testData/diagnostics/tests/cast/bare/AsNullable.txt index 108d7108fcb..297e1575aa9 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/AsNullable.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/AsNullable.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/AsNullableNotEnough.txt b/compiler/testData/diagnostics/tests/cast/bare/AsNullableNotEnough.txt index 8985583ae8b..be315b60848 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/AsNullableNotEnough.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/AsNullableNotEnough.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/EitherAs.txt b/compiler/testData/diagnostics/tests/cast/bare/EitherAs.txt index 73c9a1f575e..bd49783cbe7 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/EitherAs.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/EitherAs.txt @@ -35,4 +35,4 @@ internal trait Right : Either { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/EitherIs.txt b/compiler/testData/diagnostics/tests/cast/bare/EitherIs.txt index 4b977e735b1..09d35156197 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/EitherIs.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/EitherIs.txt @@ -37,4 +37,4 @@ internal trait Right : Either { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/EitherNotIs.txt b/compiler/testData/diagnostics/tests/cast/bare/EitherNotIs.txt index 4b977e735b1..09d35156197 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/EitherNotIs.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/EitherNotIs.txt @@ -37,4 +37,4 @@ internal trait Right : Either { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/EitherSafeAs.txt b/compiler/testData/diagnostics/tests/cast/bare/EitherSafeAs.txt index ae6149b12a5..efb7a7a0819 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/EitherSafeAs.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/EitherSafeAs.txt @@ -35,4 +35,4 @@ internal trait Right : Either { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/EitherWhen.txt b/compiler/testData/diagnostics/tests/cast/bare/EitherWhen.txt index 4335ac5693e..6b7d768ba06 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/EitherWhen.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/EitherWhen.txt @@ -36,4 +36,4 @@ internal trait Right : Either { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/ErrorsInSubstitution.txt b/compiler/testData/diagnostics/tests/cast/bare/ErrorsInSubstitution.txt index 4dbac83efb0..d5d4d93c399 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/ErrorsInSubstitution.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/ErrorsInSubstitution.txt @@ -12,4 +12,4 @@ internal trait G : B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/FromErrorType.txt b/compiler/testData/diagnostics/tests/cast/bare/FromErrorType.txt index c4a1e75c364..f565d36ba76 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/FromErrorType.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/FromErrorType.txt @@ -7,4 +7,4 @@ internal final class G { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/NullableAs.txt b/compiler/testData/diagnostics/tests/cast/bare/NullableAs.txt index acdcc61d70a..ccc5f723387 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/NullableAs.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/NullableAs.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/NullableAsNotEnough.txt b/compiler/testData/diagnostics/tests/cast/bare/NullableAsNotEnough.txt index 47d0dd4cbdd..57d43c51c91 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/NullableAsNotEnough.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/NullableAsNotEnough.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullable.txt b/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullable.txt index acdcc61d70a..ccc5f723387 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullable.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullable.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullableNotEnough.txt b/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullableNotEnough.txt index 47d0dd4cbdd..57d43c51c91 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullableNotEnough.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/NullableAsNullableNotEnough.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/RedundantNullable.txt b/compiler/testData/diagnostics/tests/cast/bare/RedundantNullable.txt index 269532cd5af..a1deaa18187 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/RedundantNullable.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/RedundantNullable.txt @@ -13,4 +13,4 @@ internal final class G : B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/ToErrorType.txt b/compiler/testData/diagnostics/tests/cast/bare/ToErrorType.txt index e72c1bac409..ea3d8d9e481 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/ToErrorType.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/ToErrorType.txt @@ -7,4 +7,4 @@ internal final class P { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/UnrelatedAs.txt b/compiler/testData/diagnostics/tests/cast/bare/UnrelatedAs.txt index 8985583ae8b..be315b60848 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/UnrelatedAs.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/UnrelatedAs.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/UnrelatedColon.txt b/compiler/testData/diagnostics/tests/cast/bare/UnrelatedColon.txt index 746a8581e38..a626c98472f 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/UnrelatedColon.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/UnrelatedColon.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/bare/UnrelatedIs.txt b/compiler/testData/diagnostics/tests/cast/bare/UnrelatedIs.txt index a94d7f6a318..60c674461bc 100644 --- a/compiler/testData/diagnostics/tests/cast/bare/UnrelatedIs.txt +++ b/compiler/testData/diagnostics/tests/cast/bare/UnrelatedIs.txt @@ -12,4 +12,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/constants.txt b/compiler/testData/diagnostics/tests/cast/constants.txt index c94f12e7359..32ef351b6aa 100644 --- a/compiler/testData/diagnostics/tests/cast/constants.txt +++ b/compiler/testData/diagnostics/tests/cast/constants.txt @@ -1,4 +1,4 @@ package internal fun asCall(): kotlin.Unit -internal fun asSafe(): kotlin.Unit \ No newline at end of file +internal fun asSafe(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/cast/isErasedAnyAndStarred.txt b/compiler/testData/diagnostics/tests/cast/isErasedAnyAndStarred.txt index ca4ebbc9568..0b03b58f337 100644 --- a/compiler/testData/diagnostics/tests/cast/isErasedAnyAndStarred.txt +++ b/compiler/testData/diagnostics/tests/cast/isErasedAnyAndStarred.txt @@ -7,4 +7,4 @@ internal final class G { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/isErasedTAndStarred.txt b/compiler/testData/diagnostics/tests/cast/isErasedTAndStarred.txt index c290db42c3b..8c86fd7de1c 100644 --- a/compiler/testData/diagnostics/tests/cast/isErasedTAndStarred.txt +++ b/compiler/testData/diagnostics/tests/cast/isErasedTAndStarred.txt @@ -7,4 +7,4 @@ internal final class G { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/isErasedUnrelatedAndStarred.txt b/compiler/testData/diagnostics/tests/cast/isErasedUnrelatedAndStarred.txt index 8c91eb0f85f..3eb85aa5ba8 100644 --- a/compiler/testData/diagnostics/tests/cast/isErasedUnrelatedAndStarred.txt +++ b/compiler/testData/diagnostics/tests/cast/isErasedUnrelatedAndStarred.txt @@ -13,4 +13,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/kt614.txt b/compiler/testData/diagnostics/tests/cast/kt614.txt index f578037fb19..ccf32c29c4a 100644 --- a/compiler/testData/diagnostics/tests/cast/kt614.txt +++ b/compiler/testData/diagnostics/tests/cast/kt614.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.Collection): kotlin.Boolean \ No newline at end of file +internal fun f(/*0*/ a: kotlin.Collection): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/cast/neverSucceeds/CastToNotNullSuper.txt b/compiler/testData/diagnostics/tests/cast/neverSucceeds/CastToNotNullSuper.txt index 5434ed69a67..dc59b471ec3 100644 --- a/compiler/testData/diagnostics/tests/cast/neverSucceeds/CastToNotNullSuper.txt +++ b/compiler/testData/diagnostics/tests/cast/neverSucceeds/CastToNotNullSuper.txt @@ -16,4 +16,4 @@ internal final class B : A { internal final override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedDirect.txt b/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedDirect.txt index b83352111c3..3baf6c7daf5 100644 --- a/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedDirect.txt +++ b/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedDirect.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ s: kotlin.String, /*1*/ js: java.lang.String, /*2*/ cs: kotlin.CharSequence, /*3*/ jcs: java.lang.CharSequence): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ s: kotlin.String, /*1*/ js: java.lang.String, /*2*/ cs: kotlin.CharSequence, /*3*/ jcs: java.lang.CharSequence): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedSubtypes.txt b/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedSubtypes.txt index df554ff478e..4f539ad4bc5 100644 --- a/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedSubtypes.txt +++ b/compiler/testData/diagnostics/tests/cast/neverSucceeds/MappedSubtypes.txt @@ -19,4 +19,4 @@ internal final class Sub : kotlin.CharSequence { public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ index: kotlin.Int): kotlin.Char public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsRelated.txt b/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsRelated.txt index 0222e87e864..2f63d556582 100644 --- a/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsRelated.txt +++ b/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsRelated.txt @@ -51,4 +51,4 @@ internal trait T5 : T2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsUnrelated.txt b/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsUnrelated.txt index be1989267d4..21c06adf5cb 100644 --- a/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsUnrelated.txt +++ b/compiler/testData/diagnostics/tests/cast/neverSucceeds/NoGenericsUnrelated.txt @@ -40,4 +40,4 @@ internal trait Trait2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/checkArguments/SpreadVarargs.txt b/compiler/testData/diagnostics/tests/checkArguments/SpreadVarargs.txt index 679aaa00eab..62c6873341d 100644 --- a/compiler/testData/diagnostics/tests/checkArguments/SpreadVarargs.txt +++ b/compiler/testData/diagnostics/tests/checkArguments/SpreadVarargs.txt @@ -4,4 +4,4 @@ internal fun array1(/*0*/ vararg a: T /*kotlin.Array*/): kotlin.Arr internal fun join(/*0*/ x: kotlin.Int, /*1*/ vararg a: kotlin.String /*kotlin.Array*/): kotlin.String internal fun joinG(/*0*/ x: kotlin.Int, /*1*/ vararg a: T /*kotlin.Array*/): kotlin.String internal fun joinT(/*0*/ x: kotlin.Int, /*1*/ vararg a: T /*kotlin.Array*/): T? -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/checkArguments/booleanExpressions.txt b/compiler/testData/diagnostics/tests/checkArguments/booleanExpressions.txt index 560e79f4261..6553f9d434e 100644 --- a/compiler/testData/diagnostics/tests/checkArguments/booleanExpressions.txt +++ b/compiler/testData/diagnostics/tests/checkArguments/booleanExpressions.txt @@ -1,3 +1,3 @@ package -internal fun foo1(/*0*/ b: kotlin.Boolean, /*1*/ c: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun foo1(/*0*/ b: kotlin.Boolean, /*1*/ c: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/checkArguments/kt1897_diagnostic_part.txt b/compiler/testData/diagnostics/tests/checkArguments/kt1897_diagnostic_part.txt index e36c4a3a4ff..28ece97f5e2 100644 --- a/compiler/testData/diagnostics/tests/checkArguments/kt1897_diagnostic_part.txt +++ b/compiler/testData/diagnostics/tests/checkArguments/kt1897_diagnostic_part.txt @@ -4,4 +4,4 @@ package a { internal fun bar(): kotlin.Unit internal fun foo(/*0*/ i: kotlin.Int, /*1*/ s: kotlin.String): kotlin.Unit internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/checkArguments/kt1940.txt b/compiler/testData/diagnostics/tests/checkArguments/kt1940.txt index d5d89450c18..e8a4c31afce 100644 --- a/compiler/testData/diagnostics/tests/checkArguments/kt1940.txt +++ b/compiler/testData/diagnostics/tests/checkArguments/kt1940.txt @@ -3,4 +3,4 @@ package package kt1940 { internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/checkType.txt b/compiler/testData/diagnostics/tests/checkType.txt index 28df0045de0..b0ec567743a 100644 --- a/compiler/testData/diagnostics/tests/checkType.txt +++ b/compiler/testData/diagnostics/tests/checkType.txt @@ -26,4 +26,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/ClassObjectCannotAccessClassFields.txt b/compiler/testData/diagnostics/tests/classObjects/ClassObjectCannotAccessClassFields.txt index cab6015e567..fe3279bf211 100644 --- a/compiler/testData/diagnostics/tests/classObjects/ClassObjectCannotAccessClassFields.txt +++ b/compiler/testData/diagnostics/tests/classObjects/ClassObjectCannotAccessClassFields.txt @@ -14,4 +14,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/ClassObjectVisibility.txt b/compiler/testData/diagnostics/tests/classObjects/ClassObjectVisibility.txt index 6abcf67f8d0..45ac94b8b85 100644 --- a/compiler/testData/diagnostics/tests/classObjects/ClassObjectVisibility.txt +++ b/compiler/testData/diagnostics/tests/classObjects/ClassObjectVisibility.txt @@ -67,4 +67,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/ClassObjects.txt b/compiler/testData/diagnostics/tests/classObjects/ClassObjects.txt index f881987bf7e..dc3a9af9ff3 100644 --- a/compiler/testData/diagnostics/tests/classObjects/ClassObjects.txt +++ b/compiler/testData/diagnostics/tests/classObjects/ClassObjects.txt @@ -43,4 +43,4 @@ package Jet86 { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/InnerClassClassObject.txt b/compiler/testData/diagnostics/tests/classObjects/InnerClassClassObject.txt index 2961122f6c9..1229cd45d30 100644 --- a/compiler/testData/diagnostics/tests/classObjects/InnerClassClassObject.txt +++ b/compiler/testData/diagnostics/tests/classObjects/InnerClassClassObject.txt @@ -75,4 +75,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/classObjectInLocalClass.txt b/compiler/testData/diagnostics/tests/classObjects/classObjectInLocalClass.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/classObjects/classObjectInLocalClass.txt +++ b/compiler/testData/diagnostics/tests/classObjects/classObjectInLocalClass.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/classObjects/importClassInClassObject.txt b/compiler/testData/diagnostics/tests/classObjects/importClassInClassObject.txt index 7ee890a8ee8..3af51d4380e 100644 --- a/compiler/testData/diagnostics/tests/classObjects/importClassInClassObject.txt +++ b/compiler/testData/diagnostics/tests/classObjects/importClassInClassObject.txt @@ -23,4 +23,4 @@ package f { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/invisibleClassObjects.txt b/compiler/testData/diagnostics/tests/classObjects/invisibleClassObjects.txt index b61485f2bce..088ba2f18a5 100644 --- a/compiler/testData/diagnostics/tests/classObjects/invisibleClassObjects.txt +++ b/compiler/testData/diagnostics/tests/classObjects/invisibleClassObjects.txt @@ -66,4 +66,4 @@ package a { package b { internal fun f(/*0*/ unused: kotlin.Any): kotlin.Unit internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/kt3866.txt b/compiler/testData/diagnostics/tests/classObjects/kt3866.txt index b76237a4626..8622636f755 100644 --- a/compiler/testData/diagnostics/tests/classObjects/kt3866.txt +++ b/compiler/testData/diagnostics/tests/classObjects/kt3866.txt @@ -36,4 +36,4 @@ internal open class Y { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/classObjects/nestedClassInPrivateClassObject.txt b/compiler/testData/diagnostics/tests/classObjects/nestedClassInPrivateClassObject.txt index acad20d8794..681dcad9422 100644 --- a/compiler/testData/diagnostics/tests/classObjects/nestedClassInPrivateClassObject.txt +++ b/compiler/testData/diagnostics/tests/classObjects/nestedClassInPrivateClassObject.txt @@ -37,4 +37,4 @@ internal final class A { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/UninitializedOrReassignedVariables.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/UninitializedOrReassignedVariables.txt index 9f0aead3aeb..07c420decb3 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/UninitializedOrReassignedVariables.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/UninitializedOrReassignedVariables.txt @@ -203,4 +203,4 @@ package uninitialized_reassigned_variables { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/backingFieldInsideGetter.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/backingFieldInsideGetter.txt index 60cde9d41f0..2e9b11cfef3 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/backingFieldInsideGetter.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/backingFieldInsideGetter.txt @@ -10,4 +10,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/breakOrContinueInLoopCondition.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/breakOrContinueInLoopCondition.txt index 5ae7cd11023..b4f5f241194 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/breakOrContinueInLoopCondition.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/breakOrContinueInLoopCondition.txt @@ -1,4 +1,4 @@ package internal fun test(): kotlin.Unit -internal fun test2(/*0*/ b: kotlin.Boolean): kotlin.Unit \ No newline at end of file +internal fun test2(/*0*/ b: kotlin.Boolean): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkInnerLocalDeclarations.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkInnerLocalDeclarations.txt index ff2e7b8df61..022d508c674 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkInnerLocalDeclarations.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkInnerLocalDeclarations.txt @@ -2,4 +2,4 @@ package package c { internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkPropertyAccessor.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkPropertyAccessor.txt index 8f2331d1a08..f926c19080b 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkPropertyAccessor.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/checkPropertyAccessor.txt @@ -11,4 +11,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commasAndWhitespaces.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commasAndWhitespaces.txt index bfd4d64e697..0b8c95574a8 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commasAndWhitespaces.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commasAndWhitespaces.txt @@ -1,4 +1,4 @@ package internal fun testCommasAndWhitespaces(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commentsInDeadCode.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commentsInDeadCode.txt index 3ed43cafece..8e328eab2d6 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commentsInDeadCode.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/commentsInDeadCode.txt @@ -6,4 +6,4 @@ package a { internal fun test2(): kotlin.Unit internal fun test3(): kotlin.Unit internal fun todo(): kotlin.Nothing -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInInvokeCall.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInInvokeCall.txt index fddd83eb1f0..de9e37c6c38 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInInvokeCall.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInInvokeCall.txt @@ -2,4 +2,4 @@ package internal fun testInvoke(): kotlin.Unit internal fun testInvokeWithLambda(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInReceiver.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInReceiver.txt index 6ce4398b50c..06f2cecfd7d 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInReceiver.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCallInReceiver.txt @@ -2,4 +2,4 @@ package internal fun test11(): kotlin.Unit internal fun test12(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeDifferentExamples.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeDifferentExamples.txt index dfa870fe0e2..8d526a03521 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeDifferentExamples.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeDifferentExamples.txt @@ -22,4 +22,4 @@ internal fun t7(): kotlin.Int internal fun t7(/*0*/ b: kotlin.Int): kotlin.Int internal fun t7break(/*0*/ b: kotlin.Int): kotlin.Int internal fun t8(): kotlin.Int -internal fun tf(): kotlin.Int \ No newline at end of file +internal fun tf(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeFromDifferentSources.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeFromDifferentSources.txt index fa180f6df91..a6ef6788adf 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeFromDifferentSources.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeFromDifferentSources.txt @@ -14,4 +14,4 @@ package c { internal final fun plus(/*0*/ a: c.A): kotlin.Nothing public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInArrayAccess.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInArrayAccess.txt index b30dfbad36c..872813ec688 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInArrayAccess.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInArrayAccess.txt @@ -8,4 +8,4 @@ internal fun testArrayAssignment2(/*0*/ array: kotlin.Array): kotlin internal fun testArrayAssignment3(/*0*/ n: kotlin.Nothing): kotlin.Unit internal fun testArrayAssignment4(/*0*/ n: kotlin.Nothing): kotlin.Unit internal fun testArrayPlusAssign(/*0*/ array: kotlin.Array): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInAssignment.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInAssignment.txt index 32d47a0c269..bc7aa219974 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInAssignment.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInAssignment.txt @@ -3,4 +3,4 @@ package internal fun testAssignment(): kotlin.Unit internal fun testPlusAssign(): kotlin.Unit internal fun testVariableDeclaration(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInBinaryExpressions.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInBinaryExpressions.txt index 0f2789bd0e4..9f271820cfa 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInBinaryExpressions.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInBinaryExpressions.txt @@ -9,4 +9,4 @@ internal fun testBinary1(): kotlin.Unit internal fun testBinary2(): kotlin.Unit internal fun testElvis1(): kotlin.Unit internal fun testElvis2(/*0*/ s: kotlin.String?): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInCalls.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInCalls.txt index 31441ae3815..8ae38ae14dd 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInCalls.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInCalls.txt @@ -2,4 +2,4 @@ package internal fun testArgumentInCall(): kotlin.Unit internal fun testArgumentInVariableAsFunctionCall(/*0*/ f: (kotlin.Any) -> kotlin.Unit): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInDeadCode.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInDeadCode.txt index 610ef0b9d9c..63e65304d19 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInDeadCode.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInDeadCode.txt @@ -5,4 +5,4 @@ internal fun todo(): kotlin.Nothing internal fun unreachable0(): kotlin.Unit internal fun unreachable2(): kotlin.Unit internal fun unreachable3(): kotlin.Unit -internal fun unreachable4(/*0*/ array: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun unreachable4(/*0*/ array: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInIf.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInIf.txt index 27282058fd3..6c9a9797cce 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInIf.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInIf.txt @@ -3,4 +3,4 @@ package internal fun bar(): kotlin.Unit internal fun testIf(): kotlin.Unit internal fun testIf1(/*0*/ b: kotlin.Boolean): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInInnerExpressions.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInInnerExpressions.txt index 97581cd3c2f..c27883ece91 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInInnerExpressions.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInInnerExpressions.txt @@ -2,4 +2,4 @@ package internal fun testCompound(): kotlin.Unit internal fun testCompound1(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLocalDeclarations.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLocalDeclarations.txt index 800c2136a7e..f93e8a27444 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLocalDeclarations.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLocalDeclarations.txt @@ -13,4 +13,4 @@ internal open class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLoops.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLoops.txt index f014a357cf0..e7509e783b5 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLoops.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInLoops.txt @@ -4,4 +4,4 @@ internal fun bar(): kotlin.Unit internal fun testDoWhile(): kotlin.Unit internal fun testFor(): kotlin.Unit internal fun testWhile(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInReturn.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInReturn.txt index 794593e8f2d..a0a0485a605 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInReturn.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInReturn.txt @@ -1,4 +1,4 @@ package internal fun testReturn(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInUnaryExpr.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInUnaryExpr.txt index febf155c2e5..9e287422a40 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInUnaryExpr.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInUnaryExpr.txt @@ -3,4 +3,4 @@ package internal fun testPostfixSpecial(): kotlin.Unit internal fun testPostfixWithCall(/*0*/ n: kotlin.Nothing): kotlin.Unit internal fun testPrefix(): kotlin.Unit -internal fun todo(): kotlin.Nothing \ No newline at end of file +internal fun todo(): kotlin.Nothing diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInWhileFromBreak.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInWhileFromBreak.txt index c760fe1327d..825a4a4301c 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInWhileFromBreak.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInWhileFromBreak.txt @@ -2,4 +2,4 @@ package internal fun bar(/*0*/ a: kotlin.Any, /*1*/ b: kotlin.Any): kotlin.Unit internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit -internal fun test(/*0*/ arr: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ arr: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/expressionInUnitLiteral.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/expressionInUnitLiteral.txt index ae84e50b895..728496a8d18 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/expressionInUnitLiteral.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/expressionInUnitLiteral.txt @@ -1,4 +1,4 @@ package internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -internal fun T.run(/*0*/ f: (T) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun T.run(/*0*/ f: (T) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_1.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_1.txt index c994a736a88..8d15993d199 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_1.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_1.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.String): kotlin.String \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.String): kotlin.String diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_2.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_2.txt index c93c7c44949..8a4c52d4911 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_2.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_2.txt @@ -2,4 +2,4 @@ package internal fun bar(): kotlin.Unit internal fun cond(): kotlin.Boolean -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_3.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_3.txt index c994a736a88..8d15993d199 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_3.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt2585_3.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.String): kotlin.String \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.String): kotlin.String diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt3162tryAsInitializer.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt3162tryAsInitializer.txt index c994a736a88..8d15993d199 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt3162tryAsInitializer.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt3162tryAsInitializer.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.String): kotlin.String \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.String): kotlin.String diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt5200DeadCodeInLambdas.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt5200DeadCodeInLambdas.txt index 2a874b09f93..78da8d6c18e 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt5200DeadCodeInLambdas.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/kt5200DeadCodeInLambdas.txt @@ -2,4 +2,4 @@ package kotlin.inline() internal fun doCall(/*0*/ block: () -> kotlin.String): kotlin.String internal fun test1(): kotlin.String -internal fun test2(/*0*/ nonLocal: kotlin.String, /*1*/ b: kotlin.Boolean): kotlin.String \ No newline at end of file +internal fun test2(/*0*/ nonLocal: kotlin.String, /*1*/ b: kotlin.Boolean): kotlin.String diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/ReturnFromFunctionInObject.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/ReturnFromFunctionInObject.txt index 62753359784..22c2a97c8e0 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/ReturnFromFunctionInObject.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/ReturnFromFunctionInObject.txt @@ -7,4 +7,4 @@ internal trait X { internal abstract fun f(): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt3444_ReturnFromLocalFunctions.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt3444_ReturnFromLocalFunctions.txt index 94ee6e82151..d110e1c15cc 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt3444_ReturnFromLocalFunctions.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt3444_ReturnFromLocalFunctions.txt @@ -3,4 +3,4 @@ package package f { internal fun box(): kotlin.Int internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt4034.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt4034.txt index a643cdd7dfc..e1b5c5aceee 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt4034.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturn/kt4034.txt @@ -18,4 +18,4 @@ internal trait TypeUsage { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturnInWhen.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturnInWhen.txt index ec23de6009c..a8ad03b6f8e 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturnInWhen.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/definiteReturnInWhen.txt @@ -1,3 +1,3 @@ package -internal fun illegalWhenBlock(/*0*/ a: kotlin.Any): kotlin.Int \ No newline at end of file +internal fun illegalWhenBlock(/*0*/ a: kotlin.Any): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1001.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1001.txt index 8c719afab07..7674194730a 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1001.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1001.txt @@ -5,4 +5,4 @@ package kt1001 { internal fun foo(/*0*/ c: kotlin.Array): kotlin.Unit internal fun t1(): kotlin.Int internal fun t2(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1027.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1027.txt index 8c6c016a34d..f13ccf07095 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1027.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1027.txt @@ -7,4 +7,4 @@ package kt1027 { internal fun t2(): kotlin.Unit internal fun t3(): kotlin.Unit internal fun t4(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1066.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1066.txt index 433e4c692d7..7697e85dc13 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1066.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1066.txt @@ -4,4 +4,4 @@ package kt1066 { internal fun foo(/*0*/ excluded: kotlin.Set): kotlin.Unit internal fun randomDigit(): kotlin.Char internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1156.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1156.txt index 50e53e7092f..71fd3a0a92d 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1156.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1156.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ maybe: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ maybe: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1185enums.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1185enums.txt index 27ccbf41ad5..ddd2d5cbb80 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1185enums.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1185enums.txt @@ -194,4 +194,4 @@ package kt1185 { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): kt1185.Direction public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1189.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1189.txt index 71504445c35..46a1da8417a 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1189.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1189.txt @@ -3,4 +3,4 @@ package package kt1189 { internal fun foo(): kotlin.Unit kotlin.inline() internal fun java.util.concurrent.locks.ReentrantReadWriteLock.write(/*0*/ action: () -> T): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1191.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1191.txt index 15636819f6f..1b200f614fc 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1191.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1191.txt @@ -12,4 +12,4 @@ package kt1191 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1219.1301.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1219.1301.txt index 46ae29e02f4..9b62ea52c90 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1219.1301.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1219.1301.txt @@ -4,4 +4,4 @@ package kt1219 { internal fun foo(): kotlin.Unit internal fun kotlin.Iterable.fold(/*0*/ a: R, /*1*/ op: (T, R) -> R): R internal fun kotlin.Iterable.foreach(/*0*/ operation: (T) -> kotlin.Unit): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1571.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1571.txt index 3e7980e1d00..faf89d5629e 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1571.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1571.txt @@ -16,4 +16,4 @@ package kt1571 { internal final fun times(/*0*/ a: kotlin.Int): kt1571.A public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1977.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1977.txt index c9126c715f7..00d17653231 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1977.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt1977.txt @@ -6,4 +6,4 @@ package kt1977 { internal fun strToInt(/*0*/ s: kotlin.String): kotlin.Int? internal fun test1(/*0*/ s: kotlin.String): kotlin.Int? internal fun test2(/*0*/ s: kotlin.String): kotlin.Int? -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2166_kt2103.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2166_kt2103.txt index 05c85eb0eb0..190e22f2608 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2166_kt2103.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2166_kt2103.txt @@ -4,4 +4,4 @@ package a { internal fun bar(): kotlin.Boolean internal fun foo(): kotlin.Int internal fun foo1(): kotlin.Boolean -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2226.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2226.txt index cbf42849a97..94efad452b8 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2226.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2226.txt @@ -17,4 +17,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2330.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2330.txt index 25bc42f7dae..fc855129af5 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2330.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2330.txt @@ -23,4 +23,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2334.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2334.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2334.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2334.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2369.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2369.txt index 6392dc21f93..0c826e4701f 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2369.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2369.txt @@ -1,4 +1,4 @@ package internal fun doSmth(/*0*/ a: kotlin.Any?): kotlin.Any? -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2845.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2845.txt index 3c65d7e50a9..fe9185f72df 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2845.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2845.txt @@ -2,4 +2,4 @@ package package h { private fun doTest(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2960.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2960.txt index df9f5286e0f..7b6c9e72396 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2960.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2960.txt @@ -22,4 +22,4 @@ package b { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2972.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2972.txt index 2e3c8077f4f..f28877fdf30 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2972.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt2972.txt @@ -1,3 +1,3 @@ package -kotlin.inline() public fun T.use(/*0*/ block: (T) -> R): R \ No newline at end of file +kotlin.inline() public fun T.use(/*0*/ block: (T) -> R): R diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3444.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3444.txt index dd18cf165c6..71b23925146 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3444.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3444.txt @@ -8,4 +8,4 @@ internal trait X { internal abstract fun f(): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3501.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3501.txt index 8b4f41bfa2b..6db32f55f09 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3501.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt3501.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ p: kotlin.String): kotlin.Unit \ No newline at end of file +internal fun f(/*0*/ p: kotlin.String): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt4405.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt4405.txt index c5de4f2a045..9f2f17a82f1 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt4405.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt4405.txt @@ -9,4 +9,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt510.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt510.txt index ec2ca4a51bd..8537f05cbf0 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt510.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt510.txt @@ -17,4 +17,4 @@ package kt510 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt607.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt607.txt index d0e57cab93c..16530e670ab 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt607.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt607.txt @@ -10,4 +10,4 @@ package kt607 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt609.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt609.txt index 561ce6c14ba..bc4d3ff7959 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt609.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt609.txt @@ -26,4 +26,4 @@ package kt609 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt610.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt610.txt index 0e3387c236a..4b801c89f0d 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt610.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt610.txt @@ -2,4 +2,4 @@ package package kt610 { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt776.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt776.txt index a079de61d16..4e93e2403de 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt776.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt776.txt @@ -4,4 +4,4 @@ package kt776 { internal fun doSmth(): kotlin.Unit internal fun test1(): kotlin.Int internal fun test5(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt843.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt843.txt index 1e1dd883556..f5bcffc67d1 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt843.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt843.txt @@ -2,4 +2,4 @@ package package kt843 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt897.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt897.txt index e76b93db9b9..34cb27e7321 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt897.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/kt897.txt @@ -11,4 +11,4 @@ package kt897 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/localClasses.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/localClasses.txt index fb67f18ebc7..5b38c4471e2 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/localClasses.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/localClasses.txt @@ -2,4 +2,4 @@ package package f { internal fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/propertiesOrderInPackage.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/propertiesOrderInPackage.txt index 3c9309503c4..026d45885fe 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/propertiesOrderInPackage.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/propertiesOrderInPackage.txt @@ -3,4 +3,4 @@ package package a { internal val a: kotlin.Int internal val b: kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/referenceToPropertyInitializer.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/referenceToPropertyInitializer.txt index 354cb02bf8a..889af0d8094 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/referenceToPropertyInitializer.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/referenceToPropertyInitializer.txt @@ -35,4 +35,4 @@ package o { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/repeatUnitializedErrorOnlyForLocalVars.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/repeatUnitializedErrorOnlyForLocalVars.txt index 7b2c3011554..cb6d1d38055 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/repeatUnitializedErrorOnlyForLocalVars.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/repeatUnitializedErrorOnlyForLocalVars.txt @@ -13,4 +13,4 @@ package aa { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/scopeOfAnonymousInitializer.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/scopeOfAnonymousInitializer.txt index a4af823200d..74b96663d67 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/scopeOfAnonymousInitializer.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/scopeOfAnonymousInitializer.txt @@ -6,4 +6,4 @@ internal final class AnonymousInitializers { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/uninitializedInLocalDeclarations.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/uninitializedInLocalDeclarations.txt index 8db00fb616c..383a4406209 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/uninitializedInLocalDeclarations.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/uninitializedInLocalDeclarations.txt @@ -5,4 +5,4 @@ internal fun test1(): kotlin.Unit internal fun test2(): kotlin.Unit internal fun test3(): kotlin.Unit internal fun test4(): kotlin.Unit -internal fun test5(): kotlin.Unit \ No newline at end of file +internal fun test5(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/unmappedArgs.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/unmappedArgs.txt index 430d85fba1c..ea15d868290 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/unmappedArgs.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/unmappedArgs.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ i: kotlin.Int): kotlin.Unit -internal fun foo(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Int \ No newline at end of file +internal fun foo(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/controlFlowAnalysis/varInitializationInIfInCycle.txt b/compiler/testData/diagnostics/tests/controlFlowAnalysis/varInitializationInIfInCycle.txt index 5e078fc520e..aac7c6742fe 100644 --- a/compiler/testData/diagnostics/tests/controlFlowAnalysis/varInitializationInIfInCycle.txt +++ b/compiler/testData/diagnostics/tests/controlFlowAnalysis/varInitializationInIfInCycle.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ numbers: kotlin.Collection): kotlin.Unit -internal fun use(/*0*/ vararg a: kotlin.Any? /*kotlin.Array*/): kotlin.Array \ No newline at end of file +internal fun use(/*0*/ vararg a: kotlin.Any? /*kotlin.Array*/): kotlin.Array diff --git a/compiler/testData/diagnostics/tests/controlStructures/ForWithoutBraces.txt b/compiler/testData/diagnostics/tests/controlStructures/ForWithoutBraces.txt index 108b4d47306..9125e142e64 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/ForWithoutBraces.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/ForWithoutBraces.txt @@ -1,3 +1,3 @@ package -internal fun ff(): kotlin.Unit \ No newline at end of file +internal fun ff(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlStructures/ForbidStatementAsDirectFunctionBody.txt b/compiler/testData/diagnostics/tests/controlStructures/ForbidStatementAsDirectFunctionBody.txt index f971f0b1efd..4cf488e7264 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/ForbidStatementAsDirectFunctionBody.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/ForbidStatementAsDirectFunctionBody.txt @@ -3,4 +3,4 @@ package internal fun b(): kotlin.Boolean internal fun foo1(): [ERROR : Error function type] internal fun foo2(): [ERROR : Error function type] -internal fun foo3(): kotlin.Int \ No newline at end of file +internal fun foo3(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/controlStructures/emptyIf.txt b/compiler/testData/diagnostics/tests/controlStructures/emptyIf.txt index 777259fe975..bf8164073aa 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/emptyIf.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/emptyIf.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ x: kotlin.Unit): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlStructures/forLoopWithNullableRange.txt b/compiler/testData/diagnostics/tests/controlStructures/forLoopWithNullableRange.txt index 2563e36f296..1a51c6add82 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/forLoopWithNullableRange.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/forLoopWithNullableRange.txt @@ -17,4 +17,4 @@ internal final class It { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun next(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/forWithNullableIterator.txt b/compiler/testData/diagnostics/tests/controlStructures/forWithNullableIterator.txt index c206b540321..e7dc5f84728 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/forWithNullableIterator.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/forWithNullableIterator.txt @@ -17,4 +17,4 @@ internal final class It { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun next(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/jumpAcrossFunctionBoundary.txt b/compiler/testData/diagnostics/tests/controlStructures/jumpAcrossFunctionBoundary.txt index 1f6e7bc6fff..b10b76a0ab4 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/jumpAcrossFunctionBoundary.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/jumpAcrossFunctionBoundary.txt @@ -2,4 +2,4 @@ package internal fun call(/*0*/ f: () -> kotlin.Unit): kotlin.Unit internal fun f1(): kotlin.Unit -internal fun f2(): kotlin.Unit \ No newline at end of file +internal fun f2(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlStructures/kt1075.txt b/compiler/testData/diagnostics/tests/controlStructures/kt1075.txt index 822b9841073..eb4558fb683 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/kt1075.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/kt1075.txt @@ -2,4 +2,4 @@ package package kt1075 { internal fun foo(/*0*/ b: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/kt4310.txt b/compiler/testData/diagnostics/tests/controlStructures/kt4310.txt index 50617b36f60..36fdc79f905 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/kt4310.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/kt4310.txt @@ -2,4 +2,4 @@ package package f { internal fun test(/*0*/ a: kotlin.Boolean, /*1*/ b: kotlin.Boolean): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/kt657.txt b/compiler/testData/diagnostics/tests/controlStructures/kt657.txt index ef7584dc48e..beee629fb03 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/kt657.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/kt657.txt @@ -11,4 +11,4 @@ package kt657 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/kt770.kt351.kt735_StatementType.txt b/compiler/testData/diagnostics/tests/controlStructures/kt770.kt351.kt735_StatementType.txt index 1b98dfdbb67..82afcfb4027 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/kt770.kt351.kt735_StatementType.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/kt770.kt351.kt735_StatementType.txt @@ -13,4 +13,4 @@ package kt770_351_735 { internal fun testImplicitCoercion(): kotlin.Unit internal fun testStatementInExpressionContext(): kotlin.Unit internal fun testStatementInExpressionContext2(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/kt786.txt b/compiler/testData/diagnostics/tests/controlStructures/kt786.txt index e45ddc4405a..29a80f45168 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/kt786.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/kt786.txt @@ -4,4 +4,4 @@ package kt786 { internal fun bar(): kotlin.Int internal fun fff(): kotlin.Int internal fun foo(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/kt799.txt b/compiler/testData/diagnostics/tests/controlStructures/kt799.txt index f632c3ebc79..0519ff4a299 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/kt799.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/kt799.txt @@ -7,4 +7,4 @@ package kt799 { internal fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit internal fun f(/*0*/ mi: kotlin.Int = ...): kotlin.Unit internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/tryReturnType.txt b/compiler/testData/diagnostics/tests/controlStructures/tryReturnType.txt index 0a2861d0111..a716e93b6f9 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/tryReturnType.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/tryReturnType.txt @@ -4,4 +4,4 @@ package a { internal fun bar(): kotlin.Int internal fun doSmth(): kotlin.Unit internal fun foo(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/controlStructures/valVarCatchParameter.txt b/compiler/testData/diagnostics/tests/controlStructures/valVarCatchParameter.txt index 84bd928b6eb..f8a8ce9c080 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/valVarCatchParameter.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/valVarCatchParameter.txt @@ -1,3 +1,3 @@ package -internal fun f(): kotlin.Unit \ No newline at end of file +internal fun f(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlStructures/valVarLoopParameter.txt b/compiler/testData/diagnostics/tests/controlStructures/valVarLoopParameter.txt index 84bd928b6eb..f8a8ce9c080 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/valVarLoopParameter.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/valVarLoopParameter.txt @@ -1,3 +1,3 @@ package -internal fun f(): kotlin.Unit \ No newline at end of file +internal fun f(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/controlStructures/when.kt234.kt973.txt b/compiler/testData/diagnostics/tests/controlStructures/when.kt234.kt973.txt index 455f479bd0d..92e30f4560e 100644 --- a/compiler/testData/diagnostics/tests/controlStructures/when.kt234.kt973.txt +++ b/compiler/testData/diagnostics/tests/controlStructures/when.kt234.kt973.txt @@ -14,4 +14,4 @@ package kt234_kt973 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/classIndirectlyInheritsNested.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/classIndirectlyInheritsNested.txt index f9a4959771f..e26289fc477 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/classIndirectlyInheritsNested.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/classIndirectlyInheritsNested.txt @@ -13,4 +13,4 @@ internal open class C { internal open class D { public constructor D() -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/classInheritsNested.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/classInheritsNested.txt index 6fdc7f9642b..cd8df83a4e0 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/classInheritsNested.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/classInheritsNested.txt @@ -9,4 +9,4 @@ internal open class E { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/cyclicHierarchy.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/cyclicHierarchy.txt index d7e3d22a0bf..4903576ab4f 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/cyclicHierarchy.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/cyclicHierarchy.txt @@ -40,4 +40,4 @@ internal trait G : F { } internal trait H : F { -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/javaKotlinJavaCycle.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/javaKotlinJavaCycle.txt index c7196e4b2fd..14ba1dc3eed 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/javaKotlinJavaCycle.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/javaKotlinJavaCycle.txt @@ -13,4 +13,4 @@ internal trait B { public/*package*/ trait C : B { internal abstract override /*1*/ /*fake_override*/ fun bar(): kotlin.Unit public abstract fun baz(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaCycle.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaCycle.txt index 0442af7853a..7166fcf042a 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaCycle.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaCycle.txt @@ -9,4 +9,4 @@ public/*package*/ open class J : K { internal final class K { public constructor K() internal final fun bar(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaKotlinCycle.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaKotlinCycle.txt index 65f9b10ecaf..ca9980165e8 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaKotlinCycle.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaKotlinCycle.txt @@ -14,4 +14,4 @@ public/*package*/ open class J : I { internal open class K { public constructor K() internal final fun baz(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaNestedCycle.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaNestedCycle.txt index 44b1478b438..dd6f2c9a269 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaNestedCycle.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/kotlinJavaNestedCycle.txt @@ -20,4 +20,4 @@ public/*package*/ open class LockBasedStorageManager : StorageManager { internal trait StorageManager { internal abstract fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/kt303.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/kt303.txt index d3a12cd8aae..a8ac10f2983 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/kt303.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/kt303.txt @@ -9,4 +9,4 @@ internal open class Bar { internal open class Foo { public constructor Foo() internal final val a: kotlin.Int = 1 -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/cyclicHierarchy/twoClassesWithNestedCycle.txt b/compiler/testData/diagnostics/tests/cyclicHierarchy/twoClassesWithNestedCycle.txt index e63007950fa..e6b24741a4d 100644 --- a/compiler/testData/diagnostics/tests/cyclicHierarchy/twoClassesWithNestedCycle.txt +++ b/compiler/testData/diagnostics/tests/cyclicHierarchy/twoClassesWithNestedCycle.txt @@ -20,4 +20,4 @@ internal open class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/bothParamsAreNotProperties.txt b/compiler/testData/diagnostics/tests/dataClasses/bothParamsAreNotProperties.txt index af988468f00..607bf25ec79 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/bothParamsAreNotProperties.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/bothParamsAreNotProperties.txt @@ -8,4 +8,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/componentFunctionInSubClass.txt b/compiler/testData/diagnostics/tests/dataClasses/componentFunctionInSubClass.txt index 8f281b04009..43db13735dd 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/componentFunctionInSubClass.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/componentFunctionInSubClass.txt @@ -20,4 +20,4 @@ internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/componentFunctionVisibility.txt b/compiler/testData/diagnostics/tests/dataClasses/componentFunctionVisibility.txt index 1fded6594d0..af3c8ce15a2 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/componentFunctionVisibility.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/componentFunctionVisibility.txt @@ -29,4 +29,4 @@ internal final class B : A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/componentFunctionsAreFinal.txt b/compiler/testData/diagnostics/tests/dataClasses/componentFunctionsAreFinal.txt index 23bfc647dd2..0926f65096b 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/componentFunctionsAreFinal.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/componentFunctionsAreFinal.txt @@ -24,4 +24,4 @@ internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/componentNamedComponent1.txt b/compiler/testData/diagnostics/tests/dataClasses/componentNamedComponent1.txt index 32148e9b9eb..cbc5296814a 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/componentNamedComponent1.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/componentNamedComponent1.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/conflictingCopyOverloads.txt b/compiler/testData/diagnostics/tests/dataClasses/conflictingCopyOverloads.txt index d18566be1d3..65677453ff8 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/conflictingCopyOverloads.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/conflictingCopyOverloads.txt @@ -12,4 +12,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/conflictingOverloads.txt b/compiler/testData/diagnostics/tests/dataClasses/conflictingOverloads.txt index c4aeb8e1b86..e33da4d7a28 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/conflictingOverloads.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/conflictingOverloads.txt @@ -12,4 +12,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/dataClassOverrideConflict.txt b/compiler/testData/diagnostics/tests/dataClasses/dataClassOverrideConflict.txt index 87f465fb762..dcc86454188 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/dataClassOverrideConflict.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/dataClassOverrideConflict.txt @@ -24,4 +24,4 @@ kotlin.data() internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/emptyConstructor.txt b/compiler/testData/diagnostics/tests/dataClasses/emptyConstructor.txt index 8eb10c6e988..5c53ff4d815 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/emptyConstructor.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/emptyConstructor.txt @@ -8,4 +8,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVal.txt b/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVal.txt index ca1d850b14e..6f3732f7191 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVal.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVal.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVar.txt b/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVar.txt index 9d380f80e4a..dbb2fe2b384 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVar.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/firstParamIsVar.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasComponent1.txt b/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasComponent1.txt index b77c8320121..e8f1f874a7a 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasComponent1.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasComponent1.txt @@ -15,4 +15,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasFinalComponent1.txt b/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasFinalComponent1.txt index 883a8eee80a..b4cb32f8591 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasFinalComponent1.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/implementTraitWhichHasFinalComponent1.txt @@ -15,4 +15,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/multiDeclaration.txt b/compiler/testData/diagnostics/tests/dataClasses/multiDeclaration.txt index f05884dadf4..a75cc91f2de 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/multiDeclaration.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/multiDeclaration.txt @@ -12,4 +12,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/multiDeclarationFor.txt b/compiler/testData/diagnostics/tests/dataClasses/multiDeclarationFor.txt index ba70ebc07ad..cddf9ea1a77 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/multiDeclarationFor.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/multiDeclarationFor.txt @@ -12,4 +12,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/noConstructor.txt b/compiler/testData/diagnostics/tests/dataClasses/noConstructor.txt index 8eb10c6e988..5c53ff4d815 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/noConstructor.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/noConstructor.txt @@ -8,4 +8,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/notADataClass.txt b/compiler/testData/diagnostics/tests/dataClasses/notADataClass.txt index 4a8511d813c..7f03f258bd4 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/notADataClass.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/notADataClass.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/oneValParam.txt b/compiler/testData/diagnostics/tests/dataClasses/oneValParam.txt index e323093b438..a49ce461593 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/oneValParam.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/oneValParam.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/overrideInvisibleMember.txt b/compiler/testData/diagnostics/tests/dataClasses/overrideInvisibleMember.txt index 975686eb19b..61c5d1d985a 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/overrideInvisibleMember.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/overrideInvisibleMember.txt @@ -18,4 +18,4 @@ kotlin.data() internal final class E : D { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/paramNameSameToField.txt b/compiler/testData/diagnostics/tests/dataClasses/paramNameSameToField.txt index 817e06f378f..612a5e40095 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/paramNameSameToField.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/paramNameSameToField.txt @@ -12,4 +12,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVal.txt b/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVal.txt index 2929901a948..24dedd4511d 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVal.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVal.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVar.txt b/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVar.txt index f58ed6480d6..9931135dc62 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVar.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/secondParamIsVar.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/twoValParams.txt b/compiler/testData/diagnostics/tests/dataClasses/twoValParams.txt index f05884dadf4..a75cc91f2de 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/twoValParams.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/twoValParams.txt @@ -12,4 +12,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataClasses/twoVarParams.txt b/compiler/testData/diagnostics/tests/dataClasses/twoVarParams.txt index 256bbe88ac7..494a9c2a9a7 100644 --- a/compiler/testData/diagnostics/tests/dataClasses/twoVarParams.txt +++ b/compiler/testData/diagnostics/tests/dataClasses/twoVarParams.txt @@ -12,4 +12,4 @@ kotlin.data() internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/CalleeExpression.txt b/compiler/testData/diagnostics/tests/dataFlow/CalleeExpression.txt index 122af059a47..c205bbcb796 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/CalleeExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/CalleeExpression.txt @@ -8,4 +8,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/EmptyIf.txt b/compiler/testData/diagnostics/tests/dataFlow/EmptyIf.txt index 2d5fa228e29..4d34d71f245 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/EmptyIf.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/EmptyIf.txt @@ -3,4 +3,4 @@ package internal fun f1(/*0*/ s: kotlin.String?): kotlin.Unit internal fun f2(/*0*/ s: kotlin.Number?): kotlin.Unit internal fun f3(/*0*/ s: kotlin.Number?): kotlin.Unit -internal fun f4(/*0*/ s: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun f4(/*0*/ s: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlow/IsExpression.txt b/compiler/testData/diagnostics/tests/dataFlow/IsExpression.txt index e076f0858fb..60696c92acc 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/IsExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/IsExpression.txt @@ -1,4 +1,4 @@ package internal fun f(/*0*/ a: kotlin.Boolean, /*1*/ b: kotlin.Int): kotlin.Unit -internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlow/WhenSubject.txt b/compiler/testData/diagnostics/tests/dataFlow/WhenSubject.txt index 652f643c1b6..61d1e3af6a2 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/WhenSubject.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/WhenSubject.txt @@ -14,4 +14,4 @@ internal trait Expr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassBase.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassBase.txt index 88b053944b2..97917b546fe 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassBase.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassBase.txt @@ -7,4 +7,4 @@ internal open class Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDefaultParameters.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDefaultParameters.txt index 72d116f0fc9..526622f0e32 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDefaultParameters.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDefaultParameters.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ x: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ x: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegatedProperties.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegatedProperties.txt index 632f3c097a4..a90da8d35af 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegatedProperties.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegatedProperties.txt @@ -9,4 +9,4 @@ internal final class Del { internal final fun get(/*0*/ _this: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegation.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegation.txt index b7b9e4f6e5a..f4043ce40e9 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegation.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassDelegation.txt @@ -7,4 +7,4 @@ internal trait D { internal open fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassFunctions.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassFunctions.txt index 2a03edf5406..0e107d51978 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassFunctions.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassFunctions.txt @@ -7,4 +7,4 @@ internal trait D { internal open fun foo(): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInMemberOfLocalClass.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInMemberOfLocalClass.txt index 72d116f0fc9..526622f0e32 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInMemberOfLocalClass.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInMemberOfLocalClass.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ x: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ x: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInitializer.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInitializer.txt index f10ad652854..1a7e2e5082b 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInitializer.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassInitializer.txt @@ -14,4 +14,4 @@ internal open class X { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassProperty.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassProperty.txt index 852be2334b3..95f393ea812 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassProperty.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalClassProperty.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ x: kotlin.Any?): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ x: kotlin.Any?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalObject.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalObject.txt index dfe14293240..af8acf3c4c3 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalObject.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalObject.txt @@ -7,4 +7,4 @@ internal open class Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/LocalObjectDelegation.txt b/compiler/testData/diagnostics/tests/dataFlow/local/LocalObjectDelegation.txt index 2556d8dbdb4..55289608651 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/LocalObjectDelegation.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/LocalObjectDelegation.txt @@ -15,4 +15,4 @@ internal final class B : A { internal open override /*1*/ fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/NestedLocalClass.txt b/compiler/testData/diagnostics/tests/dataFlow/local/NestedLocalClass.txt index 72d116f0fc9..526622f0e32 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/NestedLocalClass.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/NestedLocalClass.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ x: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ x: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlow/local/kt2835.txt b/compiler/testData/diagnostics/tests/dataFlow/local/kt2835.txt index 5bc6ee51d4f..2a274ce68bb 100644 --- a/compiler/testData/diagnostics/tests/dataFlow/local/kt2835.txt +++ b/compiler/testData/diagnostics/tests/dataFlow/local/kt2835.txt @@ -8,4 +8,4 @@ internal open class X { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AndOr.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AndOr.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AndOr.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AndOr.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayAccess.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayAccess.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayAccess.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayAccess.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayExpression.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayExpression.txt index 346008c22f5..1a636a08b10 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayExpression.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ arr: kotlin.Array): kotlin.Int \ No newline at end of file +internal fun foo(/*0*/ arr: kotlin.Array): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayGetSetConvention.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayGetSetConvention.txt index 7e221b8a871..dbfb37f10c7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayGetSetConvention.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayGetSetConvention.txt @@ -11,4 +11,4 @@ internal trait G { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal open fun set(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int, /*2*/ value: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayIndices.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayIndices.txt index 2523f64ae0d..51ff40d05bb 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayIndices.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ArrayIndices.txt @@ -1,4 +1,4 @@ package internal fun foo1(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Array>): kotlin.Unit -internal fun foo2(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Array>): kotlin.Unit \ No newline at end of file +internal fun foo2(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Array>): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Assignment.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Assignment.txt index 34d82f542af..842ea8c664a 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Assignment.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Assignment.txt @@ -15,4 +15,4 @@ internal trait B : A { internal abstract fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentInInitializer.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentInInitializer.txt index 658a961c127..efc8b2fb175 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentInInitializer.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentInInitializer.txt @@ -15,4 +15,4 @@ internal trait B : A { internal abstract fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentOperation.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentOperation.txt index 1e0be0d0cbb..f4456002802 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentOperation.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentOperation.txt @@ -2,4 +2,4 @@ package internal fun bar1(/*0*/ x: kotlin.Number, /*1*/ y: kotlin.Int): kotlin.Unit internal fun bar2(/*0*/ x: kotlin.Number): kotlin.Unit -internal fun bar3(/*0*/ x: kotlin.Number, /*1*/ y: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun bar3(/*0*/ x: kotlin.Number, /*1*/ y: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentToArrayElement.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentToArrayElement.txt index 8d12d184ebc..da939fd492c 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentToArrayElement.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/AssignmentToArrayElement.txt @@ -1,4 +1,4 @@ package internal fun arrayAccessLHS(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Array): kotlin.Unit -internal fun arrayAccessRHS(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun arrayAccessRHS(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpression.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpression.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpression.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionBooleanOperations.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionBooleanOperations.txt index 6b0eeae2136..103cad6d356 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionBooleanOperations.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionBooleanOperations.txt @@ -3,4 +3,4 @@ package internal fun foo1(/*0*/ x: kotlin.Number, /*1*/ cond: kotlin.Boolean): kotlin.Boolean internal fun foo2(/*0*/ x: kotlin.Number, /*1*/ cond: kotlin.Boolean): kotlin.Boolean internal fun foo3(/*0*/ x: kotlin.Number, /*1*/ cond: kotlin.Boolean): kotlin.Boolean -internal fun foo4(/*0*/ x: kotlin.Number, /*1*/ cond: kotlin.Boolean): kotlin.Boolean \ No newline at end of file +internal fun foo4(/*0*/ x: kotlin.Number, /*1*/ cond: kotlin.Boolean): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionCompareToConvention.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionCompareToConvention.txt index 79484615b72..fe28675ae16 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionCompareToConvention.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionCompareToConvention.txt @@ -14,4 +14,4 @@ internal trait B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionContainsConvention.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionContainsConvention.txt index 163f882e002..cc9399d649c 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionContainsConvention.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionContainsConvention.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Number): kotlin.Boolean \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Number): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionElvis.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionElvis.txt index 1d8f0b96ff0..3cf697c6a02 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionElvis.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionElvis.txt @@ -2,4 +2,4 @@ package internal fun elvis(/*0*/ x: kotlin.Number?): kotlin.Int internal fun elvisWithRHSTypeInfo(/*0*/ x: kotlin.Number?): kotlin.Any? -internal fun foo(/*0*/ x: kotlin.Int?): kotlin.Int \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Int?): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionEqualsConvention.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionEqualsConvention.txt index 30322b4baaa..4623a10f624 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionEqualsConvention.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionEqualsConvention.txt @@ -13,4 +13,4 @@ internal trait B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionIdentifier.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionIdentifier.txt index 8e26f2e3fd3..de34820f029 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionIdentifier.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionIdentifier.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ a: kotlin.Number): kotlin.Int -internal fun foo(/*0*/ a: kotlin.Number): kotlin.Int \ No newline at end of file +internal fun foo(/*0*/ a: kotlin.Number): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionPlusConvention.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionPlusConvention.txt index fad53b2071a..9918c367d69 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionPlusConvention.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/BinaryExpressionPlusConvention.txt @@ -14,4 +14,4 @@ internal trait B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Condition.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Condition.txt index a6e359ba93b..a6e40f1200b 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Condition.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Condition.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Int?): kotlin.Boolean \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Int?): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ContinueOuterLoop.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ContinueOuterLoop.txt index 5b51d5c9ab6..4adad4e3945 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ContinueOuterLoop.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ContinueOuterLoop.txt @@ -2,4 +2,4 @@ package internal fun doWhileLoop(/*0*/ x: kotlin.Int?): kotlin.Unit internal fun whileLoop(/*0*/ x: kotlin.Int?): kotlin.Unit -internal fun whileLoopContinueInnerOuter(/*0*/ x: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun whileLoopContinueInnerOuter(/*0*/ x: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DeepIf.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DeepIf.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DeepIf.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DeepIf.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhile.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhile.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhile.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhile.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhileCondition.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhileCondition.txt index e147bb4b55d..286c1871e89 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhileCondition.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/DoWhileCondition.txt @@ -1,4 +1,4 @@ package internal fun doWhileWithBreak(/*0*/ x: kotlin.Int?, /*1*/ y0: kotlin.Int): kotlin.Unit -internal fun simpleDoWhile(/*0*/ x: kotlin.Int?, /*1*/ y0: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun simpleDoWhile(/*0*/ x: kotlin.Int?, /*1*/ y0: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Elvis.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Elvis.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Elvis.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Elvis.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ExclExcl.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ExclExcl.txt index bfa7aaadf67..a75599fe14c 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ExclExcl.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ExclExcl.txt @@ -5,4 +5,4 @@ internal fun f1(/*0*/ x: kotlin.Int?): kotlin.Unit internal fun f2(/*0*/ x: kotlin.Int?): kotlin.Unit internal fun f3(/*0*/ x: kotlin.Int?): kotlin.Unit internal fun f4(/*0*/ x: kotlin.Int?): kotlin.Unit -internal fun f5(/*0*/ x: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun f5(/*0*/ x: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/For.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/For.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/For.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/For.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ForLoopRange.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ForLoopRange.txt index 48933ffe13f..0a315d91138 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ForLoopRange.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ForLoopRange.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ arr: kotlin.Array?): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ arr: kotlin.Array?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/FunctionLiteral.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/FunctionLiteral.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/FunctionLiteral.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/FunctionLiteral.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfStatement.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfStatement.txt index 07716a0090b..35b20da6448 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfStatement.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfStatement.txt @@ -3,4 +3,4 @@ package internal fun ifElse(/*0*/ x: kotlin.Int?): kotlin.Unit internal fun ifIs(/*0*/ x: kotlin.Int?, /*1*/ cond: kotlin.Boolean): kotlin.Unit internal fun ifThen(/*0*/ x: kotlin.Int?): kotlin.Unit -internal fun ifThenElse(/*0*/ x: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun ifThenElse(/*0*/ x: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElse.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElse.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElse.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElse.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElseBothInvalid.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElseBothInvalid.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElseBothInvalid.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IfThenElseBothInvalid.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IsExpression.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IsExpression.txt index 3ef4c06ef9f..a02aa86ca22 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IsExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IsExpression.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Number): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Number): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ManyIfs.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ManyIfs.txt index 3e0f4244d73..03d4d129b2d 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ManyIfs.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ManyIfs.txt @@ -2,4 +2,4 @@ package internal fun dataFlowInfoAnd(/*0*/ a: kotlin.Array): kotlin.Unit internal fun dataFlowInfoOr(/*0*/ a: kotlin.Array): kotlin.Unit -internal fun noUselessDataFlowInfoCreation(/*0*/ x: kotlin.Number): kotlin.Unit \ No newline at end of file +internal fun noUselessDataFlowInfoCreation(/*0*/ x: kotlin.Number): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/MultiDeclaration.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/MultiDeclaration.txt index a122bd1954f..dbcf387f1b1 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/MultiDeclaration.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/MultiDeclaration.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ a: kotlin.Number): kotlin.Unit -internal fun kotlin.Int.component1(): kotlin.String \ No newline at end of file +internal fun kotlin.Int.component1(): kotlin.String diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ObjectExpression.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ObjectExpression.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ObjectExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ObjectExpression.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/QualifiedExpression.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/QualifiedExpression.txt index b24058ea06c..2e5a5cd1462 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/QualifiedExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/QualifiedExpression.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Return.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Return.txt index f3475914ead..87d6c46d0ef 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Return.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Return.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Int \ No newline at end of file +internal fun foo(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/StringTemplate.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/StringTemplate.txt index f43a78b075c..bda73aaf359 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/StringTemplate.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/StringTemplate.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Number, /*1*/ y: kotlin.String?): kotlin.String \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Number, /*1*/ y: kotlin.String?): kotlin.String diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ThisSuper.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ThisSuper.txt index 9ad75dc581f..32fe073ecd5 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ThisSuper.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ThisSuper.txt @@ -16,4 +16,4 @@ internal final class Derived : Base { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Throw.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Throw.txt index 378e90abe2d..5a6e10924b9 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Throw.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Throw.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): java.lang.RuntimeException -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryCatch.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryCatch.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryCatch.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryCatch.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryFinally.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryFinally.txt index 91de6033e6f..841d6d21c34 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryFinally.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/TryFinally.txt @@ -1,4 +1,4 @@ package internal fun tryCatchFinally(/*0*/ x: kotlin.Int?): kotlin.Unit -internal fun tryFinally(/*0*/ x: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun tryFinally(/*0*/ x: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/UnaryExpression.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/UnaryExpression.txt index 269d584ad36..82ff5775b47 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/UnaryExpression.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/UnaryExpression.txt @@ -2,4 +2,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int internal fun baz(/*0*/ b: kotlin.Boolean): kotlin.Boolean -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/When.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/When.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/When.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/When.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryAs.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryAs.txt index 02277d98b94..d2a1bec42bb 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryAs.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryAs.txt @@ -2,4 +2,4 @@ package internal fun bar(/*0*/ x: kotlin.Number): kotlin.Unit internal fun foo(/*0*/ x: kotlin.Number, /*1*/ y: kotlin.Int): kotlin.Unit -internal fun whenWithoutSubject(/*0*/ x: kotlin.Number): kotlin.Unit \ No newline at end of file +internal fun whenWithoutSubject(/*0*/ x: kotlin.Number): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryIs.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryIs.txt index 02277d98b94..d2a1bec42bb 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryIs.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenEntryIs.txt @@ -2,4 +2,4 @@ package internal fun bar(/*0*/ x: kotlin.Number): kotlin.Unit internal fun foo(/*0*/ x: kotlin.Number, /*1*/ y: kotlin.Int): kotlin.Unit -internal fun whenWithoutSubject(/*0*/ x: kotlin.Number): kotlin.Unit \ No newline at end of file +internal fun whenWithoutSubject(/*0*/ x: kotlin.Number): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenIn.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenIn.txt index 7dca11464fe..622f0561491 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenIn.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenIn.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ x: kotlin.Int, /*1*/ list: kotlin.List?): kotlin.Unit -internal fun whenWithoutSubject(/*0*/ x: kotlin.Int, /*1*/ list: kotlin.List?): kotlin.Unit \ No newline at end of file +internal fun whenWithoutSubject(/*0*/ x: kotlin.Int, /*1*/ list: kotlin.List?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenSubject.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenSubject.txt index 3ef4c06ef9f..a02aa86ca22 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenSubject.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhenSubject.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Number): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Number): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/While.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/While.txt index c066843c05a..1e3638578a7 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/While.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/While.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Int -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhileCondition.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhileCondition.txt index 6f27b1cb49d..3fa1cde3144 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhileCondition.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhileCondition.txt @@ -2,4 +2,4 @@ package internal fun simpleWhile(/*0*/ x: kotlin.Int?, /*1*/ y0: kotlin.Int): kotlin.Unit internal fun whileWithBreak(/*0*/ x: kotlin.Int?, /*1*/ y0: kotlin.Int): kotlin.Unit -internal fun whileWithNoCondition(/*0*/ x: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun whileWithNoCondition(/*0*/ x: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt4332WhenBranches.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt4332WhenBranches.txt index 902757741a3..f8fbe3ece2d 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt4332WhenBranches.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt4332WhenBranches.txt @@ -1,3 +1,3 @@ package -internal fun testWhen(/*0*/ t: kotlin.String?, /*1*/ x: kotlin.String?): kotlin.Int \ No newline at end of file +internal fun testWhen(/*0*/ t: kotlin.String?, /*1*/ x: kotlin.String?): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5155WhenBranches.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5155WhenBranches.txt index d8dcf0cbd76..0eb6c165856 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5155WhenBranches.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5155WhenBranches.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ s: kotlin.String?): kotlin.Unit -internal fun kotlin.String.foo(): kotlin.Boolean \ No newline at end of file +internal fun kotlin.String.foo(): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5182WhenBranches.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5182WhenBranches.txt index 9efddd2d2cd..17594c7b46b 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5182WhenBranches.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/kt5182WhenBranches.txt @@ -15,4 +15,4 @@ internal final class B : A { internal final fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastAmbiguitites.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastAmbiguitites.txt index 4d1a3e68788..2ab28b7a67e 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastAmbiguitites.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastAmbiguitites.txt @@ -15,4 +15,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastsForStableIdentifiers.txt b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastsForStableIdentifiers.txt index 8fa6bf3af2d..5c4b0c15f06 100644 --- a/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastsForStableIdentifiers.txt +++ b/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/smartcasts/SmartcastsForStableIdentifiers.txt @@ -53,4 +53,4 @@ package example { package example.ns { internal val y: kotlin.Any? = 2 } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/ComponentFunctionReturnTypeMismatch.txt b/compiler/testData/diagnostics/tests/declarationChecks/ComponentFunctionReturnTypeMismatch.txt index f5534ea1c96..7c00322446f 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/ComponentFunctionReturnTypeMismatch.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/ComponentFunctionReturnTypeMismatch.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/ConflictingAndRedundantProjections.txt b/compiler/testData/diagnostics/tests/declarationChecks/ConflictingAndRedundantProjections.txt index ebf94c6428a..5dbbe96c371 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/ConflictingAndRedundantProjections.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/ConflictingAndRedundantProjections.txt @@ -39,4 +39,4 @@ internal final class X { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInMultiDeclInFor.txt b/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInMultiDeclInFor.txt index efa8f4c5082..718bb3740f3 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInMultiDeclInFor.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInMultiDeclInFor.txt @@ -12,4 +12,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInfoInMultiDecl.txt b/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInfoInMultiDecl.txt index dfcf84b5571..4605bc2c842 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInfoInMultiDecl.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/DataFlowInfoInMultiDecl.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/LocalVariableWithNoTypeInformation.txt b/compiler/testData/diagnostics/tests/declarationChecks/LocalVariableWithNoTypeInformation.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/LocalVariableWithNoTypeInformation.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/LocalVariableWithNoTypeInformation.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/declarationChecks/MultiDeclarationErrors.txt b/compiler/testData/diagnostics/tests/declarationChecks/MultiDeclarationErrors.txt index 52e6f9a386b..d5924920c51 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/MultiDeclarationErrors.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/MultiDeclarationErrors.txt @@ -20,4 +20,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/RedeclarationsInMultiDecl.txt b/compiler/testData/diagnostics/tests/declarationChecks/RedeclarationsInMultiDecl.txt index f8e7d268de2..7b3b8561630 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/RedeclarationsInMultiDecl.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/RedeclarationsInMultiDecl.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/VarianceOnFunctionAndPropertyTypeParameters.txt b/compiler/testData/diagnostics/tests/declarationChecks/VarianceOnFunctionAndPropertyTypeParameters.txt index feecb9fd471..f501e20473b 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/VarianceOnFunctionAndPropertyTypeParameters.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/VarianceOnFunctionAndPropertyTypeParameters.txt @@ -4,4 +4,4 @@ internal val T.x: kotlin.Int internal val T.y: kotlin.Int internal fun f(): kotlin.Unit internal fun g(): kotlin.Unit -internal fun h(): kotlin.Unit \ No newline at end of file +internal fun h(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/declarationChecks/ambiguousObjectExpressionType.txt b/compiler/testData/diagnostics/tests/declarationChecks/ambiguousObjectExpressionType.txt index 5e433f72dfa..e16348c86d8 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/ambiguousObjectExpressionType.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/ambiguousObjectExpressionType.txt @@ -59,4 +59,4 @@ internal trait MyTrait { internal open fun f1(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/illegalModifiersOnClass.txt b/compiler/testData/diagnostics/tests/declarationChecks/illegalModifiersOnClass.txt index f7320b12f67..5774cb20ede 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/illegalModifiersOnClass.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/illegalModifiersOnClass.txt @@ -95,4 +95,4 @@ internal open annotation class E : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt1141.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt1141.txt index a2a15b454db..73c6ef4f8fd 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt1141.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt1141.txt @@ -34,4 +34,4 @@ package kt1141 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt1193.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt1193.txt index ecb8eb3853c..f68d00542e7 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt1193.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt1193.txt @@ -60,4 +60,4 @@ package kt1193 { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): kt1193.MyEnum public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt2096.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt2096.txt index 377a109da25..9cd5933c173 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt2096.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt2096.txt @@ -9,4 +9,4 @@ package c { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt2142.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt2142.txt index 127e2a03dbe..f161d6731cf 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt2142.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt2142.txt @@ -2,4 +2,4 @@ package package a { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt2397.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt2397.txt index 2a6b47df4ba..7a1f76a8fd0 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt2397.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt2397.txt @@ -20,4 +20,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt2631_MultipleDeclaration.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt2631_MultipleDeclaration.txt index 810a85cbd15..a3ee0645c3c 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt2631_MultipleDeclaration.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt2631_MultipleDeclaration.txt @@ -19,4 +19,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt2643MultiDeclInControlFlow.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt2643MultiDeclInControlFlow.txt index 10e3eacbd73..cd86ee5dda4 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt2643MultiDeclInControlFlow.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt2643MultiDeclInControlFlow.txt @@ -14,4 +14,4 @@ package n { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt559.txt b/compiler/testData/diagnostics/tests/declarationChecks/kt559.txt index ada28e0a71a..de087eb1678 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt559.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt559.txt @@ -42,4 +42,4 @@ package kt559 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/localDeclarationModifiers.txt b/compiler/testData/diagnostics/tests/declarationChecks/localDeclarationModifiers.txt index 63cad70e04d..940511c77d6 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/localDeclarationModifiers.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/localDeclarationModifiers.txt @@ -10,4 +10,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/localFunctionNoInheritVisibility.txt b/compiler/testData/diagnostics/tests/declarationChecks/localFunctionNoInheritVisibility.txt index 0c94821615a..647f64863ef 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/localFunctionNoInheritVisibility.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/localFunctionNoInheritVisibility.txt @@ -11,4 +11,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/DoubleDeclForLoop.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/DoubleDeclForLoop.txt index 8661cb6c14f..ba018f77de3 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/DoubleDeclForLoop.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/DoubleDeclForLoop.txt @@ -17,4 +17,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/FolLoopTypeComponentTypeMismatch.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/FolLoopTypeComponentTypeMismatch.txt index 43a1a20be17..bf7ccaf2fbd 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/FolLoopTypeComponentTypeMismatch.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/FolLoopTypeComponentTypeMismatch.txt @@ -17,4 +17,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionAmbiguity.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionAmbiguity.txt index 204486d6ccc..c7d31de684a 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionAmbiguity.txt @@ -18,4 +18,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionMissing.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionMissing.txt index 0d6044d92c1..35d52acbc20 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionMissing.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopComponentFunctionMissing.txt @@ -16,4 +16,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopWithExtensions.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopWithExtensions.txt index f78c256626a..b6287d28322 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopWithExtensions.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopWithExtensions.txt @@ -17,4 +17,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForWithExplicitTypes.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForWithExplicitTypes.txt index 43a1a20be17..bf7ccaf2fbd 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForWithExplicitTypes.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForWithExplicitTypes.txt @@ -17,4 +17,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/RedeclarationInForLoop.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/RedeclarationInForLoop.txt index 8661cb6c14f..ba018f77de3 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/RedeclarationInForLoop.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/RedeclarationInForLoop.txt @@ -17,4 +17,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/SingleDeclForLoop.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/SingleDeclForLoop.txt index 0d6044d92c1..35d52acbc20 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/SingleDeclForLoop.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/SingleDeclForLoop.txt @@ -16,4 +16,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun iterator(): kotlin.Iterator public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/kt2829.txt b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/kt2829.txt index 5a79b953f64..ee7438e4666 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/kt2829.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/kt2829.txt @@ -16,4 +16,4 @@ package test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/packageDeclarationModifiers.txt b/compiler/testData/diagnostics/tests/declarationChecks/packageDeclarationModifiers.txt index 70cc84996fa..6151fd21474 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/packageDeclarationModifiers.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/packageDeclarationModifiers.txt @@ -13,4 +13,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/propertyInPackageHasNoInheritVisibility.txt b/compiler/testData/diagnostics/tests/declarationChecks/propertyInPackageHasNoInheritVisibility.txt index fe7ef7cede0..5cff3cf4566 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/propertyInPackageHasNoInheritVisibility.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/propertyInPackageHasNoInheritVisibility.txt @@ -3,4 +3,4 @@ package package d { internal val f: () -> kotlin.Int internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/unambiguousObjectExpressionType.txt b/compiler/testData/diagnostics/tests/declarationChecks/unambiguousObjectExpressionType.txt index 771f6b898db..def1b452167 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/unambiguousObjectExpressionType.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/unambiguousObjectExpressionType.txt @@ -69,4 +69,4 @@ internal open class MyClass { internal final fun f1(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/declarationChecks/valVarFunctionParameter.txt b/compiler/testData/diagnostics/tests/declarationChecks/valVarFunctionParameter.txt index 2a0c7d77f98..916fdba1401 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/valVarFunctionParameter.txt +++ b/compiler/testData/diagnostics/tests/declarationChecks/valVarFunctionParameter.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int, /*2*/ c: kotlin.Int, /*3*/ vararg d: kotlin.Int /*kotlin.IntArray*/, /*4*/ vararg e: kotlin.Int /*kotlin.IntArray*/, /*5*/ vararg f: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit \ No newline at end of file +internal fun f(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int, /*2*/ c: kotlin.Int, /*3*/ vararg d: kotlin.Int /*kotlin.IntArray*/, /*4*/ vararg e: kotlin.Int /*kotlin.IntArray*/, /*5*/ vararg f: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutInitializer.txt b/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutInitializer.txt index 82a024cfa5a..dd962f51820 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutInitializer.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutInitializer.txt @@ -8,4 +8,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutType.txt index 82a024cfa5a..dd962f51820 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/absentErrorAboutType.txt @@ -8,4 +8,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/abstractDelegatedProperty.txt b/compiler/testData/diagnostics/tests/delegatedProperty/abstractDelegatedProperty.txt index 7737d30d7d0..c38faaf4c1c 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/abstractDelegatedProperty.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/abstractDelegatedProperty.txt @@ -14,4 +14,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/backingField.txt b/compiler/testData/diagnostics/tests/delegatedProperty/backingField.txt index 27f0ca16db9..2aa30b4a10c 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/backingField.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/backingField.txt @@ -15,4 +15,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTrait.txt b/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTrait.txt index 3c5eaf7136c..3ab955108c1 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTrait.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTrait.txt @@ -23,4 +23,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTraitTypeMismatch.txt b/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTraitTypeMismatch.txt index 6128488627f..5d283762f81 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTraitTypeMismatch.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/delegatedPropertyOverridedInTraitTypeMismatch.txt @@ -23,4 +23,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/genericGetter.txt b/compiler/testData/diagnostics/tests/delegatedProperty/genericGetter.txt index 5704f424893..6264894ef18 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/genericGetter.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/genericGetter.txt @@ -8,4 +8,4 @@ internal final class A { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): T public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/getterWithSubtype.txt b/compiler/testData/diagnostics/tests/delegatedProperty/getterWithSubtype.txt index 6ea28cf415d..1c209f7d305 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/getterWithSubtype.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/getterWithSubtype.txt @@ -22,4 +22,4 @@ internal final class Derived : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inTrait.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inTrait.txt index c16129ee9d2..99dfd293e8b 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inTrait.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inTrait.txt @@ -13,4 +13,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/incompleteTypeInference.txt b/compiler/testData/diagnostics/tests/delegatedProperty/incompleteTypeInference.txt index c7d57726f82..b851c42d4da 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/incompleteTypeInference.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/incompleteTypeInference.txt @@ -23,4 +23,4 @@ internal final class IncorrectThis { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/differentDelegatedExpressions.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/differentDelegatedExpressions.txt index 751f128892f..004e69959bc 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/differentDelegatedExpressions.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/differentDelegatedExpressions.txt @@ -61,4 +61,4 @@ package baz { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionGet.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionGet.txt index 39d86889c20..94164d357ab 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionGet.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionGet.txt @@ -49,4 +49,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionProperty.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionProperty.txt index 7ad12462368..c4e6f8bc8e2 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionProperty.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/extensionProperty.txt @@ -27,4 +27,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/labeledDelegatedExpression.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/labeledDelegatedExpression.txt index 5aad6400059..10d3b2d49ec 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/labeledDelegatedExpression.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/labeledDelegatedExpression.txt @@ -14,4 +14,4 @@ internal final class A3 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/noErrorsForImplicitConstraints.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/noErrorsForImplicitConstraints.txt index 537ea3deb39..1c311a2a928 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/noErrorsForImplicitConstraints.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/noErrorsForImplicitConstraints.txt @@ -40,4 +40,4 @@ package foo { public final fun set(/*0*/ i: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/noExpectedTypeForSupertypeConstraint.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/noExpectedTypeForSupertypeConstraint.txt index 669fd0ece88..332ba2b9027 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/noExpectedTypeForSupertypeConstraint.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/noExpectedTypeForSupertypeConstraint.txt @@ -15,4 +15,4 @@ internal final class MyProperty { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public final fun set(/*0*/ thisRef: R, /*1*/ desc: kotlin.PropertyMetadata, /*2*/ t: T): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/useCompleterWithoutExpectedType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/useCompleterWithoutExpectedType.txt index d6875c3663f..7b1651eb45b 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/useCompleterWithoutExpectedType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/useCompleterWithoutExpectedType.txt @@ -15,4 +15,4 @@ internal final class MyProperty { public final fun get(/*0*/ thisRef: R, /*1*/ desc: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedType.txt index 291a8c12fee..c3c8c632949 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedType.txt @@ -65,4 +65,4 @@ package foo { public final fun set(/*0*/ thisRef: kotlin.Any?, /*1*/ desc: kotlin.PropertyMetadata, /*2*/ value: T): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedTypeForVal.txt b/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedTypeForVal.txt index fc245f65485..2f96dd9391b 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedTypeForVal.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedTypeForVal.txt @@ -62,4 +62,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/kt4640.txt b/compiler/testData/diagnostics/tests/delegatedProperty/kt4640.txt index 40000049a2f..a84022ade02 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/kt4640.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/kt4640.txt @@ -10,4 +10,4 @@ internal final class ValueWrapper { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ v: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/localVariable.txt b/compiler/testData/diagnostics/tests/delegatedProperty/localVariable.txt index 73af5bf3463..f401f52135e 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/localVariable.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/localVariable.txt @@ -14,4 +14,4 @@ internal final class Local { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/missedGetter.txt b/compiler/testData/diagnostics/tests/delegatedProperty/missedGetter.txt index 657a8e0211a..f990885ebf4 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/missedGetter.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/missedGetter.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/missedSetter.txt b/compiler/testData/diagnostics/tests/delegatedProperty/missedSetter.txt index 91c8ac5f93e..8572a976f58 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/missedSetter.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/missedSetter.txt @@ -8,4 +8,4 @@ internal final class A { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDefferedType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDefferedType.txt index 2e9f9528ec1..5630b3858b3 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDefferedType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDefferedType.txt @@ -15,4 +15,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedAmbiguity.txt b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedAmbiguity.txt index 5dea54e228e..9b407046b11 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedAmbiguity.txt @@ -10,4 +10,4 @@ internal final class Delegate { internal final fun propertyDelegated(/*0*/ p: kotlin.PropertyMetadata): kotlin.Unit internal final fun propertyDelegated(/*0*/ p: kotlin.PropertyMetadata, /*1*/ s: kotlin.String = ...): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedIncomplete.txt b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedIncomplete.txt index a0a4d7f7be7..ed9521da533 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedIncomplete.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedIncomplete.txt @@ -9,4 +9,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun propertyDelegated(/*0*/ p: kotlin.PropertyMetadata): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedMissing.txt b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedMissing.txt index 82a024cfa5a..dd962f51820 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedMissing.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedMissing.txt @@ -8,4 +8,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedPrivate.txt b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedPrivate.txt index 5b447221764..1b017dc75a2 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedPrivate.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedPrivate.txt @@ -9,4 +9,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int private final fun propertyDelegated(/*0*/ p: kotlin.PropertyMetadata): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedWrongArguments.txt b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedWrongArguments.txt index 368b9eafbb3..1760b6c81dd 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedWrongArguments.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/propertyDelegatedWrongArguments.txt @@ -12,4 +12,4 @@ internal final class Delegate { internal final fun propertyDelegated(/*0*/ p: kotlin.PropertyMetadata, /*1*/ a: kotlin.Int): kotlin.Unit internal final fun propertyDelegated(/*0*/ a: kotlin.String): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/publicDelegatedProperty.txt b/compiler/testData/diagnostics/tests/delegatedProperty/publicDelegatedProperty.txt index fd1a96fe24a..f75cf389ad0 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/publicDelegatedProperty.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/publicDelegatedProperty.txt @@ -8,4 +8,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/recursiveType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/recursiveType.txt index 75d7bd20c07..b3120d9e086 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/recursiveType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/recursiveType.txt @@ -11,4 +11,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/redundantGetter.txt b/compiler/testData/diagnostics/tests/delegatedProperty/redundantGetter.txt index 82a024cfa5a..dd962f51820 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/redundantGetter.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/redundantGetter.txt @@ -8,4 +8,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/redundantSetter.txt b/compiler/testData/diagnostics/tests/delegatedProperty/redundantSetter.txt index b00d5f2df74..b9239445f6d 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/redundantSetter.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/redundantSetter.txt @@ -9,4 +9,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata, /*2*/ i: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/setterThisTypeMismatch.txt b/compiler/testData/diagnostics/tests/delegatedProperty/setterThisTypeMismatch.txt index 2d837c3e9f3..7da3d34e66f 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/setterThisTypeMismatch.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/setterThisTypeMismatch.txt @@ -24,4 +24,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: A, /*1*/ p: kotlin.PropertyMetadata, /*2*/ i: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/setterWithSupertype.txt b/compiler/testData/diagnostics/tests/delegatedProperty/setterWithSupertype.txt index 8226c0898a8..49e6d55dbda 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/setterWithSupertype.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/setterWithSupertype.txt @@ -23,4 +23,4 @@ internal final class Derived : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/thisInDelegate.txt b/compiler/testData/diagnostics/tests/delegatedProperty/thisInDelegate.txt index b3a80047f13..022d02f08a8 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/thisInDelegate.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/thisInDelegate.txt @@ -16,4 +16,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/thisOfAnyType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/thisOfAnyType.txt index 247ff6fd959..73596ee8ab9 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/thisOfAnyType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/thisOfAnyType.txt @@ -17,4 +17,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata, /*2*/ a: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingNullableType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingNullableType.txt index 493761a196d..0d06a563a59 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingNullableType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingNullableType.txt @@ -17,4 +17,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: kotlin.Nothing?, /*1*/ p: kotlin.PropertyMetadata, /*2*/ a: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingType.txt index 37cdc18b047..a22a1252911 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/thisOfNothingType.txt @@ -17,4 +17,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: kotlin.Nothing, /*1*/ p: kotlin.PropertyMetadata, /*2*/ a: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/twoGetMethods.txt b/compiler/testData/diagnostics/tests/delegatedProperty/twoGetMethods.txt index 92153091f49..1748e3e9b23 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/twoGetMethods.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/twoGetMethods.txt @@ -15,4 +15,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.String, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetReturnType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetReturnType.txt index e3677f0c34c..e31391de344 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetReturnType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetReturnType.txt @@ -8,4 +8,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetWithGeneric.txt b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetWithGeneric.txt index e8a3bb7642c..30383e6a67d 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetWithGeneric.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForGetWithGeneric.txt @@ -32,4 +32,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: T, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForSetParameter.txt b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForSetParameter.txt index 209ec679204..c9b4cb6849e 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForSetParameter.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForSetParameter.txt @@ -17,4 +17,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata, /*2*/ i: kotlin.String): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForThisGetParameter.txt b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForThisGetParameter.txt index 6ae18858e4c..ca94be7f695 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForThisGetParameter.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForThisGetParameter.txt @@ -23,4 +23,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: A, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInGet.txt b/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInGet.txt index d4e9bc62775..2f52117ee51 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInGet.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInGet.txt @@ -16,4 +16,4 @@ internal final class Delegate { internal final fun get(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata, /*2*/ a: kotlin.Int): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInSet.txt b/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInSet.txt index d645676bf6e..006e8b94255 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInSet.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/wrongCountOfParametersInSet.txt @@ -17,4 +17,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata, /*2*/ a: kotlin.Int, /*3*/ c: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegatedProperty/wrongSetterReturnType.txt b/compiler/testData/diagnostics/tests/delegatedProperty/wrongSetterReturnType.txt index 75be805a25e..0db54648e8c 100644 --- a/compiler/testData/diagnostics/tests/delegatedProperty/wrongSetterReturnType.txt +++ b/compiler/testData/diagnostics/tests/delegatedProperty/wrongSetterReturnType.txt @@ -9,4 +9,4 @@ internal final class Delegate { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun set(/*0*/ t: kotlin.Any?, /*1*/ p: kotlin.PropertyMetadata, /*2*/ i: kotlin.Int): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/DelegationAndOverriding.txt b/compiler/testData/diagnostics/tests/delegation/DelegationAndOverriding.txt index afcdc5cd377..763727d9383 100644 --- a/compiler/testData/diagnostics/tests/delegation/DelegationAndOverriding.txt +++ b/compiler/testData/diagnostics/tests/delegation/DelegationAndOverriding.txt @@ -76,4 +76,4 @@ package override { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/DelegationExpectedType.txt b/compiler/testData/diagnostics/tests/delegation/DelegationExpectedType.txt index 3d421642cf0..1c589435fb2 100644 --- a/compiler/testData/diagnostics/tests/delegation/DelegationExpectedType.txt +++ b/compiler/testData/diagnostics/tests/delegation/DelegationExpectedType.txt @@ -57,4 +57,4 @@ internal final class F : A { internal open override /*1*/ /*delegation*/ fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/DelegationNotTotrait.txt b/compiler/testData/diagnostics/tests/delegation/DelegationNotTotrait.txt index a1436c27105..5d5db5aa2eb 100644 --- a/compiler/testData/diagnostics/tests/delegation/DelegationNotTotrait.txt +++ b/compiler/testData/diagnostics/tests/delegation/DelegationNotTotrait.txt @@ -69,4 +69,4 @@ internal final class Test2 : EN { public final override /*1*/ /*fake_override*/ fun name(): kotlin.String public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/DelegationToJavaIface.txt b/compiler/testData/diagnostics/tests/delegation/DelegationToJavaIface.txt index 09c4591e3d6..b6af9e833f5 100644 --- a/compiler/testData/diagnostics/tests/delegation/DelegationToJavaIface.txt +++ b/compiler/testData/diagnostics/tests/delegation/DelegationToJavaIface.txt @@ -21,4 +21,4 @@ internal final class TestObject : java.lang.Object { public final override /*1*/ /*fake_override*/ fun wait(): kotlin.Unit public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: kotlin.Long): kotlin.Unit public final override /*1*/ /*fake_override*/ fun wait(/*0*/ p0: kotlin.Long, /*1*/ p1: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/Delegation_ClashingFunctions.txt b/compiler/testData/diagnostics/tests/delegation/Delegation_ClashingFunctions.txt index 84293938fb4..043cfe78e79 100644 --- a/compiler/testData/diagnostics/tests/delegation/Delegation_ClashingFunctions.txt +++ b/compiler/testData/diagnostics/tests/delegation/Delegation_ClashingFunctions.txt @@ -85,4 +85,4 @@ internal trait Two { public abstract fun foo(): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/Delegation_Hierarchy.txt b/compiler/testData/diagnostics/tests/delegation/Delegation_Hierarchy.txt index 90854eb47c0..7fcc52d613b 100644 --- a/compiler/testData/diagnostics/tests/delegation/Delegation_Hierarchy.txt +++ b/compiler/testData/diagnostics/tests/delegation/Delegation_Hierarchy.txt @@ -23,4 +23,4 @@ internal final class C : B, A { internal open override /*2*/ /*fake_override*/ fun foo(): kotlin.Unit public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/Delegation_MultipleDelegates.txt b/compiler/testData/diagnostics/tests/delegation/Delegation_MultipleDelegates.txt index b0ea705741f..32813664b2f 100644 --- a/compiler/testData/diagnostics/tests/delegation/Delegation_MultipleDelegates.txt +++ b/compiler/testData/diagnostics/tests/delegation/Delegation_MultipleDelegates.txt @@ -55,4 +55,4 @@ internal trait TwoImpl : Two { public open override /*1*/ fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/delegation/Delegation_ScopeInitializationOrder.txt b/compiler/testData/diagnostics/tests/delegation/Delegation_ScopeInitializationOrder.txt index 21379743544..a29ec06d794 100644 --- a/compiler/testData/diagnostics/tests/delegation/Delegation_ScopeInitializationOrder.txt +++ b/compiler/testData/diagnostics/tests/delegation/Delegation_ScopeInitializationOrder.txt @@ -20,4 +20,4 @@ internal final class C : B { internal open override /*1*/ /*delegation*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/deparenthesize/ArrayAccessAssignment.txt b/compiler/testData/diagnostics/tests/deparenthesize/ArrayAccessAssignment.txt index a9f5b610ff0..17d192254a0 100644 --- a/compiler/testData/diagnostics/tests/deparenthesize/ArrayAccessAssignment.txt +++ b/compiler/testData/diagnostics/tests/deparenthesize/ArrayAccessAssignment.txt @@ -2,4 +2,4 @@ package package t { internal fun foo(/*0*/ array: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/deparenthesize/checkDeparenthesizedType.txt b/compiler/testData/diagnostics/tests/deparenthesize/checkDeparenthesizedType.txt index e343e543a13..7e9caa71619 100644 --- a/compiler/testData/diagnostics/tests/deparenthesize/checkDeparenthesizedType.txt +++ b/compiler/testData/diagnostics/tests/deparenthesize/checkDeparenthesizedType.txt @@ -4,4 +4,4 @@ package m { internal fun foo(/*0*/ i: kotlin.Int): kotlin.Int internal fun test(/*0*/ i: kotlin.Int?): kotlin.Unit internal fun use(/*0*/ vararg a: kotlin.Any? /*kotlin.Array*/): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByProperty.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByProperty.txt index c2856e36e00..d5ad71488c1 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByProperty.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByProperty.txt @@ -15,4 +15,4 @@ internal final class C : B { internal final override /*1*/ /*fake_override*/ fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyInConstructor.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyInConstructor.txt index dca3492defc..a84c09fef9a 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyInConstructor.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyInConstructor.txt @@ -15,4 +15,4 @@ internal final class C : B { internal final override /*1*/ /*fake_override*/ fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyNoGetter.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyNoGetter.txt index 05272c5f591..d6f5e831f34 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyNoGetter.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classFunctionOverriddenByPropertyNoGetter.txt @@ -15,4 +15,4 @@ internal final class C : B { internal final override /*1*/ /*fake_override*/ fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classPropertyOverriddenByFunction.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classPropertyOverriddenByFunction.txt index fe939d3df15..71095718d96 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classPropertyOverriddenByFunction.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/classPropertyOverriddenByFunction.txt @@ -15,4 +15,4 @@ internal final class C : B { internal final fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/defaultFunction.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/defaultFunction.txt index fab4284f941..21d87d9cf4e 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/defaultFunction.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/defaultFunction.txt @@ -15,4 +15,4 @@ internal final class Derived : Base { internal open override /*1*/ /*fake_override*/ fun `foo$default`(/*0*/ d: Derived, /*1*/ i: kotlin.Int, /*2*/ mask: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/delegatedFunctionOverriddenByProperty.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/delegatedFunctionOverriddenByProperty.txt index 774e60e36c4..83a53e2d2fa 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/delegatedFunctionOverriddenByProperty.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/delegatedFunctionOverriddenByProperty.txt @@ -21,4 +21,4 @@ internal trait D { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/genericClassFunction.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/genericClassFunction.txt index a94f1bbda09..808f0fff0f3 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/genericClassFunction.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/genericClassFunction.txt @@ -15,4 +15,4 @@ internal final class C : B { internal final override /*1*/ /*fake_override*/ fun foo(/*0*/ l: kotlin.List): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/overridesNothing.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/overridesNothing.txt index 50ce5c9bf03..d247c8f6587 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/overridesNothing.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/overridesNothing.txt @@ -14,4 +14,4 @@ internal final class C : B { internal open override /*1*/ /*fake_override*/ fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/phantomClashWithSamAdapter.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/phantomClashWithSamAdapter.txt index 4354fe07a17..a50fc24831a 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/phantomClashWithSamAdapter.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/phantomClashWithSamAdapter.txt @@ -16,4 +16,4 @@ internal open class K0 : p.Foo { public open override /*1*/ /*fake_override*/ fun foo(/*0*/ sam: p.Sam!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/privateClassFunctionOverriddenByProperty.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/privateClassFunctionOverriddenByProperty.txt index 5a1bc854168..1105855816a 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/privateClassFunctionOverriddenByProperty.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/privateClassFunctionOverriddenByProperty.txt @@ -15,4 +15,4 @@ internal final class C : B { invisible_fake final override /*1*/ /*fake_override*/ fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/require.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/require.txt index 56efc00b5e8..69fed4981c4 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/require.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/require.txt @@ -14,4 +14,4 @@ internal trait Tr : C { internal open fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByProperty.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByProperty.txt index e283cf8e383..5ebaf63af51 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByProperty.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByProperty.txt @@ -14,4 +14,4 @@ internal trait T { internal open fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyInTrait.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyInTrait.txt index ebd0c77e0d9..fa67cc8fcad 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyInTrait.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyInTrait.txt @@ -13,4 +13,4 @@ internal trait T { internal open fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyNoImpl.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyNoImpl.txt index f43b88a95cd..f7256a8dda0 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyNoImpl.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitFunctionOverriddenByPropertyNoImpl.txt @@ -14,4 +14,4 @@ internal trait T { internal abstract fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunction.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunction.txt index 9a094f98d78..48ce5271aed 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunction.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunction.txt @@ -14,4 +14,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionInTrait.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionInTrait.txt index 70bb4daa0fc..da6abfe142d 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionInTrait.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionInTrait.txt @@ -13,4 +13,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionNoImpl.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionNoImpl.txt index 2fb9bfc7f00..0ec9468dc4a 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionNoImpl.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/accidentalOverrides/traitPropertyOverriddenByFunctionNoImpl.txt @@ -14,4 +14,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/class.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/class.txt index 355d7dadb60..2090db50ae2 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/class.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/class.txt @@ -15,4 +15,4 @@ internal final class C : B { internal open override /*1*/ fun foo(/*0*/ t: kotlin.String): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/fakeOverrideTrait.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/fakeOverrideTrait.txt index 868f3926877..a84c3ae15f6 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/fakeOverrideTrait.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/fakeOverrideTrait.txt @@ -14,4 +14,4 @@ internal final class C : B { internal open override /*1*/ /*fake_override*/ fun foo(/*0*/ t: kotlin.String): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/trait.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/trait.txt index f6173e4c0c1..d2659ce9f05 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/trait.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/bridges/trait.txt @@ -14,4 +14,4 @@ internal final class C : B { internal open override /*1*/ fun foo(/*0*/ t: kotlin.String): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/caseInProperties.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/caseInProperties.txt index 4115364841f..4bdc84309f8 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/caseInProperties.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/caseInProperties.txt @@ -1,4 +1,4 @@ package internal val Aa: kotlin.Int = 1 -internal val aa: kotlin.Int = 1 \ No newline at end of file +internal val aa: kotlin.Int = 1 diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/collections.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/collections.txt index 6e413d9023b..869fecd5d53 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/collections.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/collections.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ s: kotlin.List): kotlin.Unit -internal fun foo(/*0*/ s: kotlin.MutableList): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ s: kotlin.MutableList): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegateToTwoTraits.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegateToTwoTraits.txt index b712f791443..9704055fa5f 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegateToTwoTraits.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegateToTwoTraits.txt @@ -21,4 +21,4 @@ internal trait Foo { internal abstract fun foo(/*0*/ l: kotlin.List): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegationAndOwnMethod.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegationAndOwnMethod.txt index b0f7dc5d4f9..6b936d7468a 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegationAndOwnMethod.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/delegationAndOwnMethod.txt @@ -14,4 +14,4 @@ internal trait Foo { internal abstract fun foo(/*0*/ l: kotlin.List): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/extensionProperties.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/extensionProperties.txt index 578bfd19f12..5a5e9e4ad5c 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/extensionProperties.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/extensionProperties.txt @@ -8,4 +8,4 @@ internal final class G { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/genericType.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/genericType.txt index b8e7c18d113..9c2373a60e0 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/genericType.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/genericType.txt @@ -8,4 +8,4 @@ internal final class G { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/inheritFromTwoTraits.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/inheritFromTwoTraits.txt index 72da4935f88..ca56305600b 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/inheritFromTwoTraits.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/inheritFromTwoTraits.txt @@ -21,4 +21,4 @@ internal trait Foo { internal open fun foo(/*0*/ l: kotlin.List): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/kotlinAndJavaCollections.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/kotlinAndJavaCollections.txt index e754cd7f6c5..86b0e567656 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/kotlinAndJavaCollections.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/kotlinAndJavaCollections.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ s: java.util.List): kotlin.Unit -internal fun foo(/*0*/ s: kotlin.List): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ s: kotlin.List): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/nullableType.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/nullableType.txt index 15dc10740e8..0a3da244fa3 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/nullableType.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/nullableType.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ x: kotlin.String): kotlin.Unit -internal fun foo(/*0*/ x: kotlin.String?): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.String?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/twoTraitsAndOwnFunction.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/twoTraitsAndOwnFunction.txt index 3fa5a995a9f..bed15a18203 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/twoTraitsAndOwnFunction.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/twoTraitsAndOwnFunction.txt @@ -22,4 +22,4 @@ internal trait Foo { internal open fun foo(/*0*/ l: kotlin.List): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeMappedToJava.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeMappedToJava.txt index bd052a46d30..a4a36a4a555 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeMappedToJava.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeMappedToJava.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ s: java.lang.String): kotlin.Unit -internal fun foo(/*0*/ s: kotlin.String): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ s: kotlin.String): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameter.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameter.txt index b34b6936d1c..f61dda0db9b 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameter.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameter.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ x: T): T -internal fun foo(/*0*/ x: kotlin.Any): kotlin.Any \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Any): kotlin.Any diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithBound.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithBound.txt index 37cb1094100..ebd69ecebac 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithBound.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithBound.txt @@ -7,4 +7,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBounds.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBounds.txt index c126219d70a..643786fc71d 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBounds.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBounds.txt @@ -14,4 +14,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBoundsInWhere.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBoundsInWhere.txt index c126219d70a..643786fc71d 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBoundsInWhere.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/typeParameterWithTwoBoundsInWhere.txt @@ -14,4 +14,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/class.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/class.txt index 39ecc4d15cd..ba1d1748e47 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/class.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/class.txt @@ -7,4 +7,4 @@ internal final class C { internal final fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classObject.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classObject.txt index b7689b12722..31f04017e76 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classObject.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classObject.txt @@ -14,4 +14,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classPropertyInConstructor.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classPropertyInConstructor.txt index 60f628e4d08..24cef9d091b 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classPropertyInConstructor.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/classPropertyInConstructor.txt @@ -7,4 +7,4 @@ internal final class C { internal final fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionFunctionAndNormalFunction.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionFunctionAndNormalFunction.txt index 8ca0d7c0108..f16485583c4 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionFunctionAndNormalFunction.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionFunctionAndNormalFunction.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun kotlin.Any.foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionPropertyAndFunction.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionPropertyAndFunction.txt index 9d200455b8a..4d5dedd218d 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionPropertyAndFunction.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/extensionPropertyAndFunction.txt @@ -7,4 +7,4 @@ internal final class C { internal final fun getX(/*0*/ t: kotlin.Any): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndSetter.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndSetter.txt index 4677a816858..5f2cd79b552 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndSetter.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndSetter.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun setX(/*0*/ x: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndVar.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndVar.txt index 4677a816858..5f2cd79b552 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndVar.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/functionAndVar.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun setX(/*0*/ x: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClass.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClass.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClass.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClass.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClassInClass.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClassInClass.txt index fb1ae913060..996b032a90e 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClassInClass.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/localClassInClass.txt @@ -6,4 +6,4 @@ internal final class Outer { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/nestedClass.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/nestedClass.txt index fe58448053a..a1a1e4fe485 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/nestedClass.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/nestedClass.txt @@ -14,4 +14,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/object.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/object.txt index 612135d200d..87f65d6fc47 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/object.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/object.txt @@ -16,4 +16,4 @@ internal object C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpression.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpression.txt index 8d7a0987bdd..2e3f1093f6e 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpression.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpression.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Any \ No newline at end of file +internal fun foo(): kotlin.Any diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpressionInConstructor.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpressionInConstructor.txt index dc156090e5b..cd9879336b2 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpressionInConstructor.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/objectExpressionInConstructor.txt @@ -6,4 +6,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/privateClassPropertyNoClash.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/privateClassPropertyNoClash.txt index 10e4ada0902..d98555f00cb 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/privateClassPropertyNoClash.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/privateClassPropertyNoClash.txt @@ -15,4 +15,4 @@ internal final class B : A { public open override /*1*/ fun getFoo(): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevel.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevel.txt index efbcda194c9..fa02e2bda41 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevel.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevel.txt @@ -1,4 +1,4 @@ package internal val x: kotlin.Int = 1 -internal fun getX(): kotlin.Int \ No newline at end of file +internal fun getX(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelDifferentFiles.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelDifferentFiles.txt index efbcda194c9..fa02e2bda41 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelDifferentFiles.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelDifferentFiles.txt @@ -1,4 +1,4 @@ package internal val x: kotlin.Int = 1 -internal fun getX(): kotlin.Int \ No newline at end of file +internal fun getX(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelGetter.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelGetter.txt index d5daa04c0f7..eeb239e78e1 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelGetter.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelGetter.txt @@ -1,4 +1,4 @@ package internal val x: kotlin.Int -internal fun getX(): kotlin.Int \ No newline at end of file +internal fun getX(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/trait.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/trait.txt index 1e87289cb03..44aa9ca58a9 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/trait.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/trait.txt @@ -6,4 +6,4 @@ internal trait T { internal open fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/withErrorTypes.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/withErrorTypes.txt index 41d2b7d5981..92c2967f54d 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/withErrorTypes.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/withErrorTypes.txt @@ -6,4 +6,4 @@ internal trait T { internal abstract fun getX(): [ERROR : ErrorType1] public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/missingNames.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/missingNames.txt index e51081ca261..0b55809a86c 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/missingNames.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/missingNames.txt @@ -106,4 +106,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObject.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObject.txt index 9df7e122cca..5d263ada20b 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObject.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObject.txt @@ -13,4 +13,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedField.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedField.txt index cf0405630d4..afa5398ea65 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedField.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedField.txt @@ -15,4 +15,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedFieldObject.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedFieldObject.txt index b52598c396e..1675843f669 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedFieldObject.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/classObjectCopiedFieldObject.txt @@ -14,4 +14,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/dataClassCopy.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/dataClassCopy.txt index 5b1a05b84fa..8d26af4348c 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/dataClassCopy.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/dataClassCopy.txt @@ -9,4 +9,4 @@ kotlin.data() internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/defaults.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/defaults.txt index a3169ea9187..2c11f2f3940 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/defaults.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/defaults.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/delegationBy.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/delegationBy.txt index 0341ad765bc..49b5f28b78d 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/delegationBy.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/delegationBy.txt @@ -12,4 +12,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/enum.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/enum.txt index ac02035fb87..d38ecf6e5d2 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/enum.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/enum.txt @@ -38,4 +38,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/innerClassField.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/innerClassField.txt index e38cc9a3c3b..aa1a9271cd5 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/innerClassField.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/innerClassField.txt @@ -13,4 +13,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/instance.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/instance.txt index efbd6f0b49f..0944ca60ad1 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/instance.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/instance.txt @@ -14,4 +14,4 @@ internal object O { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/propertyMetadataCache.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/propertyMetadataCache.txt index b9940281604..48aa67de51a 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/propertyMetadataCache.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/specialNames/propertyMetadataCache.txt @@ -11,4 +11,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/synthesized/enumValuesValueOf.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/synthesized/enumValuesValueOf.txt index 11c6835d2ce..9007b265e50 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/synthesized/enumValuesValueOf.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/synthesized/enumValuesValueOf.txt @@ -72,4 +72,4 @@ internal final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/oneTrait.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/oneTrait.txt index 5c30540487f..527faeced2d 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/oneTrait.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/oneTrait.txt @@ -14,4 +14,4 @@ internal trait T { internal open fun getX(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/twoTraits.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/twoTraits.txt index 917adafdeea..d3b63e5d52e 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/twoTraits.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/traitImpl/twoTraits.txt @@ -21,4 +21,4 @@ internal trait T2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/duplicateJvmSignature/vararg.txt b/compiler/testData/diagnostics/tests/duplicateJvmSignature/vararg.txt index 8fcaf4453be..851ac8eb595 100644 --- a/compiler/testData/diagnostics/tests/duplicateJvmSignature/vararg.txt +++ b/compiler/testData/diagnostics/tests/duplicateJvmSignature/vararg.txt @@ -3,4 +3,4 @@ package internal fun foo(/*0*/ x: kotlin.Array): kotlin.Unit internal fun foo(/*0*/ vararg x: kotlin.Int? /*kotlin.Array*/): kotlin.Unit internal fun foo(/*0*/ vararg x: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit -internal fun foo(/*0*/ x: kotlin.IntArray): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.IntArray): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/enum/AbstractEnum.txt b/compiler/testData/diagnostics/tests/enum/AbstractEnum.txt index f52f69529a1..636f6251bae 100644 --- a/compiler/testData/diagnostics/tests/enum/AbstractEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/AbstractEnum.txt @@ -15,4 +15,4 @@ package abstract { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): abstract.MyAbstractEnum public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/AbstractInEnum.txt b/compiler/testData/diagnostics/tests/enum/AbstractInEnum.txt index 8c3ee4c70df..5e7cdfcd98c 100644 --- a/compiler/testData/diagnostics/tests/enum/AbstractInEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/AbstractInEnum.txt @@ -44,4 +44,4 @@ package abstract { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): abstract.MyEnum public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/AbstractOverrideInEnum.txt b/compiler/testData/diagnostics/tests/enum/AbstractOverrideInEnum.txt index 96f5efcd154..e67350bcc9a 100644 --- a/compiler/testData/diagnostics/tests/enum/AbstractOverrideInEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/AbstractOverrideInEnum.txt @@ -42,4 +42,4 @@ internal trait T { internal abstract fun f(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/classObjectInEnum.txt b/compiler/testData/diagnostics/tests/enum/classObjectInEnum.txt index e0f795bd8e1..c8714b6f6f2 100644 --- a/compiler/testData/diagnostics/tests/enum/classObjectInEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/classObjectInEnum.txt @@ -42,4 +42,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/classObjectInEnumPrivate.txt b/compiler/testData/diagnostics/tests/enum/classObjectInEnumPrivate.txt index 5485ee568f5..e139f56d9d0 100644 --- a/compiler/testData/diagnostics/tests/enum/classObjectInEnumPrivate.txt +++ b/compiler/testData/diagnostics/tests/enum/classObjectInEnumPrivate.txt @@ -44,4 +44,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/commonSupertype.txt b/compiler/testData/diagnostics/tests/enum/commonSupertype.txt index 11054c2eb33..18725f341e4 100644 --- a/compiler/testData/diagnostics/tests/enum/commonSupertype.txt +++ b/compiler/testData/diagnostics/tests/enum/commonSupertype.txt @@ -68,4 +68,4 @@ internal final enum class B : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): B public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/dontCreatePackageTypeForEnumEntry.txt b/compiler/testData/diagnostics/tests/enum/dontCreatePackageTypeForEnumEntry.txt index 09017a75bc1..17e413365dc 100644 --- a/compiler/testData/diagnostics/tests/enum/dontCreatePackageTypeForEnumEntry.txt +++ b/compiler/testData/diagnostics/tests/enum/dontCreatePackageTypeForEnumEntry.txt @@ -66,4 +66,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/entryShouldBeOfEnumType.txt b/compiler/testData/diagnostics/tests/enum/entryShouldBeOfEnumType.txt index 2bff5d104a3..31258c392d5 100644 --- a/compiler/testData/diagnostics/tests/enum/entryShouldBeOfEnumType.txt +++ b/compiler/testData/diagnostics/tests/enum/entryShouldBeOfEnumType.txt @@ -54,4 +54,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumEntryCannotHaveClassObject.txt b/compiler/testData/diagnostics/tests/enum/enumEntryCannotHaveClassObject.txt index 58266cd46b9..7867e6572ec 100644 --- a/compiler/testData/diagnostics/tests/enum/enumEntryCannotHaveClassObject.txt +++ b/compiler/testData/diagnostics/tests/enum/enumEntryCannotHaveClassObject.txt @@ -54,4 +54,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumEntryInAbstractEnum.txt b/compiler/testData/diagnostics/tests/enum/enumEntryInAbstractEnum.txt index 4a8636e649a..aa98da59df2 100644 --- a/compiler/testData/diagnostics/tests/enum/enumEntryInAbstractEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/enumEntryInAbstractEnum.txt @@ -62,4 +62,4 @@ internal final enum class EnumClass : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): EnumClass public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumImplementingTrait.txt b/compiler/testData/diagnostics/tests/enum/enumImplementingTrait.txt index 8c646ee41c2..7b589878ca5 100644 --- a/compiler/testData/diagnostics/tests/enum/enumImplementingTrait.txt +++ b/compiler/testData/diagnostics/tests/enum/enumImplementingTrait.txt @@ -130,4 +130,4 @@ internal trait T2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumInheritance.txt b/compiler/testData/diagnostics/tests/enum/enumInheritance.txt index 6f88e49c94c..786c06eda46 100644 --- a/compiler/testData/diagnostics/tests/enum/enumInheritance.txt +++ b/compiler/testData/diagnostics/tests/enum/enumInheritance.txt @@ -64,4 +64,4 @@ internal trait MyTrait { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumIsAssignableToBuiltInEnum.txt b/compiler/testData/diagnostics/tests/enum/enumIsAssignableToBuiltInEnum.txt index e3259980a4c..e0d6eef10ab 100644 --- a/compiler/testData/diagnostics/tests/enum/enumIsAssignableToBuiltInEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/enumIsAssignableToBuiltInEnum.txt @@ -36,4 +36,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumModifier.txt b/compiler/testData/diagnostics/tests/enum/enumModifier.txt index d44569992b8..8d1325bae4a 100644 --- a/compiler/testData/diagnostics/tests/enum/enumModifier.txt +++ b/compiler/testData/diagnostics/tests/enum/enumModifier.txt @@ -50,4 +50,4 @@ internal trait T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumStarImport.txt b/compiler/testData/diagnostics/tests/enum/enumStarImport.txt index 34776bc9466..653a01df2ff 100644 --- a/compiler/testData/diagnostics/tests/enum/enumStarImport.txt +++ b/compiler/testData/diagnostics/tests/enum/enumStarImport.txt @@ -57,4 +57,4 @@ package enum { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): enum.HappyEnum public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/enumWithEmptyName.txt b/compiler/testData/diagnostics/tests/enum/enumWithEmptyName.txt index f328d3f596d..70588e49154 100644 --- a/compiler/testData/diagnostics/tests/enum/enumWithEmptyName.txt +++ b/compiler/testData/diagnostics/tests/enum/enumWithEmptyName.txt @@ -12,4 +12,4 @@ internal final enum class : kotlin.Enum<> { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): public final /*synthesized*/ fun values(): kotlin.Array<> -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/extensionNamedAsEnumEntry.txt b/compiler/testData/diagnostics/tests/enum/extensionNamedAsEnumEntry.txt index f682570ecfe..f87973ae19e 100644 --- a/compiler/testData/diagnostics/tests/enum/extensionNamedAsEnumEntry.txt +++ b/compiler/testData/diagnostics/tests/enum/extensionNamedAsEnumEntry.txt @@ -36,4 +36,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/importEnumFromJava.txt b/compiler/testData/diagnostics/tests/enum/importEnumFromJava.txt index 01e08b2e479..6222a21f95e 100644 --- a/compiler/testData/diagnostics/tests/enum/importEnumFromJava.txt +++ b/compiler/testData/diagnostics/tests/enum/importEnumFromJava.txt @@ -2,4 +2,4 @@ package package test { internal val c: java.util.concurrent.TimeUnit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inheritFromEnumEntry.txt b/compiler/testData/diagnostics/tests/enum/inheritFromEnumEntry.txt index c48e888bfae..4c8c62f8500 100644 --- a/compiler/testData/diagnostics/tests/enum/inheritFromEnumEntry.txt +++ b/compiler/testData/diagnostics/tests/enum/inheritFromEnumEntry.txt @@ -42,4 +42,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inheritanceFromEnum.txt b/compiler/testData/diagnostics/tests/enum/inheritanceFromEnum.txt index 3ff98b3ec72..360ac840e2b 100644 --- a/compiler/testData/diagnostics/tests/enum/inheritanceFromEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/inheritanceFromEnum.txt @@ -80,4 +80,4 @@ public final enum class MyJavaEnum : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): MyJavaEnum public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/existingClassObject.txt b/compiler/testData/diagnostics/tests/enum/inner/existingClassObject.txt index d129f4ef10c..cadd89a4e2c 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/existingClassObject.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/existingClassObject.txt @@ -94,4 +94,4 @@ internal final class B { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): B.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/insideClass.txt b/compiler/testData/diagnostics/tests/enum/inner/insideClass.txt index ad4d5f13ec8..f385f2e0a10 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/insideClass.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/insideClass.txt @@ -39,4 +39,4 @@ internal final class A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/insideClassObject.txt b/compiler/testData/diagnostics/tests/enum/inner/insideClassObject.txt index 8505ff82064..74fcf54af58 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/insideClassObject.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/insideClassObject.txt @@ -46,4 +46,4 @@ internal final class A { public final /*synthesized*/ fun values(): kotlin.Array } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/insideEnum.txt b/compiler/testData/diagnostics/tests/enum/inner/insideEnum.txt index 9d90beb783d..20d52ee3ff2 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/insideEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/insideEnum.txt @@ -66,4 +66,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/insideEnumEntry.txt b/compiler/testData/diagnostics/tests/enum/inner/insideEnumEntry.txt index acbf66c4b90..407deb5336c 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/insideEnumEntry.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/insideEnumEntry.txt @@ -66,4 +66,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/insideInnerClassNotAllowed.txt b/compiler/testData/diagnostics/tests/enum/inner/insideInnerClassNotAllowed.txt index 1724a7d05d1..ae8021ccce2 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/insideInnerClassNotAllowed.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/insideInnerClassNotAllowed.txt @@ -46,4 +46,4 @@ internal final class A { public final /*synthesized*/ fun values(): kotlin.Array } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/insideObject.txt b/compiler/testData/diagnostics/tests/enum/inner/insideObject.txt index afbd43be603..2bbe5c59e20 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/insideObject.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/insideObject.txt @@ -46,4 +46,4 @@ internal object A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/insideTrait.txt b/compiler/testData/diagnostics/tests/enum/inner/insideTrait.txt index e4ddd038933..3390bdf73d5 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/insideTrait.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/insideTrait.txt @@ -38,4 +38,4 @@ internal trait A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/redeclarationInClassObject.txt b/compiler/testData/diagnostics/tests/enum/inner/redeclarationInClassObject.txt index d494e08f7d8..1cba37344b3 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/redeclarationInClassObject.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/redeclarationInClassObject.txt @@ -80,4 +80,4 @@ internal final class A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/twoEnums.txt b/compiler/testData/diagnostics/tests/enum/inner/twoEnums.txt index b40d1dd442f..90d3b256322 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/twoEnums.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/twoEnums.txt @@ -73,4 +73,4 @@ internal final class A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A.F public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/inner/twoEnumsInClassObjectAndInnerClass.txt b/compiler/testData/diagnostics/tests/enum/inner/twoEnumsInClassObjectAndInnerClass.txt index cd16c34be26..5b1d9171002 100644 --- a/compiler/testData/diagnostics/tests/enum/inner/twoEnumsInClassObjectAndInnerClass.txt +++ b/compiler/testData/diagnostics/tests/enum/inner/twoEnumsInClassObjectAndInnerClass.txt @@ -87,4 +87,4 @@ internal final class A { public final /*synthesized*/ fun values(): kotlin.Array } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/javaEnumValueOfMethod.txt b/compiler/testData/diagnostics/tests/enum/javaEnumValueOfMethod.txt index 1c04e328ce6..f0607199e31 100644 --- a/compiler/testData/diagnostics/tests/enum/javaEnumValueOfMethod.txt +++ b/compiler/testData/diagnostics/tests/enum/javaEnumValueOfMethod.txt @@ -34,4 +34,4 @@ public final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/javaEnumValuesMethod.txt b/compiler/testData/diagnostics/tests/enum/javaEnumValuesMethod.txt index a1643c82f95..ea65ad07fe0 100644 --- a/compiler/testData/diagnostics/tests/enum/javaEnumValuesMethod.txt +++ b/compiler/testData/diagnostics/tests/enum/javaEnumValuesMethod.txt @@ -54,4 +54,4 @@ public final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/javaEnumWithAbstractFun.txt b/compiler/testData/diagnostics/tests/enum/javaEnumWithAbstractFun.txt index 18836acb410..bed22925627 100644 --- a/compiler/testData/diagnostics/tests/enum/javaEnumWithAbstractFun.txt +++ b/compiler/testData/diagnostics/tests/enum/javaEnumWithAbstractFun.txt @@ -37,4 +37,4 @@ public abstract enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/javaEnumWithFuns.txt b/compiler/testData/diagnostics/tests/enum/javaEnumWithFuns.txt index 02f75abe354..e4c243e3c75 100644 --- a/compiler/testData/diagnostics/tests/enum/javaEnumWithFuns.txt +++ b/compiler/testData/diagnostics/tests/enum/javaEnumWithFuns.txt @@ -59,4 +59,4 @@ public final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/javaEnumWithNameClashing.txt b/compiler/testData/diagnostics/tests/enum/javaEnumWithNameClashing.txt index fe3653165d0..1c056bde7d4 100644 --- a/compiler/testData/diagnostics/tests/enum/javaEnumWithNameClashing.txt +++ b/compiler/testData/diagnostics/tests/enum/javaEnumWithNameClashing.txt @@ -59,4 +59,4 @@ public final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/javaEnumWithProperty.txt b/compiler/testData/diagnostics/tests/enum/javaEnumWithProperty.txt index 48bb68ee6d5..b1dbe3d946a 100644 --- a/compiler/testData/diagnostics/tests/enum/javaEnumWithProperty.txt +++ b/compiler/testData/diagnostics/tests/enum/javaEnumWithProperty.txt @@ -59,4 +59,4 @@ public final enum class A : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/kt2834.txt b/compiler/testData/diagnostics/tests/enum/kt2834.txt index abe931d3d68..6e0aa012157 100644 --- a/compiler/testData/diagnostics/tests/enum/kt2834.txt +++ b/compiler/testData/diagnostics/tests/enum/kt2834.txt @@ -54,4 +54,4 @@ private final enum class MethodKind : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): MethodKind public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/localEnums.txt b/compiler/testData/diagnostics/tests/enum/localEnums.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/enum/localEnums.txt +++ b/compiler/testData/diagnostics/tests/enum/localEnums.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/enum/modifiersOnEnumEntry.txt b/compiler/testData/diagnostics/tests/enum/modifiersOnEnumEntry.txt index 3faec11cbef..4597b3f61c2 100644 --- a/compiler/testData/diagnostics/tests/enum/modifiersOnEnumEntry.txt +++ b/compiler/testData/diagnostics/tests/enum/modifiersOnEnumEntry.txt @@ -334,4 +334,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/openMemberInEnum.txt b/compiler/testData/diagnostics/tests/enum/openMemberInEnum.txt index 38fed54353b..2658dfb7b98 100644 --- a/compiler/testData/diagnostics/tests/enum/openMemberInEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/openMemberInEnum.txt @@ -72,4 +72,4 @@ internal final enum class EnumWithOpenMembers : kotlin.Enum // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): EnumWithOpenMembers public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/overrideFinalEnumMethods.txt b/compiler/testData/diagnostics/tests/enum/overrideFinalEnumMethods.txt index b61f35e8f23..048471405b3 100644 --- a/compiler/testData/diagnostics/tests/enum/overrideFinalEnumMethods.txt +++ b/compiler/testData/diagnostics/tests/enum/overrideFinalEnumMethods.txt @@ -32,4 +32,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/starImportNestedClassAndEntries.txt b/compiler/testData/diagnostics/tests/enum/starImportNestedClassAndEntries.txt index 8f1339fb57e..72b5c986825 100644 --- a/compiler/testData/diagnostics/tests/enum/starImportNestedClassAndEntries.txt +++ b/compiler/testData/diagnostics/tests/enum/starImportNestedClassAndEntries.txt @@ -78,4 +78,4 @@ package foo { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): foo.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/typeParametersInEnum.txt b/compiler/testData/diagnostics/tests/enum/typeParametersInEnum.txt index 4d56dea8cf9..c84bf89ebad 100644 --- a/compiler/testData/diagnostics/tests/enum/typeParametersInEnum.txt +++ b/compiler/testData/diagnostics/tests/enum/typeParametersInEnum.txt @@ -35,4 +35,4 @@ package bug { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): bug.Foo public final /*synthesized*/ fun values(): kotlin.Array> } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/enum/valuesValueOfAndEntriesAccessibility.txt b/compiler/testData/diagnostics/tests/enum/valuesValueOfAndEntriesAccessibility.txt index d8e7fb7405d..e786466d434 100644 --- a/compiler/testData/diagnostics/tests/enum/valuesValueOfAndEntriesAccessibility.txt +++ b/compiler/testData/diagnostics/tests/enum/valuesValueOfAndEntriesAccessibility.txt @@ -56,4 +56,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/evaluate/binaryMinusDepOnExpType.txt b/compiler/testData/diagnostics/tests/evaluate/binaryMinusDepOnExpType.txt index 70534fb3490..2f51c965b6e 100644 --- a/compiler/testData/diagnostics/tests/evaluate/binaryMinusDepOnExpType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/binaryMinusDepOnExpType.txt @@ -4,4 +4,4 @@ internal fun fooByte(/*0*/ p: kotlin.Byte): kotlin.Byte internal fun fooInt(/*0*/ p: kotlin.Int): kotlin.Int internal fun fooLong(/*0*/ p: kotlin.Long): kotlin.Long internal fun fooShort(/*0*/ p: kotlin.Short): kotlin.Short -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndepWoExpType.txt b/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndepWoExpType.txt index 9d6dd60aacd..6c9994dc928 100644 --- a/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndepWoExpType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndepWoExpType.txt @@ -9,4 +9,4 @@ internal fun fooByte(/*0*/ p: kotlin.Byte): kotlin.Byte internal fun fooInt(/*0*/ p: kotlin.Int): kotlin.Int internal fun fooLong(/*0*/ p: kotlin.Long): kotlin.Long internal fun fooShort(/*0*/ p: kotlin.Short): kotlin.Short -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndependentExpType.txt b/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndependentExpType.txt index 9f9ccfbf838..92658a7e50c 100644 --- a/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndependentExpType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/binaryMinusIndependentExpType.txt @@ -19,4 +19,4 @@ internal val p4: kotlin.Short = 0.toShort() internal val s1: kotlin.Byte = 0 internal val s2: kotlin.Int = 0 internal val s3: kotlin.Long = 0 -internal val s4: kotlin.Short = 0 \ No newline at end of file +internal val s4: kotlin.Short = 0 diff --git a/compiler/testData/diagnostics/tests/evaluate/float.txt b/compiler/testData/diagnostics/tests/evaluate/float.txt index 40fbbf60178..24e32c9c32c 100644 --- a/compiler/testData/diagnostics/tests/evaluate/float.txt +++ b/compiler/testData/diagnostics/tests/evaluate/float.txt @@ -7,4 +7,4 @@ internal val a4: kotlin.Float = 0.1.toFloat() internal val b5: kotlin.Float = 1.0.toFloat() internal val b6: kotlin.Float = 1.0.toFloat() internal val b7: kotlin.Float = 0.1.toFloat() -internal val b8: kotlin.Float = 0.1.toFloat() \ No newline at end of file +internal val b8: kotlin.Float = 0.1.toFloat() diff --git a/compiler/testData/diagnostics/tests/evaluate/intOverflow.txt b/compiler/testData/diagnostics/tests/evaluate/intOverflow.txt index b1b469c626b..00271d71832 100644 --- a/compiler/testData/diagnostics/tests/evaluate/intOverflow.txt +++ b/compiler/testData/diagnostics/tests/evaluate/intOverflow.txt @@ -28,4 +28,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/evaluate/intOverflowWithJavaProperties.txt b/compiler/testData/diagnostics/tests/evaluate/intOverflowWithJavaProperties.txt index f917a3405f7..98061d6de39 100644 --- a/compiler/testData/diagnostics/tests/evaluate/intOverflowWithJavaProperties.txt +++ b/compiler/testData/diagnostics/tests/evaluate/intOverflowWithJavaProperties.txt @@ -16,4 +16,4 @@ public open class Test { // Static members public final var i1: kotlin.Int public final val i2: kotlin.Int = 2147483647 -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/evaluate/integer.txt b/compiler/testData/diagnostics/tests/evaluate/integer.txt index b7ac10a4b37..ac3b27392ff 100644 --- a/compiler/testData/diagnostics/tests/evaluate/integer.txt +++ b/compiler/testData/diagnostics/tests/evaluate/integer.txt @@ -9,4 +9,4 @@ internal val a5: kotlin.Int = 1.toLong() internal val a6: kotlin.Long = 1.toLong() internal val a7: kotlin.Long = 1.toLong() internal val a8: kotlin.Long = 1.toLong() -internal val a9: kotlin.Long = 1.toLong() \ No newline at end of file +internal val a9: kotlin.Long = 1.toLong() diff --git a/compiler/testData/diagnostics/tests/evaluate/longOverflow.txt b/compiler/testData/diagnostics/tests/evaluate/longOverflow.txt index 7bf26b6ccbb..e9c6b6c03f3 100644 --- a/compiler/testData/diagnostics/tests/evaluate/longOverflow.txt +++ b/compiler/testData/diagnostics/tests/evaluate/longOverflow.txt @@ -29,4 +29,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperations.txt b/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperations.txt index 70534fb3490..2f51c965b6e 100644 --- a/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperations.txt +++ b/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperations.txt @@ -4,4 +4,4 @@ internal fun fooByte(/*0*/ p: kotlin.Byte): kotlin.Byte internal fun fooInt(/*0*/ p: kotlin.Int): kotlin.Int internal fun fooLong(/*0*/ p: kotlin.Long): kotlin.Long internal fun fooShort(/*0*/ p: kotlin.Short): kotlin.Short -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsCall.txt b/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsCall.txt index 70534fb3490..2f51c965b6e 100644 --- a/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsCall.txt +++ b/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsCall.txt @@ -4,4 +4,4 @@ internal fun fooByte(/*0*/ p: kotlin.Byte): kotlin.Byte internal fun fooInt(/*0*/ p: kotlin.Int): kotlin.Int internal fun fooLong(/*0*/ p: kotlin.Long): kotlin.Long internal fun fooShort(/*0*/ p: kotlin.Short): kotlin.Short -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsInfixCall.txt b/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsInfixCall.txt index 70534fb3490..2f51c965b6e 100644 --- a/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsInfixCall.txt +++ b/compiler/testData/diagnostics/tests/evaluate/numberBinaryOperationsInfixCall.txt @@ -4,4 +4,4 @@ internal fun fooByte(/*0*/ p: kotlin.Byte): kotlin.Byte internal fun fooInt(/*0*/ p: kotlin.Int): kotlin.Int internal fun fooLong(/*0*/ p: kotlin.Long): kotlin.Long internal fun fooShort(/*0*/ p: kotlin.Short): kotlin.Short -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/evaluate/otherOverflow.txt b/compiler/testData/diagnostics/tests/evaluate/otherOverflow.txt index b42c7cf1da4..76d6395533f 100644 --- a/compiler/testData/diagnostics/tests/evaluate/otherOverflow.txt +++ b/compiler/testData/diagnostics/tests/evaluate/otherOverflow.txt @@ -1,4 +1,4 @@ package internal val a1: kotlin.Int = 1694498816 -internal val a2: kotlin.Int = 0 \ No newline at end of file +internal val a2: kotlin.Int = 0 diff --git a/compiler/testData/diagnostics/tests/evaluate/parentesized.txt b/compiler/testData/diagnostics/tests/evaluate/parentesized.txt index 73e72f58f75..dfda8625e28 100644 --- a/compiler/testData/diagnostics/tests/evaluate/parentesized.txt +++ b/compiler/testData/diagnostics/tests/evaluate/parentesized.txt @@ -9,4 +9,4 @@ internal val i2: kotlin.Int = 6 internal val p1: kotlin.Byte = 6.toByte() internal val p2: kotlin.Short = 6.toShort() internal val p3: kotlin.Int = 6 -internal val p4: kotlin.Long = 6.toLong() \ No newline at end of file +internal val p4: kotlin.Long = 6.toLong() diff --git a/compiler/testData/diagnostics/tests/evaluate/qualifiedExpressions.txt b/compiler/testData/diagnostics/tests/evaluate/qualifiedExpressions.txt index ee610b68ab9..9c49d0bfd34 100644 --- a/compiler/testData/diagnostics/tests/evaluate/qualifiedExpressions.txt +++ b/compiler/testData/diagnostics/tests/evaluate/qualifiedExpressions.txt @@ -6,4 +6,4 @@ package example { package example.ns { internal val y: kotlin.Any? = 2 } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/evaluate/unaryMinusDepOnExpType.txt b/compiler/testData/diagnostics/tests/evaluate/unaryMinusDepOnExpType.txt index 70534fb3490..2f51c965b6e 100644 --- a/compiler/testData/diagnostics/tests/evaluate/unaryMinusDepOnExpType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/unaryMinusDepOnExpType.txt @@ -4,4 +4,4 @@ internal fun fooByte(/*0*/ p: kotlin.Byte): kotlin.Byte internal fun fooInt(/*0*/ p: kotlin.Int): kotlin.Int internal fun fooLong(/*0*/ p: kotlin.Long): kotlin.Long internal fun fooShort(/*0*/ p: kotlin.Short): kotlin.Short -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndepWoExpType.txt b/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndepWoExpType.txt index dca8aa3fa02..53360321660 100644 --- a/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndepWoExpType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndepWoExpType.txt @@ -10,4 +10,4 @@ internal fun fooByte(/*0*/ p: kotlin.Byte): kotlin.Byte internal fun fooInt(/*0*/ p: kotlin.Int): kotlin.Int internal fun fooLong(/*0*/ p: kotlin.Long): kotlin.Long internal fun fooShort(/*0*/ p: kotlin.Short): kotlin.Short -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndependentExpType.txt b/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndependentExpType.txt index 2e1d155271d..0e775c7b73d 100644 --- a/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndependentExpType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/unaryMinusIndependentExpType.txt @@ -23,4 +23,4 @@ internal val p4: kotlin.Short = -1.toShort() internal val s1: kotlin.Byte = -1 internal val s2: kotlin.Int = -1 internal val s3: kotlin.Long = -1 -internal val s4: kotlin.Short = -1 \ No newline at end of file +internal val s4: kotlin.Short = -1 diff --git a/compiler/testData/diagnostics/tests/evaluate/wrongLongSuffix.txt b/compiler/testData/diagnostics/tests/evaluate/wrongLongSuffix.txt index b7ac10a4b37..ac3b27392ff 100644 --- a/compiler/testData/diagnostics/tests/evaluate/wrongLongSuffix.txt +++ b/compiler/testData/diagnostics/tests/evaluate/wrongLongSuffix.txt @@ -9,4 +9,4 @@ internal val a5: kotlin.Int = 1.toLong() internal val a6: kotlin.Long = 1.toLong() internal val a7: kotlin.Long = 1.toLong() internal val a8: kotlin.Long = 1.toLong() -internal val a9: kotlin.Long = 1.toLong() \ No newline at end of file +internal val a9: kotlin.Long = 1.toLong() diff --git a/compiler/testData/diagnostics/tests/extensions/ExtensionFunctions.txt b/compiler/testData/diagnostics/tests/extensions/ExtensionFunctions.txt index b7db98aa1cb..76de4815ee2 100644 --- a/compiler/testData/diagnostics/tests/extensions/ExtensionFunctions.txt +++ b/compiler/testData/diagnostics/tests/extensions/ExtensionFunctions.txt @@ -34,4 +34,4 @@ package outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/ExtensionsCalledOnSuper.txt b/compiler/testData/diagnostics/tests/extensions/ExtensionsCalledOnSuper.txt index 056619cba8e..980c27a356b 100644 --- a/compiler/testData/diagnostics/tests/extensions/ExtensionsCalledOnSuper.txt +++ b/compiler/testData/diagnostics/tests/extensions/ExtensionsCalledOnSuper.txt @@ -22,4 +22,4 @@ internal trait T { internal open fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/GenericIterator.txt b/compiler/testData/diagnostics/tests/extensions/GenericIterator.txt index cbb97cd66de..89397c6ee32 100644 --- a/compiler/testData/diagnostics/tests/extensions/GenericIterator.txt +++ b/compiler/testData/diagnostics/tests/extensions/GenericIterator.txt @@ -10,4 +10,4 @@ internal trait MyIterator { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal abstract fun next(): T public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/GenericIterator2.txt b/compiler/testData/diagnostics/tests/extensions/GenericIterator2.txt index 83c85c86d96..1b5321a2963 100644 --- a/compiler/testData/diagnostics/tests/extensions/GenericIterator2.txt +++ b/compiler/testData/diagnostics/tests/extensions/GenericIterator2.txt @@ -1,4 +1,4 @@ package internal fun a(/*0*/ e: java.util.Enumeration): kotlin.Unit -internal fun java.util.Enumeration.iterator(): kotlin.Iterator \ No newline at end of file +internal fun java.util.Enumeration.iterator(): kotlin.Iterator diff --git a/compiler/testData/diagnostics/tests/extensions/classObject.txt b/compiler/testData/diagnostics/tests/extensions/classObject.txt index 6b593ae3da2..c30593d9dc3 100644 --- a/compiler/testData/diagnostics/tests/extensions/classObject.txt +++ b/compiler/testData/diagnostics/tests/extensions/classObject.txt @@ -39,4 +39,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/extensionMemberInClassObject.txt b/compiler/testData/diagnostics/tests/extensions/extensionMemberInClassObject.txt index f16106c6c47..b6077b79bd0 100644 --- a/compiler/testData/diagnostics/tests/extensions/extensionMemberInClassObject.txt +++ b/compiler/testData/diagnostics/tests/extensions/extensionMemberInClassObject.txt @@ -23,4 +23,4 @@ internal trait JPAEntityClass { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal open fun T.findByName(/*0*/ s: kotlin.String): D -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/kt1875.txt b/compiler/testData/diagnostics/tests/extensions/kt1875.txt index 65b0cdbe14d..29dfce5161a 100644 --- a/compiler/testData/diagnostics/tests/extensions/kt1875.txt +++ b/compiler/testData/diagnostics/tests/extensions/kt1875.txt @@ -11,4 +11,4 @@ package kt1875 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/kt2317.txt b/compiler/testData/diagnostics/tests/extensions/kt2317.txt index 753d6f3fae6..267936e3cac 100644 --- a/compiler/testData/diagnostics/tests/extensions/kt2317.txt +++ b/compiler/testData/diagnostics/tests/extensions/kt2317.txt @@ -5,4 +5,4 @@ package kt2317 { internal fun quux(/*0*/ x: kotlin.Int?): kotlin.Unit internal fun kotlin.Any?.bar(): kotlin.Unit internal fun kotlin.Any?.baz(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/kt3470.txt b/compiler/testData/diagnostics/tests/extensions/kt3470.txt index a6be88812b5..a55f167af44 100644 --- a/compiler/testData/diagnostics/tests/extensions/kt3470.txt +++ b/compiler/testData/diagnostics/tests/extensions/kt3470.txt @@ -15,4 +15,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/kt3563.txt b/compiler/testData/diagnostics/tests/extensions/kt3563.txt index a99545e4c56..5dd76cd824a 100644 --- a/compiler/testData/diagnostics/tests/extensions/kt3563.txt +++ b/compiler/testData/diagnostics/tests/extensions/kt3563.txt @@ -10,4 +10,4 @@ package bar { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/kt819ExtensionProperties.txt b/compiler/testData/diagnostics/tests/extensions/kt819ExtensionProperties.txt index 44330f3a380..645e5550296 100644 --- a/compiler/testData/diagnostics/tests/extensions/kt819ExtensionProperties.txt +++ b/compiler/testData/diagnostics/tests/extensions/kt819ExtensionProperties.txt @@ -24,4 +24,4 @@ internal final class B : A { internal final fun use(/*0*/ s: kotlin.String): kotlin.Unit internal open override /*1*/ fun kotlin.Int.foo(): kotlin.Unit internal open override /*1*/ fun kotlin.String.foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/noClassObjectsInJava.txt b/compiler/testData/diagnostics/tests/extensions/noClassObjectsInJava.txt index 5bb31aac792..da5923dadea 100644 --- a/compiler/testData/diagnostics/tests/extensions/noClassObjectsInJava.txt +++ b/compiler/testData/diagnostics/tests/extensions/noClassObjectsInJava.txt @@ -19,4 +19,4 @@ public open class A { // Static members public open fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/object.txt b/compiler/testData/diagnostics/tests/extensions/object.txt index 4a5010d41cb..d4c04a1a8a6 100644 --- a/compiler/testData/diagnostics/tests/extensions/object.txt +++ b/compiler/testData/diagnostics/tests/extensions/object.txt @@ -16,4 +16,4 @@ internal object O { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver.txt b/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver.txt index b598360da21..87360dc1e79 100644 --- a/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver.txt +++ b/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver.txt @@ -20,4 +20,4 @@ package bar { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver2.txt b/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver2.txt index 380949d3a0a..3db27efbd87 100644 --- a/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver2.txt +++ b/compiler/testData/diagnostics/tests/extensions/throwOutCandidatesByReceiver2.txt @@ -10,4 +10,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/DanglingFunctionLiteral.txt b/compiler/testData/diagnostics/tests/functionLiterals/DanglingFunctionLiteral.txt index da702c6cd44..e5eba5ec160 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/DanglingFunctionLiteral.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/DanglingFunctionLiteral.txt @@ -23,4 +23,4 @@ internal final class Foo1 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParameterTypeMismatchVariance.txt b/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParameterTypeMismatchVariance.txt index b7d8124787b..ece8894eb4c 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParameterTypeMismatchVariance.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParameterTypeMismatchVariance.txt @@ -22,4 +22,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParametersTypesMismatch.txt b/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParametersTypesMismatch.txt index 2f2632349c9..5b687783d1d 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParametersTypesMismatch.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/ExpectedParametersTypesMismatch.txt @@ -5,4 +5,4 @@ package a { internal fun foo1(/*0*/ f: (kotlin.Int) -> kotlin.String): (kotlin.Int) -> kotlin.String internal fun foo2(/*0*/ f: (kotlin.Int, kotlin.String) -> kotlin.String): (kotlin.Int, kotlin.String) -> kotlin.String internal fun test1(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/LabeledFunctionLiterals.txt b/compiler/testData/diagnostics/tests/functionLiterals/LabeledFunctionLiterals.txt index cc6f3c1ca16..30a4dfb0f04 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/LabeledFunctionLiterals.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/LabeledFunctionLiterals.txt @@ -22,4 +22,4 @@ package h { public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/NoDanglingFunctionLiteralForNestedCalls.txt b/compiler/testData/diagnostics/tests/functionLiterals/NoDanglingFunctionLiteralForNestedCalls.txt index 975fd7d3a66..8b731b6bdbf 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/NoDanglingFunctionLiteralForNestedCalls.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/NoDanglingFunctionLiteralForNestedCalls.txt @@ -4,4 +4,4 @@ package baz { internal fun foo(): (() -> kotlin.Unit) -> kotlin.Unit internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/functionLIteralInBlockInIf.txt b/compiler/testData/diagnostics/tests/functionLiterals/functionLIteralInBlockInIf.txt index 7309941052c..cfdc71b1087 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/functionLIteralInBlockInIf.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/functionLIteralInBlockInIf.txt @@ -8,4 +8,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/functionLiteralWithoutArgumentList.txt b/compiler/testData/diagnostics/tests/functionLiterals/functionLiteralWithoutArgumentList.txt index 225059529ba..7d3d734dd9b 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/functionLiteralWithoutArgumentList.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/functionLiteralWithoutArgumentList.txt @@ -9,4 +9,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/kt2906.txt b/compiler/testData/diagnostics/tests/functionLiterals/kt2906.txt index aa093b916d2..f7f2aff75dd 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/kt2906.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/kt2906.txt @@ -6,4 +6,4 @@ package bug { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun println(/*0*/ s: kotlin.String): kotlin.String internal fun run(/*0*/ f: () -> T): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/kt4529.txt b/compiler/testData/diagnostics/tests/functionLiterals/kt4529.txt index b3ffe83b7c8..babbc125342 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/kt4529.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/kt4529.txt @@ -9,4 +9,4 @@ internal final class G { internal final fun foo(/*0*/ bar: (kotlin.Int) -> kotlin.Int): (kotlin.Int) -> kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabels.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabels.txt index 2dade6fd526..ba4648708b2 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabels.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabels.txt @@ -1,4 +1,4 @@ package internal fun f(): kotlin.Unit -internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabelsNonLocal.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabelsNonLocal.txt index 0ed6e8afc68..199847be283 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabelsNonLocal.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/AutoLabelsNonLocal.txt @@ -2,4 +2,4 @@ package internal fun bar(/*0*/ a: kotlin.Any): kotlin.Unit internal fun f(): kotlin.Unit -internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/ForbiddenNonLocalReturnNoType.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/ForbiddenNonLocalReturnNoType.txt index ddbd6cf8b60..5ff3eb4e755 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/ForbiddenNonLocalReturnNoType.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/ForbiddenNonLocalReturnNoType.txt @@ -3,4 +3,4 @@ package internal fun run(/*0*/ f: () -> T): T internal fun test(): kotlin.Unit internal fun test2(): kotlin.Unit -internal fun test3(): kotlin.Unit \ No newline at end of file +internal fun test3(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalAndNonLocalReturnInLambda.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalAndNonLocalReturnInLambda.txt index a40ee3746f4..75d63814cc4 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalAndNonLocalReturnInLambda.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalAndNonLocalReturnInLambda.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test2(/*0*/ a: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun test2(/*0*/ a: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelNoParens.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelNoParens.txt index b946d693766..0414f0ba6ed 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelNoParens.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelNoParens.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test2(): kotlin.Unit \ No newline at end of file +internal fun test2(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelParens.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelParens.txt index a3bd32ed1a9..a31ad41b505 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelParens.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnExplicitLabelParens.txt @@ -2,4 +2,4 @@ package internal fun run(/*0*/ f: () -> T): T internal fun test(): kotlin.Unit -internal fun test1(): kotlin.Unit \ No newline at end of file +internal fun test1(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnHasTypeNothing.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnHasTypeNothing.txt index 211075ffd4d..28feb33191c 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnHasTypeNothing.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnHasTypeNothing.txt @@ -1,4 +1,4 @@ package internal fun run1(/*0*/ f: () -> T): T -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedFunction.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedFunction.txt index cad2787655c..56ac74c12ce 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedFunction.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedFunction.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedLambda.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedLambda.txt index cad2787655c..56ac74c12ce 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedLambda.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnInNestedLambda.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnNoCoercionToUnit.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnNoCoercionToUnit.txt index da3d80d875b..e2c917f66ab 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnNoCoercionToUnit.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnNoCoercionToUnit.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnUnit.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnUnit.txt index da3d80d875b..e2c917f66ab 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnUnit.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnUnit.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnsWithExplicitReturnType.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnsWithExplicitReturnType.txt index da3d80d875b..e2c917f66ab 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnsWithExplicitReturnType.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/LocalReturnsWithExplicitReturnType.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/return/MixedReturnsFromLambda.txt b/compiler/testData/diagnostics/tests/functionLiterals/return/MixedReturnsFromLambda.txt index 634d1004503..03432d67aa6 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/return/MixedReturnsFromLambda.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/return/MixedReturnsFromLambda.txt @@ -19,4 +19,4 @@ internal trait C : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/returnNull.txt b/compiler/testData/diagnostics/tests/functionLiterals/returnNull.txt index d6872a0d60d..8c2db7bb5db 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/returnNull.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/returnNull.txt @@ -9,4 +9,4 @@ package m { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteral.txt b/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteral.txt index 54274781198..b89f30e1c7a 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteral.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteral.txt @@ -1,4 +1,4 @@ package internal fun unusedLiteral(): kotlin.Unit -internal fun unusedLiteralInDoWhile(): kotlin.Unit \ No newline at end of file +internal fun unusedLiteralInDoWhile(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteralInsideUnitLiteral.txt b/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteralInsideUnitLiteral.txt index ae84e50b895..728496a8d18 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteralInsideUnitLiteral.txt +++ b/compiler/testData/diagnostics/tests/functionLiterals/unusedLiteralInsideUnitLiteral.txt @@ -1,4 +1,4 @@ package internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -internal fun T.run(/*0*/ f: (T) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun T.run(/*0*/ f: (T) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/generics/ClassObjectBoundsAreNotSupported.txt b/compiler/testData/diagnostics/tests/generics/ClassObjectBoundsAreNotSupported.txt index 856ceef810c..8b0ba58fe3f 100644 --- a/compiler/testData/diagnostics/tests/generics/ClassObjectBoundsAreNotSupported.txt +++ b/compiler/testData/diagnostics/tests/generics/ClassObjectBoundsAreNotSupported.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/Projections.txt b/compiler/testData/diagnostics/tests/generics/Projections.txt index 1dd3d3eb861..9411f8e6610 100644 --- a/compiler/testData/diagnostics/tests/generics/Projections.txt +++ b/compiler/testData/diagnostics/tests/generics/Projections.txt @@ -29,4 +29,4 @@ internal final class Out { internal final fun f(/*0*/ a: kotlin.Int): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/PseudoRawTypes.txt b/compiler/testData/diagnostics/tests/generics/PseudoRawTypes.txt index 4e1821c29e6..b5f013edbeb 100644 --- a/compiler/testData/diagnostics/tests/generics/PseudoRawTypes.txt +++ b/compiler/testData/diagnostics/tests/generics/PseudoRawTypes.txt @@ -10,4 +10,4 @@ package test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/RawTypeInIsExpression.txt b/compiler/testData/diagnostics/tests/generics/RawTypeInIsExpression.txt index 6218a66568a..925b5a5d5f7 100644 --- a/compiler/testData/diagnostics/tests/generics/RawTypeInIsExpression.txt +++ b/compiler/testData/diagnostics/tests/generics/RawTypeInIsExpression.txt @@ -2,4 +2,4 @@ package package p { public fun foo(/*0*/ a: kotlin.Any): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/RawTypeInIsPattern.txt b/compiler/testData/diagnostics/tests/generics/RawTypeInIsPattern.txt index 2bcca489cb9..fd1d64f618d 100644 --- a/compiler/testData/diagnostics/tests/generics/RawTypeInIsPattern.txt +++ b/compiler/testData/diagnostics/tests/generics/RawTypeInIsPattern.txt @@ -1,3 +1,3 @@ package -public fun foo(/*0*/ a: kotlin.Any, /*1*/ b: [ERROR : Map]): kotlin.Unit \ No newline at end of file +public fun foo(/*0*/ a: kotlin.Any, /*1*/ b: [ERROR : Map]): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundCheck.txt b/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundCheck.txt index c1cb654756a..d55f158218d 100644 --- a/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundCheck.txt +++ b/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundCheck.txt @@ -19,4 +19,4 @@ internal final class TestOK : C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundWithTwoArguments.txt b/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundWithTwoArguments.txt index a0176499075..2ae40072a78 100644 --- a/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundWithTwoArguments.txt +++ b/compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundWithTwoArguments.txt @@ -5,4 +5,4 @@ internal final class D, /*1*/ B : D> { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/kt1575-Class.txt b/compiler/testData/diagnostics/tests/generics/kt1575-Class.txt index 31025fe7f8e..dfb1bf3af67 100644 --- a/compiler/testData/diagnostics/tests/generics/kt1575-Class.txt +++ b/compiler/testData/diagnostics/tests/generics/kt1575-Class.txt @@ -5,4 +5,4 @@ internal final class C> { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/kt1575-ClassObject.txt b/compiler/testData/diagnostics/tests/generics/kt1575-ClassObject.txt index 9c45c0a1df5..1587f0b81b0 100644 --- a/compiler/testData/diagnostics/tests/generics/kt1575-ClassObject.txt +++ b/compiler/testData/diagnostics/tests/generics/kt1575-ClassObject.txt @@ -5,4 +5,4 @@ internal final class CO { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/kt1575-Function.txt b/compiler/testData/diagnostics/tests/generics/kt1575-Function.txt index eddfcb3b03e..93d9454cf2c 100644 --- a/compiler/testData/diagnostics/tests/generics/kt1575-Function.txt +++ b/compiler/testData/diagnostics/tests/generics/kt1575-Function.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/recursive.txt b/compiler/testData/diagnostics/tests/generics/recursive.txt index 37f5bfd4d84..27a7889eaf5 100644 --- a/compiler/testData/diagnostics/tests/generics/recursive.txt +++ b/compiler/testData/diagnostics/tests/generics/recursive.txt @@ -20,4 +20,4 @@ internal trait Rec { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/resolveGenericBoundsBeforeSupertypes.txt b/compiler/testData/diagnostics/tests/generics/resolveGenericBoundsBeforeSupertypes.txt index 7eafa3f49fe..e3e3c7a1d64 100644 --- a/compiler/testData/diagnostics/tests/generics/resolveGenericBoundsBeforeSupertypes.txt +++ b/compiler/testData/diagnostics/tests/generics/resolveGenericBoundsBeforeSupertypes.txt @@ -25,4 +25,4 @@ internal final class V { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/tpAsReified/Conventions.txt b/compiler/testData/diagnostics/tests/generics/tpAsReified/Conventions.txt index 70a6eaf4048..8b0fa168830 100644 --- a/compiler/testData/diagnostics/tests/generics/tpAsReified/Conventions.txt +++ b/compiler/testData/diagnostics/tests/generics/tpAsReified/Conventions.txt @@ -2,4 +2,4 @@ package internal fun main(/*0*/ tp: A, /*1*/ any: kotlin.Any): kotlin.Unit internal fun T.invoke(): T -internal fun T.plus(/*0*/ p: T): T \ No newline at end of file +internal fun T.plus(/*0*/ p: T): T diff --git a/compiler/testData/diagnostics/tests/generics/tpAsReified/InConstructor.txt b/compiler/testData/diagnostics/tests/generics/tpAsReified/InConstructor.txt index b30b7c324b1..a2bc67d82fd 100644 --- a/compiler/testData/diagnostics/tests/generics/tpAsReified/InConstructor.txt +++ b/compiler/testData/diagnostics/tests/generics/tpAsReified/InConstructor.txt @@ -8,4 +8,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/tpAsReified/InFunction.txt b/compiler/testData/diagnostics/tests/generics/tpAsReified/InFunction.txt index 56c30d84cc1..1d353e04283 100644 --- a/compiler/testData/diagnostics/tests/generics/tpAsReified/InFunction.txt +++ b/compiler/testData/diagnostics/tests/generics/tpAsReified/InFunction.txt @@ -2,4 +2,4 @@ package internal fun f(): T internal fun id(/*0*/ p: T): T -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/generics/tpAsReified/InProperty.txt b/compiler/testData/diagnostics/tests/generics/tpAsReified/InProperty.txt index b41b9d1de18..5849c2568ef 100644 --- a/compiler/testData/diagnostics/tests/generics/tpAsReified/InProperty.txt +++ b/compiler/testData/diagnostics/tests/generics/tpAsReified/InProperty.txt @@ -2,4 +2,4 @@ package internal val v: T internal fun id(/*0*/ p: T): T -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/generics/tpAsReified/InType.txt b/compiler/testData/diagnostics/tests/generics/tpAsReified/InType.txt index d4d2b10fbc3..54d21bffe71 100644 --- a/compiler/testData/diagnostics/tests/generics/tpAsReified/InType.txt +++ b/compiler/testData/diagnostics/tests/generics/tpAsReified/InType.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/varProjection/setterNotProjectedOutAssign.txt b/compiler/testData/diagnostics/tests/generics/varProjection/setterNotProjectedOutAssign.txt index fb493e1e26c..2293e513899 100644 --- a/compiler/testData/diagnostics/tests/generics/varProjection/setterNotProjectedOutAssign.txt +++ b/compiler/testData/diagnostics/tests/generics/varProjection/setterNotProjectedOutAssign.txt @@ -15,4 +15,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutAssign.txt b/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutAssign.txt index 4f69cf8b64a..57240dff538 100644 --- a/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutAssign.txt +++ b/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutAssign.txt @@ -15,4 +15,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutNoPlusAssign.txt b/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutNoPlusAssign.txt index 4bd5c6008cf..62a71d2c381 100644 --- a/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutNoPlusAssign.txt +++ b/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutNoPlusAssign.txt @@ -7,4 +7,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutPlusAssignDefined.txt b/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutPlusAssignDefined.txt index a1b14ecbfa4..7d6e5b42e71 100644 --- a/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutPlusAssignDefined.txt +++ b/compiler/testData/diagnostics/tests/generics/varProjection/setterProjectedOutPlusAssignDefined.txt @@ -15,4 +15,4 @@ internal trait Tr { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/imports/ImportResolutionOrder.txt b/compiler/testData/diagnostics/tests/imports/ImportResolutionOrder.txt index 32cabf2ee39..befbee9c134 100644 --- a/compiler/testData/diagnostics/tests/imports/ImportResolutionOrder.txt +++ b/compiler/testData/diagnostics/tests/imports/ImportResolutionOrder.txt @@ -26,4 +26,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/imports/ImportsHiddenByDefinitionInTheSameFile.txt b/compiler/testData/diagnostics/tests/imports/ImportsHiddenByDefinitionInTheSameFile.txt index 4959d1ca867..bede5945244 100644 --- a/compiler/testData/diagnostics/tests/imports/ImportsHiddenByDefinitionInTheSameFile.txt +++ b/compiler/testData/diagnostics/tests/imports/ImportsHiddenByDefinitionInTheSameFile.txt @@ -5,4 +5,4 @@ internal final class List { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/imports/RenameOnImport.txt b/compiler/testData/diagnostics/tests/imports/RenameOnImport.txt index 18c8527e3c8..d6764092516 100644 --- a/compiler/testData/diagnostics/tests/imports/RenameOnImport.txt +++ b/compiler/testData/diagnostics/tests/imports/RenameOnImport.txt @@ -6,4 +6,4 @@ package a { package b { internal val y: kotlin.Int = 1 -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/NoSenselessComparisonForErrorType.txt b/compiler/testData/diagnostics/tests/incompleteCode/NoSenselessComparisonForErrorType.txt index 127e2a03dbe..f161d6731cf 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/NoSenselessComparisonForErrorType.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/NoSenselessComparisonForErrorType.txt @@ -2,4 +2,4 @@ package package a { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/SupertypeOfErrorType.txt b/compiler/testData/diagnostics/tests/incompleteCode/SupertypeOfErrorType.txt index 942b9cfa094..a815871b038 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/SupertypeOfErrorType.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/SupertypeOfErrorType.txt @@ -4,4 +4,4 @@ package a { internal fun bar(/*0*/ i: kotlin.Int, /*1*/ a: [ERROR : U]): kotlin.Unit kotlin.inline() public fun comparator(/*0*/ fn: (T, T) -> kotlin.Int): java.util.Comparator internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/arrayBracketsRange.txt b/compiler/testData/diagnostics/tests/incompleteCode/arrayBracketsRange.txt index 96888e7eba9..9387f085fc3 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/arrayBracketsRange.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/arrayBracketsRange.txt @@ -2,4 +2,4 @@ package package b { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/checkNothingIsSubtype.txt b/compiler/testData/diagnostics/tests/incompleteCode/checkNothingIsSubtype.txt index 2a878886d13..68dc6a23815 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/checkNothingIsSubtype.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/checkNothingIsSubtype.txt @@ -10,4 +10,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/controlStructuresErrors.txt b/compiler/testData/diagnostics/tests/incompleteCode/controlStructuresErrors.txt index 73ec710991c..961bbb49b96 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/controlStructuresErrors.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/controlStructuresErrors.txt @@ -1,4 +1,4 @@ package internal fun test1(): kotlin.Unit -internal fun test2(/*0*/ l: kotlin.List<[ERROR : AA]>): kotlin.Unit \ No newline at end of file +internal fun test2(/*0*/ l: kotlin.List<[ERROR : AA]>): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/arrayExpression.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/arrayExpression.txt index 3806835cd17..acba0c31a84 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/arrayExpression.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/arrayExpression.txt @@ -2,4 +2,4 @@ package package bar { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/checkBackingFieldException.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/checkBackingFieldException.txt index d457e9e1fe0..3c4931e05e7 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/checkBackingFieldException.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/checkBackingFieldException.txt @@ -11,4 +11,4 @@ package h { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/completeFunctionArgumentsOfNestedCalls.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/completeFunctionArgumentsOfNestedCalls.txt index 4e529f9048b..ea5d81f4b1c 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/completeFunctionArgumentsOfNestedCalls.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/completeFunctionArgumentsOfNestedCalls.txt @@ -2,4 +2,4 @@ package package c { internal fun demo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funEquals.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funEquals.txt index 9695e56b2ac..fe244da0a3c 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funEquals.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funEquals.txt @@ -1,3 +1,3 @@ package -internal fun foo(): [ERROR : No type, no body] \ No newline at end of file +internal fun foo(): [ERROR : No type, no body] diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funKeyword.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funKeyword.txt index 6977d345240..19b9e56abdc 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funKeyword.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funKeyword.txt @@ -1,3 +1,3 @@ package -internal fun (): kotlin.Unit \ No newline at end of file +internal fun (): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funcitonTypes.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funcitonTypes.txt index 2b802b68b67..47160a1d452 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funcitonTypes.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funcitonTypes.txt @@ -6,4 +6,4 @@ internal final class A : ([ERROR : No type element]) -> [ERROR : No type element public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: [ERROR : No type element]): [ERROR : No type element] public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteEnumReference.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteEnumReference.txt index e0ab83b278e..c89244de24a 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteEnumReference.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteEnumReference.txt @@ -74,4 +74,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteVal.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteVal.txt index c65b9413073..70e7602dcf5 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteVal.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteVal.txt @@ -2,4 +2,4 @@ package package c { internal val i: [ERROR : No type, no body] -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteValWithAccessor.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteValWithAccessor.txt index a1e1b998616..4a69b4b7b30 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteValWithAccessor.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteValWithAccessor.txt @@ -2,4 +2,4 @@ package package c { internal val i: kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteWhen.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteWhen.txt index 284b8ee09e3..ea0b217dac1 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteWhen.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteWhen.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ a: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ a: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/namedFun.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/namedFun.txt index f3686eb62ce..b015afc1ae0 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/namedFun.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/namedFun.txt @@ -1,3 +1,3 @@ package -internal fun bar(): kotlin.Unit \ No newline at end of file +internal fun bar(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/noTypeParamsInReturnType.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/noTypeParamsInReturnType.txt index 0220dc12c7c..6de06679aee 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/noTypeParamsInReturnType.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/noTypeParamsInReturnType.txt @@ -4,4 +4,4 @@ package b { internal fun bar123(): kotlin.Unit internal fun foo(/*0*/ map: kotlin.Map): R internal fun getMap(): kotlin.Map -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/typeReferenceError.txt b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/typeReferenceError.txt index 46c531f7a10..80c6c2931a1 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/typeReferenceError.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/typeReferenceError.txt @@ -9,4 +9,4 @@ package typeReferenceError { public abstract override /*1*/ /*fake_override*/ fun invoke(/*0*/ p1: [ERROR : No type element]): [ERROR : main] public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/inExpr.txt b/compiler/testData/diagnostics/tests/incompleteCode/inExpr.txt index 9e10e8506f9..61faced0562 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/inExpr.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/inExpr.txt @@ -2,4 +2,4 @@ package package l { internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/incompleteAssignment.txt b/compiler/testData/diagnostics/tests/incompleteCode/incompleteAssignment.txt index bb4f972ec7c..7b394095140 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/incompleteAssignment.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/incompleteAssignment.txt @@ -5,4 +5,4 @@ package sum { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun sum(/*0*/ a: kotlin.IntArray): kotlin.Int internal fun test(/*0*/ expectedSum: kotlin.Int, /*1*/ vararg data: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/incompleteEquals.txt b/compiler/testData/diagnostics/tests/incompleteCode/incompleteEquals.txt index 07ee8085d07..ab4f2f419f3 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/incompleteEquals.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/incompleteEquals.txt @@ -2,4 +2,4 @@ package package a { internal fun foo(/*0*/ a: kotlin.Any): kotlin.Boolean -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/kt1955.txt b/compiler/testData/diagnostics/tests/incompleteCode/kt1955.txt index 669b264d85a..cbe7f9b5c6e 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/kt1955.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/kt1955.txt @@ -2,4 +2,4 @@ package package b { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/kt2014.txt b/compiler/testData/diagnostics/tests/incompleteCode/kt2014.txt index 7152d5056c0..c52f950de75 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/kt2014.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/kt2014.txt @@ -26,4 +26,4 @@ package c { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/kt4866UnresolvedArrayAccess.txt b/compiler/testData/diagnostics/tests/incompleteCode/kt4866UnresolvedArrayAccess.txt index bb4a1faf950..b9d8af302cd 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/kt4866UnresolvedArrayAccess.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/kt4866UnresolvedArrayAccess.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ i: kotlin.Int, /*1*/ j: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ i: kotlin.Int, /*1*/ j: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/incompleteCode/plusOnTheRight.txt b/compiler/testData/diagnostics/tests/incompleteCode/plusOnTheRight.txt index f6eb7614ff1..b5729a640fb 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/plusOnTheRight.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/plusOnTheRight.txt @@ -10,4 +10,4 @@ package a { public final fun plus(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/pseudocodeTraverseNextInstructions.txt b/compiler/testData/diagnostics/tests/incompleteCode/pseudocodeTraverseNextInstructions.txt index 669b264d85a..cbe7f9b5c6e 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/pseudocodeTraverseNextInstructions.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/pseudocodeTraverseNextInstructions.txt @@ -2,4 +2,4 @@ package package b { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/senselessComparisonWithNull.txt b/compiler/testData/diagnostics/tests/incompleteCode/senselessComparisonWithNull.txt index c9580b3f127..b493a99cfff 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/senselessComparisonWithNull.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/senselessComparisonWithNull.txt @@ -2,4 +2,4 @@ package package d { internal fun foo(/*0*/ a: kotlin.IntArray): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/typeParameterOnLhsOfDot.txt b/compiler/testData/diagnostics/tests/incompleteCode/typeParameterOnLhsOfDot.txt index b7da40904b8..4ed74d490fa 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/typeParameterOnLhsOfDot.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/typeParameterOnLhsOfDot.txt @@ -9,4 +9,4 @@ package bar { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/incompleteCode/unresolvedArguments.txt b/compiler/testData/diagnostics/tests/incompleteCode/unresolvedArguments.txt index 94271839a11..7c1b940eee5 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/unresolvedArguments.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/unresolvedArguments.txt @@ -4,4 +4,4 @@ internal fun bar(/*0*/ i: kotlin.Int): kotlin.Unit internal fun bar(/*0*/ s: kotlin.String): kotlin.Unit internal fun foo(/*0*/ i: kotlin.Int, /*1*/ t: T): kotlin.Unit internal fun foo(/*0*/ s: kotlin.String, /*1*/ t: T): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/incompleteCode/unresolvedOperation.txt b/compiler/testData/diagnostics/tests/incompleteCode/unresolvedOperation.txt index fc2b4c26973..80043f1024c 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/unresolvedOperation.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/unresolvedOperation.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ a: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ a: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/incompleteCode/variableDeclarationInSelector.txt b/compiler/testData/diagnostics/tests/incompleteCode/variableDeclarationInSelector.txt index 930c61b9046..8ae1467f7a7 100644 --- a/compiler/testData/diagnostics/tests/incompleteCode/variableDeclarationInSelector.txt +++ b/compiler/testData/diagnostics/tests/incompleteCode/variableDeclarationInSelector.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ s: kotlin.String): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ s: kotlin.String): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inference/NoInferenceFromDeclaredBounds.txt b/compiler/testData/diagnostics/tests/inference/NoInferenceFromDeclaredBounds.txt index a1c923c72f0..31b1aef6af8 100644 --- a/compiler/testData/diagnostics/tests/inference/NoInferenceFromDeclaredBounds.txt +++ b/compiler/testData/diagnostics/tests/inference/NoInferenceFromDeclaredBounds.txt @@ -3,4 +3,4 @@ package internal val n: kotlin.Nothing internal fun foo1(): kotlin.Unit internal fun fooT22(): T? -internal fun T?.sure(): T \ No newline at end of file +internal fun T?.sure(): T diff --git a/compiler/testData/diagnostics/tests/inference/arrayConstructor.txt b/compiler/testData/diagnostics/tests/inference/arrayConstructor.txt index 16f22e1ec67..17ce170f7e8 100644 --- a/compiler/testData/diagnostics/tests/inference/arrayConstructor.txt +++ b/compiler/testData/diagnostics/tests/inference/arrayConstructor.txt @@ -2,4 +2,4 @@ package package b { internal fun bar(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveAmbiguity.txt b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveAmbiguity.txt index ef83d702fce..fada5d5c873 100644 --- a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveAmbiguity.txt @@ -4,4 +4,4 @@ package f { internal fun g(/*0*/ a: kotlin.Any, /*1*/ i: kotlin.Int): kotlin.Collection internal fun g(/*0*/ i: kotlin.Int, /*1*/ a: kotlin.Any): kotlin.List internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveFunctionLiteralsNoUse.txt b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveFunctionLiteralsNoUse.txt index c32cf16d91b..f33d11421d9 100644 --- a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveFunctionLiteralsNoUse.txt +++ b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveFunctionLiteralsNoUse.txt @@ -4,4 +4,4 @@ package f { internal fun h(/*0*/ a: kotlin.Any, /*1*/ i: kotlin.Int, /*2*/ r: R, /*3*/ f: (kotlin.Boolean) -> kotlin.Int): kotlin.Int internal fun h(/*0*/ i: kotlin.Int, /*1*/ a: kotlin.Any, /*2*/ r: R, /*3*/ f: (kotlin.Boolean) -> kotlin.Int): kotlin.Int internal fun test(): [ERROR : Error function type] -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoInfoForParameter.txt b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoInfoForParameter.txt index 6de9755cb0c..6fa1daecf37 100644 --- a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoInfoForParameter.txt +++ b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoInfoForParameter.txt @@ -5,4 +5,4 @@ package f { internal fun f(/*0*/ a: kotlin.Any, /*1*/ l: kotlin.List): kotlin.Collection internal fun f(/*0*/ i: kotlin.Int, /*1*/ c: kotlin.Collection): kotlin.List internal fun test(/*0*/ l: kotlin.List): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoneApplicable.txt b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoneApplicable.txt index 31c0d224c19..bf28594ccc3 100644 --- a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoneApplicable.txt +++ b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoneApplicable.txt @@ -4,4 +4,4 @@ package f { internal fun f(/*0*/ a: kotlin.Any, /*1*/ t: T, /*2*/ l: kotlin.MutableList): kotlin.Unit internal fun f(/*0*/ i: kotlin.Int, /*1*/ t: T, /*2*/ c: kotlin.MutableCollection): kotlin.Unit internal fun test(/*0*/ l: kotlin.List): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveWithFunctionLiterals.txt b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveWithFunctionLiterals.txt index 11848ba2e3d..7777cc106d7 100644 --- a/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveWithFunctionLiterals.txt +++ b/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveWithFunctionLiterals.txt @@ -5,4 +5,4 @@ package f { internal fun h(/*0*/ f: (kotlin.Boolean) -> R): kotlin.Int internal fun h(/*0*/ f: (kotlin.String) -> R): kotlin.Int internal fun test(): [ERROR : Error function type] -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.txt b/compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.txt index 5b4bbb7c63d..af3b11914c4 100644 --- a/compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.txt +++ b/compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.txt @@ -4,4 +4,4 @@ package d { internal fun joinT(/*0*/ x: kotlin.Any, /*1*/ y: T): T? internal fun joinT(/*0*/ x: kotlin.Int, /*1*/ vararg a: T /*kotlin.Array*/): T? internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.txt b/compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.txt index a9d8a69df6b..4e4a6f1dede 100644 --- a/compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.txt +++ b/compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.txt @@ -5,4 +5,4 @@ package conflictingSubstitutions { internal fun list(/*0*/ value: T): java.util.ArrayList internal fun test(): kotlin.Unit internal fun R.elemAndListWithReceiver(/*0*/ r: R, /*1*/ t: kotlin.MutableList): R -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/constraints/constraintOnFunctionLiteral.txt b/compiler/testData/diagnostics/tests/inference/constraints/constraintOnFunctionLiteral.txt index 0042b5201a0..65da6b87ae7 100644 --- a/compiler/testData/diagnostics/tests/inference/constraints/constraintOnFunctionLiteral.txt +++ b/compiler/testData/diagnostics/tests/inference/constraints/constraintOnFunctionLiteral.txt @@ -4,4 +4,4 @@ package c { public fun > kotlin.Array.mapTo(/*0*/ result: C, /*1*/ transform: (T) -> R): C internal fun kotlin.Array.toArrayList(): java.util.ArrayList internal fun kotlin.Array.toIntArray(): kotlin.IntArray -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/constraints/equalityConstraintOnNullableType.txt b/compiler/testData/diagnostics/tests/inference/constraints/equalityConstraintOnNullableType.txt index ff256db3801..a3d3098e2f9 100644 --- a/compiler/testData/diagnostics/tests/inference/constraints/equalityConstraintOnNullableType.txt +++ b/compiler/testData/diagnostics/tests/inference/constraints/equalityConstraintOnNullableType.txt @@ -16,4 +16,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/constraints/notNullConstraintOnNullableType.txt b/compiler/testData/diagnostics/tests/inference/constraints/notNullConstraintOnNullableType.txt index 451b4a69209..8d032f97867 100644 --- a/compiler/testData/diagnostics/tests/inference/constraints/notNullConstraintOnNullableType.txt +++ b/compiler/testData/diagnostics/tests/inference/constraints/notNullConstraintOnNullableType.txt @@ -30,4 +30,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/constraints/subtypeConstraintOnNullableType.txt b/compiler/testData/diagnostics/tests/inference/constraints/subtypeConstraintOnNullableType.txt index 51b9ed0e592..4e14f0c7c11 100644 --- a/compiler/testData/diagnostics/tests/inference/constraints/subtypeConstraintOnNullableType.txt +++ b/compiler/testData/diagnostics/tests/inference/constraints/subtypeConstraintOnNullableType.txt @@ -22,4 +22,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/constraints/supertypeConstraintOnNullableType.txt b/compiler/testData/diagnostics/tests/inference/constraints/supertypeConstraintOnNullableType.txt index 4a0eca9ce80..d5a8a8a9f92 100644 --- a/compiler/testData/diagnostics/tests/inference/constraints/supertypeConstraintOnNullableType.txt +++ b/compiler/testData/diagnostics/tests/inference/constraints/supertypeConstraintOnNullableType.txt @@ -22,4 +22,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/dependOnExpectedType.txt b/compiler/testData/diagnostics/tests/inference/dependOnExpectedType.txt index b2de2ca7332..d6271b3efe1 100644 --- a/compiler/testData/diagnostics/tests/inference/dependOnExpectedType.txt +++ b/compiler/testData/diagnostics/tests/inference/dependOnExpectedType.txt @@ -9,4 +9,4 @@ package h { internal fun list(/*0*/ value: T): java.util.ArrayList internal fun newList(): java.util.ArrayList internal fun test1(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/dependantOnVariance.txt b/compiler/testData/diagnostics/tests/inference/dependantOnVariance.txt index c16133ebe39..861caeb7160 100644 --- a/compiler/testData/diagnostics/tests/inference/dependantOnVariance.txt +++ b/compiler/testData/diagnostics/tests/inference/dependantOnVariance.txt @@ -16,4 +16,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/dependantOnVarianceNullable.txt b/compiler/testData/diagnostics/tests/inference/dependantOnVarianceNullable.txt index b9eb65c4674..70124cf0246 100644 --- a/compiler/testData/diagnostics/tests/inference/dependantOnVarianceNullable.txt +++ b/compiler/testData/diagnostics/tests/inference/dependantOnVarianceNullable.txt @@ -3,4 +3,4 @@ package package b { internal fun comparator(/*0*/ fn: (T, T) -> kotlin.Int): java.util.Comparator internal fun foo(/*0*/ list: kotlin.List): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/functionPlaceholderError.txt b/compiler/testData/diagnostics/tests/inference/functionPlaceholderError.txt index 7390f3f3f4f..c848d64e91e 100644 --- a/compiler/testData/diagnostics/tests/inference/functionPlaceholderError.txt +++ b/compiler/testData/diagnostics/tests/inference/functionPlaceholderError.txt @@ -4,4 +4,4 @@ package a { internal fun emptyList(): kotlin.List internal fun foo(/*0*/ f: T.() -> kotlin.Unit, /*1*/ l: kotlin.List): T internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/hasErrorInConstrainingTypes.txt b/compiler/testData/diagnostics/tests/inference/hasErrorInConstrainingTypes.txt index 3be2b5e403a..75351ad427b 100644 --- a/compiler/testData/diagnostics/tests/inference/hasErrorInConstrainingTypes.txt +++ b/compiler/testData/diagnostics/tests/inference/hasErrorInConstrainingTypes.txt @@ -3,4 +3,4 @@ package package n { internal fun foo(/*0*/ t: T, /*1*/ t1: T): kotlin.Unit internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/immutableArrayList.txt b/compiler/testData/diagnostics/tests/inference/immutableArrayList.txt index e1c8bc22b31..dc5b15ba65d 100644 --- a/compiler/testData/diagnostics/tests/inference/immutableArrayList.txt +++ b/compiler/testData/diagnostics/tests/inference/immutableArrayList.txt @@ -6,4 +6,4 @@ internal final class Foo : p.J.Sub { internal final fun foo(): p.J.Super public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/inferInFunctionLiterals.txt b/compiler/testData/diagnostics/tests/inference/inferInFunctionLiterals.txt index de3dfa9f88a..4ca53fc323d 100644 --- a/compiler/testData/diagnostics/tests/inference/inferInFunctionLiterals.txt +++ b/compiler/testData/diagnostics/tests/inference/inferInFunctionLiterals.txt @@ -4,4 +4,4 @@ package n { internal fun expected(/*0*/ t: T, /*1*/ f: () -> T): T internal fun test(/*0*/ arrayList: java.util.ArrayList, /*1*/ list: kotlin.List): kotlin.Unit internal fun kotlin.List.reverse(): kotlin.List -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/kt1293.txt b/compiler/testData/diagnostics/tests/inference/kt1293.txt index f172be96ed7..aeaff608ead 100644 --- a/compiler/testData/diagnostics/tests/inference/kt1293.txt +++ b/compiler/testData/diagnostics/tests/inference/kt1293.txt @@ -3,4 +3,4 @@ package package kt1293 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun requiresInt(/*0*/ i: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/kt3184.txt b/compiler/testData/diagnostics/tests/inference/kt3184.txt index 9132e888e53..326de8d2919 100644 --- a/compiler/testData/diagnostics/tests/inference/kt3184.txt +++ b/compiler/testData/diagnostics/tests/inference/kt3184.txt @@ -6,4 +6,4 @@ package a { private fun test(/*0*/ value: T, /*1*/ extf: kotlin.String.(T) -> kotlin.Unit): kotlin.Unit internal fun tests(): kotlin.Unit internal fun kotlin.MutableMap.set(/*0*/ key: K, /*1*/ value: V): V? -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/kt619.txt b/compiler/testData/diagnostics/tests/inference/kt619.txt index 8544ea72988..b061d1ad6af 100644 --- a/compiler/testData/diagnostics/tests/inference/kt619.txt +++ b/compiler/testData/diagnostics/tests/inference/kt619.txt @@ -7,4 +7,4 @@ internal final class A : kotlin.Comparable { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/listConstructor.txt b/compiler/testData/diagnostics/tests/inference/listConstructor.txt index d8e00ff53b8..b33189b314b 100644 --- a/compiler/testData/diagnostics/tests/inference/listConstructor.txt +++ b/compiler/testData/diagnostics/tests/inference/listConstructor.txt @@ -6,4 +6,4 @@ package a { internal fun nil(): kotlin.List internal fun test(): kotlin.Unit internal fun > kotlin.Array.toCollection(/*0*/ result: C): C -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/mapFunction.txt b/compiler/testData/diagnostics/tests/inference/mapFunction.txt index ea54e4cd006..fe116fcb285 100644 --- a/compiler/testData/diagnostics/tests/inference/mapFunction.txt +++ b/compiler/testData/diagnostics/tests/inference/mapFunction.txt @@ -5,4 +5,4 @@ package a { internal fun foo(): kotlin.Unit internal fun kotlin.Array.map(/*0*/ transform: (T) -> R): kotlin.List internal fun kotlin.Iterable.map(/*0*/ transform: (T) -> R): kotlin.List -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/mostSpecificAfterInference.txt b/compiler/testData/diagnostics/tests/inference/mostSpecificAfterInference.txt index 95fd82a9b14..014c9724a1e 100644 --- a/compiler/testData/diagnostics/tests/inference/mostSpecificAfterInference.txt +++ b/compiler/testData/diagnostics/tests/inference/mostSpecificAfterInference.txt @@ -7,4 +7,4 @@ package i { internal fun kotlin.Collection.foo(): kotlin.Unit internal fun java.lang.Iterable.map1(/*0*/ f: (T) -> R): kotlin.List internal fun kotlin.Collection.map1(/*0*/ f: (T) -> R): kotlin.List -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/arrayAccess.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/arrayAccess.txt index bb5c70b5033..463f84ad293 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/arrayAccess.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/arrayAccess.txt @@ -11,4 +11,4 @@ package b { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/binaryExpressions.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/binaryExpressions.txt index fb89d011c8c..3c0b09ee2f6 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/binaryExpressions.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/binaryExpressions.txt @@ -27,4 +27,4 @@ package h { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/checkTypesForQualifiedProperties.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/checkTypesForQualifiedProperties.txt index 3a6af76d5db..eb90213094c 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/checkTypesForQualifiedProperties.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/checkTypesForQualifiedProperties.txt @@ -11,4 +11,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsForArraySetExpression.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsForArraySetExpression.txt index 143ca63f8d0..1fe046b7d63 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsForArraySetExpression.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsForArraySetExpression.txt @@ -2,4 +2,4 @@ package internal fun foo(/*0*/ t: T): T internal fun test(/*0*/ map: kotlin.MutableMap, /*1*/ t: kotlin.Int): kotlin.Unit -internal fun kotlin.MutableMap.set(/*0*/ key: K, /*1*/ value: V): V? \ No newline at end of file +internal fun kotlin.MutableMap.set(/*0*/ key: K, /*1*/ value: V): V? diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsInference.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsInference.txt index eba02db0aff..d99b438922e 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsInference.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedCallsInference.txt @@ -11,4 +11,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedForVariableAsFunctionCall.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedForVariableAsFunctionCall.txt index 70295d434a0..d961f2b40e2 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedForVariableAsFunctionCall.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedForVariableAsFunctionCall.txt @@ -25,4 +25,4 @@ package j { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/inferenceForNestedBinaryCall.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/inferenceForNestedBinaryCall.txt index 761ad731f90..eba2934f503 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/inferenceForNestedBinaryCall.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/inferenceForNestedBinaryCall.txt @@ -4,4 +4,4 @@ package aaa { internal fun a(): kotlin.Unit internal fun id(/*0*/ t: T): T internal fun T.foo(/*0*/ t: T): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3395.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3395.txt index c2353610948..313da06a7f5 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3395.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3395.txt @@ -15,4 +15,4 @@ package b { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3461checkTypes.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3461checkTypes.txt index 22f1b0a51cd..ea25bf9d75b 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3461checkTypes.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/kt3461checkTypes.txt @@ -12,4 +12,4 @@ package a { internal final fun p(): kotlin.String? public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/makeNullableIfSafeCall.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/makeNullableIfSafeCall.txt index 2cb4a8b19a4..faae9dd1964 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/makeNullableIfSafeCall.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/makeNullableIfSafeCall.txt @@ -21,4 +21,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nestedCalls/nontrivialCallExpression.txt b/compiler/testData/diagnostics/tests/inference/nestedCalls/nontrivialCallExpression.txt index ce57afc8ab6..3033fda91de 100644 --- a/compiler/testData/diagnostics/tests/inference/nestedCalls/nontrivialCallExpression.txt +++ b/compiler/testData/diagnostics/tests/inference/nestedCalls/nontrivialCallExpression.txt @@ -7,4 +7,4 @@ package a { internal fun foo(/*0*/ l: kotlin.List): kotlin.Int internal fun makeNullable(/*0*/ t: T): T? internal fun test(/*0*/ array: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/noInformationForParameter.txt b/compiler/testData/diagnostics/tests/inference/noInformationForParameter.txt index 422f268e7aa..df99acacfe1 100644 --- a/compiler/testData/diagnostics/tests/inference/noInformationForParameter.txt +++ b/compiler/testData/diagnostics/tests/inference/noInformationForParameter.txt @@ -3,4 +3,4 @@ package package noInformationForParameter { internal fun newList(): java.util.ArrayList internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/nullableUpperBound.txt b/compiler/testData/diagnostics/tests/inference/nullableUpperBound.txt index 786cf52eec1..299f4f0b586 100644 --- a/compiler/testData/diagnostics/tests/inference/nullableUpperBound.txt +++ b/compiler/testData/diagnostics/tests/inference/nullableUpperBound.txt @@ -10,4 +10,4 @@ package o { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/opposite.txt b/compiler/testData/diagnostics/tests/inference/opposite.txt index 8d1cc0d093d..1da5357d481 100644 --- a/compiler/testData/diagnostics/tests/inference/opposite.txt +++ b/compiler/testData/diagnostics/tests/inference/opposite.txt @@ -23,4 +23,4 @@ package a { internal final fun opposite(): a.Relation public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/possibleCycleOnConstraints.txt b/compiler/testData/diagnostics/tests/inference/possibleCycleOnConstraints.txt index ae6d1c09e50..2e9c7d250e6 100644 --- a/compiler/testData/diagnostics/tests/inference/possibleCycleOnConstraints.txt +++ b/compiler/testData/diagnostics/tests/inference/possibleCycleOnConstraints.txt @@ -3,4 +3,4 @@ package package a { internal fun g(/*0*/ f: () -> kotlin.List): T internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/compareBy.txt b/compiler/testData/diagnostics/tests/inference/regressions/compareBy.txt index c7c0c16dacc..5160f81ed32 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/compareBy.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/compareBy.txt @@ -10,4 +10,4 @@ internal final class Item : kotlin.Comparable { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1029.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1029.txt index 232cf4fdb21..997fe4d1af8 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1029.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1029.txt @@ -4,4 +4,4 @@ package i { internal fun a(): kotlin.Unit public fun from(/*0*/ yielder: () -> kotlin.Iterable): kotlin.Iterable public fun kotlin.Iterable.where(/*0*/ predicate: (T) -> kotlin.Boolean): () -> kotlin.Iterable -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1031.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1031.txt index 2b973567a15..081a5ea767a 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1031.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1031.txt @@ -4,4 +4,4 @@ package i { internal fun a(): kotlin.Unit public fun select(/*0*/ yielder: () -> kotlin.Iterable, /*1*/ selector: (TItem) -> TResult): () -> kotlin.Iterable public fun kotlin.Iterable.where(/*0*/ predicate: (TItem) -> kotlin.Boolean): () -> kotlin.Iterable -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1127.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1127.txt index 83b87320314..91c0c8825cd 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1127.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1127.txt @@ -3,4 +3,4 @@ package package d { internal fun asList(/*0*/ t: T): kotlin.List? internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1145.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1145.txt index 4b5f110a1db..f2727c1389f 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1145.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1145.txt @@ -4,4 +4,4 @@ package d { internal fun test(/*0*/ numbers: kotlin.Iterable): kotlin.Unit internal fun kotlin.Iterable.fold(/*0*/ initial: T, /*1*/ operation: (T, T) -> T): T internal fun kotlin.Iterable.map(/*0*/ transform: (T) -> R): kotlin.List -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1358.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1358.txt index 831d55e9590..a0fc7707abe 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1358.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1358.txt @@ -4,4 +4,4 @@ package d { internal fun bar(/*0*/ a: kotlin.Any?): kotlin.Unit internal fun T?.foo(): kotlin.Unit internal fun T?.sure(): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1410.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1410.txt index fcef60cc573..454affd40db 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1410.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1410.txt @@ -5,4 +5,4 @@ package d { internal fun test(/*0*/ result: kotlin.MutableList, /*1*/ collection: kotlin.MutableCollection, /*2*/ prefix: kotlin.String): kotlin.Unit public fun kotlin.MutableCollection.filterToMy(/*0*/ result: kotlin.MutableList, /*1*/ filter: (T) -> kotlin.Boolean): kotlin.MutableCollection internal fun kotlin.String.startsWith(/*0*/ prefix: kotlin.String): kotlin.Boolean -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1558.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1558.txt index d39aeb8abb1..ecb14fcc809 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1558.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1558.txt @@ -4,4 +4,4 @@ package j { internal fun testArrays(/*0*/ ci: kotlin.List, /*1*/ cii: kotlin.List?): kotlin.Unit internal fun T?.sure(): T internal fun kotlin.List.toArray(/*0*/ ar: kotlin.Array): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1718.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1718.txt index 16b5a116cd7..0d5893e45a0 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1718.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1718.txt @@ -4,4 +4,4 @@ package n { internal fun arrayList(/*0*/ vararg values: T /*kotlin.Array*/): java.util.ArrayList internal fun test(): kotlin.Unit internal fun kotlin.Iterable.plus(/*0*/ elements: kotlin.Iterable): kotlin.List -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt1944.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt1944.txt index 1bd745751f3..3501c44134f 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt1944.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt1944.txt @@ -11,4 +11,4 @@ package j { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2179.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2179.txt index 3309296035f..aa0228f37c0 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2179.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2179.txt @@ -7,4 +7,4 @@ package i { internal fun kotlin.Collection.map(/*0*/ transform: (T) -> R): kotlin.List internal fun > kotlin.Collection.mapTo(/*0*/ result: C, /*1*/ transform: (T) -> R): C internal fun > kotlin.Array.toCollection(/*0*/ result: C): C -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2200.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2200.txt index 86c90b68866..78bbcf60836 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2200.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2200.txt @@ -3,4 +3,4 @@ package package n { internal fun array(/*0*/ vararg t: T /*kotlin.Array*/): kotlin.Array internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2283.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2283.txt index 6aa22c61e62..b12d5153a78 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2283.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2283.txt @@ -9,4 +9,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2286.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2286.txt index e8ec1a18ce4..5627ff81b32 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2286.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2286.txt @@ -14,4 +14,4 @@ package n { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2294.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2294.txt index 6f2f73237e5..e305fb658d8 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2294.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2294.txt @@ -4,4 +4,4 @@ package a { internal fun array(/*0*/ vararg t: T /*kotlin.Array*/): kotlin.Array public fun foo(/*0*/ array: kotlin.Array): kotlin.Array public fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2320.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2320.txt index d00fca095ba..da4685fd670 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2320.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2320.txt @@ -16,4 +16,4 @@ package i { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2324.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2324.txt index 210f722c73a..69dd86bdada 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2324.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2324.txt @@ -6,4 +6,4 @@ package i { internal fun someFunction(/*0*/ list: kotlin.List, /*1*/ transform: (T) -> K): kotlin.List internal fun testSomeFunction(): kotlin.Unit internal fun > kotlin.Array.toCollection(/*0*/ result: C): C -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2407.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2407.txt index 4634616d80d..dbbfd731b82 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2407.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2407.txt @@ -5,4 +5,4 @@ package n { internal fun test(): kotlin.Unit internal fun kotlin.Iterable.fold(/*0*/ initial: T, /*1*/ operation: (T, T) -> T): T internal fun kotlin.Collection.map(/*0*/ transform: (T) -> R): kotlin.List -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2445.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2445.txt index e620b8c4c4e..70741b56f22 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2445.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2445.txt @@ -3,4 +3,4 @@ package package a { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun test(/*0*/ callback: (R) -> kotlin.Unit): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2459.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2459.txt index 41d2960a7a3..e7484427a8f 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2459.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2459.txt @@ -11,4 +11,4 @@ package b { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2484.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2484.txt index 0e91fffce88..188102f9a0b 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2484.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2484.txt @@ -4,4 +4,4 @@ package a { internal fun bar(/*0*/ operation: (kotlin.String) -> kotlin.Unit): kotlin.Unit internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun kotlin.Array.forEach(/*0*/ operation: (T) -> kotlin.Unit): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2505.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2505.txt index 36daeb25ef3..dd1da90ff21 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2505.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2505.txt @@ -24,4 +24,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2514.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2514.txt index d78f3c88e6b..82c17c27ab1 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2514.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2514.txt @@ -4,4 +4,4 @@ package kt2514 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun T.use(/*0*/ block: (T) -> R): R internal fun java.lang.Thread.use(/*0*/ block: java.lang.Thread.() -> T): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2741.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2741.txt index b8885d89f74..a198edc2cf9 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2741.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2741.txt @@ -12,4 +12,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2838.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2838.txt index 505c0099469..6be376e1d46 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2838.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2838.txt @@ -6,4 +6,4 @@ package a { internal fun test(/*0*/ a: kotlin.Int): kotlin.Unit internal fun test1(/*0*/ a: kotlin.Int): kotlin.Unit internal fun test2(/*0*/ a: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2841.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2841.txt index b89da0f7115..83b644f9e0b 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2841.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2841.txt @@ -16,4 +16,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it.txt index 0aecfb5fe26..1f4f6d09253 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it.txt @@ -18,4 +18,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it_this.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it_this.txt index 471742f6bde..183205ee190 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it_this.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2841_it_this.txt @@ -18,4 +18,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2841_this.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2841_this.txt index c6acb347ad0..b39ed8727fd 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2841_this.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2841_this.txt @@ -18,4 +18,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2842.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2842.txt index 107656bbfef..e84e9218520 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2842.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2842.txt @@ -13,4 +13,4 @@ package c { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt2883.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt2883.txt index bd80191b45c..7b5986133ef 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt2883.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt2883.txt @@ -15,4 +15,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt3007.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt3007.txt index 9d5ad5e8b61..53fb4cf26c3 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt3007.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt3007.txt @@ -61,4 +61,4 @@ package a { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): a.SomeEnum public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt3038.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt3038.txt index 54e506f26a2..e4360b27b83 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt3038.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt3038.txt @@ -58,4 +58,4 @@ package a { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): a.TestEnum public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt3150.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt3150.txt index 945e5716fae..8eb4cf31060 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt3150.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt3150.txt @@ -21,4 +21,4 @@ package aa { internal final fun query1(/*0*/ some: java.lang.Class): java.lang.Class public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt3174.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt3174.txt index d1589f05456..3b8a5d1a4b6 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt3174.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt3174.txt @@ -5,4 +5,4 @@ package a { internal fun test(/*0*/ s: kotlin.String?, /*1*/ l: kotlin.MutableList): kotlin.Unit internal fun T.fff(/*0*/ l: kotlin.MutableList): kotlin.Boolean internal fun T.test(): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt3301.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt3301.txt index ad7cecd91d6..b3ebd19e20c 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt3301.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt3301.txt @@ -44,4 +44,4 @@ package arrays { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt3344.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt3344.txt index e741c36924f..4a6e5fc9e62 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt3344.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt3344.txt @@ -18,4 +18,4 @@ package i { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt702.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt702.txt index 8d7a12e5442..8b6e8c849ee 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt702.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt702.txt @@ -18,4 +18,4 @@ package a { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt731.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt731.txt index 80784bfdde6..e3314bb6ed2 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt731.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt731.txt @@ -11,4 +11,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt742.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt742.txt index 9941a3f03ef..ba4ba117061 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt742.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt742.txt @@ -14,4 +14,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt832.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt832.txt index f90a5156fe8..d47f8f5fe6f 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt832.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt832.txt @@ -3,4 +3,4 @@ package package a { internal fun fooT2(): (T) -> T internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt943.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt943.txt index 72e44e28a7c..24af8475c9d 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt943.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt943.txt @@ -4,4 +4,4 @@ package maze { kotlin.inline() public fun comparator(/*0*/ fn: (T, T) -> kotlin.Int): java.util.Comparator internal fun foo(/*0*/ lines: kotlin.List): kotlin.Unit internal fun T?.sure(): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/regressions/kt948.txt b/compiler/testData/diagnostics/tests/inference/regressions/kt948.txt index 2a07f855aef..56391805dba 100644 --- a/compiler/testData/diagnostics/tests/inference/regressions/kt948.txt +++ b/compiler/testData/diagnostics/tests/inference/regressions/kt948.txt @@ -4,4 +4,4 @@ package a { internal fun doWithList(/*0*/ list: kotlin.List): kotlin.List internal fun emptyList(): kotlin.List? internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/reportingImprovements/ErrorTypeAsGenericParameter.txt b/compiler/testData/diagnostics/tests/inference/reportingImprovements/ErrorTypeAsGenericParameter.txt index ea59c3f7498..605be607a9f 100644 --- a/compiler/testData/diagnostics/tests/inference/reportingImprovements/ErrorTypeAsGenericParameter.txt +++ b/compiler/testData/diagnostics/tests/inference/reportingImprovements/ErrorTypeAsGenericParameter.txt @@ -3,4 +3,4 @@ package package a { internal fun foo(/*0*/ block: (T) -> R, /*1*/ second: (T) -> S): (T) -> R internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/reportingImprovements/FunctionPlaceholder.txt b/compiler/testData/diagnostics/tests/inference/reportingImprovements/FunctionPlaceholder.txt index e4ba0fb2c6e..30f7d9eff86 100644 --- a/compiler/testData/diagnostics/tests/inference/reportingImprovements/FunctionPlaceholder.txt +++ b/compiler/testData/diagnostics/tests/inference/reportingImprovements/FunctionPlaceholder.txt @@ -11,4 +11,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/reportingImprovements/NoAmbiguityForDifferentFunctionTypes.txt b/compiler/testData/diagnostics/tests/inference/reportingImprovements/NoAmbiguityForDifferentFunctionTypes.txt index 9274970ffca..4febea6e544 100644 --- a/compiler/testData/diagnostics/tests/inference/reportingImprovements/NoAmbiguityForDifferentFunctionTypes.txt +++ b/compiler/testData/diagnostics/tests/inference/reportingImprovements/NoAmbiguityForDifferentFunctionTypes.txt @@ -17,4 +17,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/reportingImprovements/cannotInferParameterTypeWithInference.txt b/compiler/testData/diagnostics/tests/inference/reportingImprovements/cannotInferParameterTypeWithInference.txt index a4e73b79390..058f08cfe37 100644 --- a/compiler/testData/diagnostics/tests/inference/reportingImprovements/cannotInferParameterTypeWithInference.txt +++ b/compiler/testData/diagnostics/tests/inference/reportingImprovements/cannotInferParameterTypeWithInference.txt @@ -5,4 +5,4 @@ package aa { internal fun foo(/*0*/ block: (T) -> R): (T) -> R internal fun test1(): kotlin.Unit internal fun test2(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/reportingImprovements/subtypeForInvariantWithErrorGenerics.txt b/compiler/testData/diagnostics/tests/inference/reportingImprovements/subtypeForInvariantWithErrorGenerics.txt index a8573690c40..02c39b23417 100644 --- a/compiler/testData/diagnostics/tests/inference/reportingImprovements/subtypeForInvariantWithErrorGenerics.txt +++ b/compiler/testData/diagnostics/tests/inference/reportingImprovements/subtypeForInvariantWithErrorGenerics.txt @@ -5,4 +5,4 @@ package a { internal fun bar(/*0*/ r: kotlin.MutableList, /*1*/ f: () -> R): kotlin.Boolean internal fun foo(/*0*/ f: () -> R, /*1*/ r: kotlin.MutableList): kotlin.Boolean internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/tryNumberLowerBoundsBeforeUpperBounds.txt b/compiler/testData/diagnostics/tests/inference/tryNumberLowerBoundsBeforeUpperBounds.txt index 8a6197f65f2..1f5958cb4e9 100644 --- a/compiler/testData/diagnostics/tests/inference/tryNumberLowerBoundsBeforeUpperBounds.txt +++ b/compiler/testData/diagnostics/tests/inference/tryNumberLowerBoundsBeforeUpperBounds.txt @@ -1,4 +1,4 @@ package internal fun foo(): kotlin.Unit -public fun iterate(/*0*/ initialValue: T, /*1*/ nextFunction: (T) -> T?): kotlin.Iterator \ No newline at end of file +public fun iterate(/*0*/ initialValue: T, /*1*/ nextFunction: (T) -> T?): kotlin.Iterator diff --git a/compiler/testData/diagnostics/tests/inference/typeConstructorMismatch.txt b/compiler/testData/diagnostics/tests/inference/typeConstructorMismatch.txt index 7294f280ce6..3408f990ee7 100644 --- a/compiler/testData/diagnostics/tests/inference/typeConstructorMismatch.txt +++ b/compiler/testData/diagnostics/tests/inference/typeConstructorMismatch.txt @@ -4,4 +4,4 @@ package typeConstructorMismatch { internal fun elemAndList(/*0*/ r: R, /*1*/ t: kotlin.List): R internal fun test(/*0*/ set: kotlin.Set): kotlin.Unit internal fun R.elemAndListWithReceiver(/*0*/ r: R, /*1*/ t: kotlin.List): R -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/typeInferenceExpectedTypeMismatch.txt b/compiler/testData/diagnostics/tests/inference/typeInferenceExpectedTypeMismatch.txt index ef268a53080..4d8c708e98f 100644 --- a/compiler/testData/diagnostics/tests/inference/typeInferenceExpectedTypeMismatch.txt +++ b/compiler/testData/diagnostics/tests/inference/typeInferenceExpectedTypeMismatch.txt @@ -44,4 +44,4 @@ package typeInferenceExpectedTypeMismatch { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/upperBounds/conflictingSubstitutionsFromUpperBound.txt b/compiler/testData/diagnostics/tests/inference/upperBounds/conflictingSubstitutionsFromUpperBound.txt index 5dfad85b911..622637693f7 100644 --- a/compiler/testData/diagnostics/tests/inference/upperBounds/conflictingSubstitutionsFromUpperBound.txt +++ b/compiler/testData/diagnostics/tests/inference/upperBounds/conflictingSubstitutionsFromUpperBound.txt @@ -3,4 +3,4 @@ package package g { internal fun > convert(/*0*/ src: kotlin.Collection, /*1*/ dest: C): C internal fun test(/*0*/ l: kotlin.List): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/upperBounds/doNotInferFromBoundsOnly.txt b/compiler/testData/diagnostics/tests/inference/upperBounds/doNotInferFromBoundsOnly.txt index 28e24ec7c9e..4291468e27a 100644 --- a/compiler/testData/diagnostics/tests/inference/upperBounds/doNotInferFromBoundsOnly.txt +++ b/compiler/testData/diagnostics/tests/inference/upperBounds/doNotInferFromBoundsOnly.txt @@ -24,4 +24,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/upperBounds/intersectUpperBounds.txt b/compiler/testData/diagnostics/tests/inference/upperBounds/intersectUpperBounds.txt index 1e2f2a001b1..075df7ba68e 100644 --- a/compiler/testData/diagnostics/tests/inference/upperBounds/intersectUpperBounds.txt +++ b/compiler/testData/diagnostics/tests/inference/upperBounds/intersectUpperBounds.txt @@ -30,4 +30,4 @@ package s { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/upperBounds/kt2856.txt b/compiler/testData/diagnostics/tests/inference/upperBounds/kt2856.txt index c15f9dafe7f..6c02196ea05 100644 --- a/compiler/testData/diagnostics/tests/inference/upperBounds/kt2856.txt +++ b/compiler/testData/diagnostics/tests/inference/upperBounds/kt2856.txt @@ -4,4 +4,4 @@ package d { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun println(/*0*/ message: kotlin.Any?): kotlin.Unit kotlin.inline() public fun kotlin.Map.getOrElse1(/*0*/ key: K, /*1*/ defaultValue: () -> V1): V1 -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/upperBounds/nonNullUpperBound.txt b/compiler/testData/diagnostics/tests/inference/upperBounds/nonNullUpperBound.txt index 6b422f56c08..33e8b2b49af 100644 --- a/compiler/testData/diagnostics/tests/inference/upperBounds/nonNullUpperBound.txt +++ b/compiler/testData/diagnostics/tests/inference/upperBounds/nonNullUpperBound.txt @@ -9,4 +9,4 @@ internal trait A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsIfUnknownParameters.txt b/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsIfUnknownParameters.txt index 14ffc3b4825..b8fb537f663 100644 --- a/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsIfUnknownParameters.txt +++ b/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsIfUnknownParameters.txt @@ -23,4 +23,4 @@ package Hello { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsToInferTypeParamsSimple.txt b/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsToInferTypeParamsSimple.txt index 0b2f2369c83..8b8bd5c126b 100644 --- a/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsToInferTypeParamsSimple.txt +++ b/compiler/testData/diagnostics/tests/inference/upperBounds/useBoundsToInferTypeParamsSimple.txt @@ -8,4 +8,4 @@ package a { internal fun foo(/*0*/ v: V, /*1*/ u: U): U internal fun test(/*0*/ a: kotlin.Any, /*1*/ s: kotlin.MutableSet): kotlin.Unit internal fun test(/*0*/ a: kotlin.Any, /*1*/ s: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/useFunctionLiteralsToInferType.txt b/compiler/testData/diagnostics/tests/inference/useFunctionLiteralsToInferType.txt index 47afd7bf9ff..9cf9312d2db 100644 --- a/compiler/testData/diagnostics/tests/inference/useFunctionLiteralsToInferType.txt +++ b/compiler/testData/diagnostics/tests/inference/useFunctionLiteralsToInferType.txt @@ -14,4 +14,4 @@ package m { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inference/varargs/varargsAndPair.txt b/compiler/testData/diagnostics/tests/inference/varargs/varargsAndPair.txt index ac90800252f..0b519c6d036 100644 --- a/compiler/testData/diagnostics/tests/inference/varargs/varargsAndPair.txt +++ b/compiler/testData/diagnostics/tests/inference/varargs/varargsAndPair.txt @@ -8,4 +8,4 @@ internal final class Pair { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/infos/PropertiesWithBackingFields.txt b/compiler/testData/diagnostics/tests/infos/PropertiesWithBackingFields.txt index 6f7f3bb7c61..484c268f847 100644 --- a/compiler/testData/diagnostics/tests/infos/PropertiesWithBackingFields.txt +++ b/compiler/testData/diagnostics/tests/infos/PropertiesWithBackingFields.txt @@ -54,4 +54,4 @@ internal final class TestPCParameters : Super { internal final fun foo(): [ERROR : Error function type] public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/infos/SmartCasts.txt b/compiler/testData/diagnostics/tests/infos/SmartCasts.txt index 5273e33455d..8ad7671cf0e 100644 --- a/compiler/testData/diagnostics/tests/infos/SmartCasts.txt +++ b/compiler/testData/diagnostics/tests/infos/SmartCasts.txt @@ -44,4 +44,4 @@ internal final class C : A { internal final override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/anonymousObjects.txt b/compiler/testData/diagnostics/tests/inline/anonymousObjects.txt index ccc9c23e492..1810a6373b0 100644 --- a/compiler/testData/diagnostics/tests/inline/anonymousObjects.txt +++ b/compiler/testData/diagnostics/tests/inline/anonymousObjects.txt @@ -1,3 +1,3 @@ package -kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/assignment.txt b/compiler/testData/diagnostics/tests/inline/assignment.txt index 65b05a244da..722ed0cee82 100644 --- a/compiler/testData/diagnostics/tests/inline/assignment.txt +++ b/compiler/testData/diagnostics/tests/inline/assignment.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineFunWithInvoke(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/andOr.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/andOr.txt index f21fa8f244f..c3f34fa8320 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/andOr.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/andOr.txt @@ -2,4 +2,4 @@ package kotlin.inline() internal fun inlineFunWithInvoke(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun inlineFunWithInvokeNonInline(/*0*/ kotlin.noinline() s: (kotlin.Int) -> kotlin.Unit, /*1*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/arrayAccess.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/arrayAccess.txt index 2f1f55435ee..a25a3178c3a 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/arrayAccess.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/arrayAccess.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFunWithI kotlin.inline() internal fun (T) -> U.get(/*0*/ index: kotlin.Int): kotlin.Unit internal fun (T, U) -> V.get(/*0*/ index: kotlin.Int): kotlin.Unit kotlin.inline() internal fun T.(U) -> V.get(/*0*/ index: kotlin.Int): kotlin.Unit -internal fun T.(U, V) -> W.get(/*0*/ index: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun T.(U, V) -> W.get(/*0*/ index: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/assignment.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/assignment.txt index 5e57d7e3087..464a557d4bc 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/assignment.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/assignment.txt @@ -6,4 +6,4 @@ internal fun T.(U) -> V.minusAssign(/*0*/ ext: T.(U) kotlin.inline() internal fun (T) -> U.modAssign(/*0*/ p: (T) -> U): () -> kotlin.Unit kotlin.inline() internal fun T.(U) -> V.modAssign(/*0*/ ext: T.(U) -> V): () -> kotlin.Unit kotlin.inline() internal fun (T) -> U.plusAssign(/*0*/ p: (T) -> U): kotlin.Unit -kotlin.inline() internal fun T.(U) -> V.plusAssign(/*0*/ ext: T.(U) -> V): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun T.(U) -> V.plusAssign(/*0*/ ext: T.(U) -> V): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/comparison.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/comparison.txt index a6557c7a21c..35babe1a9d5 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/comparison.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/comparison.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFunWithI kotlin.inline() internal fun (T) -> U.compareTo(/*0*/ p: (T) -> U): kotlin.Int internal fun (T, U) -> V.compareTo(/*0*/ index: (T, U) -> V): kotlin.Int kotlin.inline() internal fun T.(U) -> V.compareTo(/*0*/ index: T.(U) -> V): kotlin.Int -internal fun T.(U, V) -> W.compareTo(/*0*/ index: T.(U, V) -> W): kotlin.Int \ No newline at end of file +internal fun T.(U, V) -> W.compareTo(/*0*/ index: T.(U, V) -> W): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/componentAccess.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/componentAccess.txt index c1a38b2dfdd..8a82912c64f 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/componentAccess.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/componentAccess.txt @@ -9,4 +9,4 @@ internal fun T.(U, V) -> W.component1(): ko kotlin.inline() internal fun (T) -> U.component2(): kotlin.Int internal fun (T, U) -> V.component2(): kotlin.Int kotlin.inline() internal fun T.(U) -> V.component2(): kotlin.Int -internal fun T.(U, V) -> W.component2(): kotlin.Int \ No newline at end of file +internal fun T.(U, V) -> W.component2(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/contains.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/contains.txt index 504fe96c59d..466bdc0c0fd 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/contains.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/contains.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFunWithInvoke(/*0 kotlin.inline() internal fun (T) -> U.contains(/*0*/ p: (T) -> U): kotlin.Boolean internal fun (T, U) -> V.contains(/*0*/ p: (T, U) -> V): kotlin.Boolean kotlin.inline() internal fun T.(U) -> V.contains(/*0*/ ext: T.(U) -> V): kotlin.Boolean -internal fun T.(U, V) -> W.contains(/*0*/ ext: T.(U, V) -> W): kotlin.Boolean \ No newline at end of file +internal fun T.(U, V) -> W.contains(/*0*/ ext: T.(U, V) -> W): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/mathOperations.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/mathOperations.txt index 1019a6d5884..b26d6240acd 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/mathOperations.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/mathOperations.txt @@ -7,4 +7,4 @@ internal fun T.(U) -> V.minus(/*0*/ p: T.(U) -> V): kotlin.inline() internal fun (T) -> U.plus(/*0*/ p: (T) -> U): kotlin.Unit kotlin.inline() internal fun T.(U) -> V.plus(/*0*/ p: T.(U) -> V): kotlin.Unit kotlin.inline() internal fun (T) -> U.submit(): kotlin.Unit -kotlin.inline() internal fun T.(U) -> V.submit(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun T.(U) -> V.submit(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/binaryExpressions/rangeTo.txt b/compiler/testData/diagnostics/tests/inline/binaryExpressions/rangeTo.txt index 9f5efdd45e7..3aac7041213 100644 --- a/compiler/testData/diagnostics/tests/inline/binaryExpressions/rangeTo.txt +++ b/compiler/testData/diagnostics/tests/inline/binaryExpressions/rangeTo.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFunWithInvoke(/*0 kotlin.inline() internal fun (T) -> U.rangeTo(/*0*/ p: (T) -> U): kotlin.Range internal fun (T, U) -> V.rangeTo(/*0*/ p: (T, U) -> V): kotlin.Range kotlin.inline() internal fun T.(U) -> V.rangeTo(/*0*/ ext: T.(U) -> V): kotlin.Range -internal fun T.(U, V) -> W.rangeTo(/*0*/ ext: T.(U, V) -> W): kotlin.Range \ No newline at end of file +internal fun T.(U, V) -> W.rangeTo(/*0*/ ext: T.(U, V) -> W): kotlin.Range diff --git a/compiler/testData/diagnostics/tests/inline/capture.txt b/compiler/testData/diagnostics/tests/inline/capture.txt index 1ae4d446eab..8efddebac26 100644 --- a/compiler/testData/diagnostics/tests/inline/capture.txt +++ b/compiler/testData/diagnostics/tests/inline/capture.txt @@ -6,4 +6,4 @@ kotlin.inline() internal fun inlineFunWrongExtension(/*0*/ s: (kotlin.Int) -> ko kotlin.inline() internal fun testExtension(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt2(/*0*/ p: kotlin.Int): kotlin.Unit -internal fun (kotlin.Int) -> kotlin.Unit.noInlineExt(/*0*/ p: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun (kotlin.Int) -> kotlin.Unit.noInlineExt(/*0*/ p: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/constructor.txt b/compiler/testData/diagnostics/tests/inline/constructor.txt index fb7c3144845..e2d2bbdeeee 100644 --- a/compiler/testData/diagnostics/tests/inline/constructor.txt +++ b/compiler/testData/diagnostics/tests/inline/constructor.txt @@ -7,4 +7,4 @@ internal final class Z { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/default.txt b/compiler/testData/diagnostics/tests/inline/default.txt index 7f5665f043d..fcd23d5c26b 100644 --- a/compiler/testData/diagnostics/tests/inline/default.txt +++ b/compiler/testData/diagnostics/tests/inline/default.txt @@ -10,4 +10,4 @@ internal open class Base { kotlin.inline() internal final fun foo2(/*0*/ a: kotlin.Int = ..., /*1*/ s: kotlin.String = ...): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/extensionOnFunction.txt b/compiler/testData/diagnostics/tests/inline/extensionOnFunction.txt index 93dedf9cc01..bf4492f5a86 100644 --- a/compiler/testData/diagnostics/tests/inline/extensionOnFunction.txt +++ b/compiler/testData/diagnostics/tests/inline/extensionOnFunction.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFunWrongExtension(/*0*/ s: (kotlin.Int) -> ko kotlin.inline() internal fun testExtension(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt2(/*0*/ p: kotlin.Int): kotlin.Unit -internal fun (kotlin.Int) -> kotlin.Unit.noInlineExt(/*0*/ p: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun (kotlin.Int) -> kotlin.Unit.noInlineExt(/*0*/ p: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/fromInlineToNoInline.txt b/compiler/testData/diagnostics/tests/inline/fromInlineToNoInline.txt index 30945aa08ce..a7a0e0c00fe 100644 --- a/compiler/testData/diagnostics/tests/inline/fromInlineToNoInline.txt +++ b/compiler/testData/diagnostics/tests/inline/fromInlineToNoInline.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineAll(/*0*/ kotlin.noinline() p: () -> R): kotlin.Unit -kotlin.inline() internal fun onlyLocal(/*0*/ p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun onlyLocal(/*0*/ p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/functions.txt b/compiler/testData/diagnostics/tests/inline/functions.txt index f9e630a3ccb..97b5625f6c0 100644 --- a/compiler/testData/diagnostics/tests/inline/functions.txt +++ b/compiler/testData/diagnostics/tests/inline/functions.txt @@ -2,4 +2,4 @@ package internal fun getFun(/*0*/ s: (kotlin.Int) -> kotlin.Unit): (kotlin.Int) -> kotlin.Int kotlin.inline() internal fun getInlineFun(/*0*/ s: (kotlin.Int) -> kotlin.Unit): (kotlin.Int) -> kotlin.Int -kotlin.inline() internal fun testExtension(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun testExtension(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/invoke.txt b/compiler/testData/diagnostics/tests/inline/invoke.txt index f21fa8f244f..c3f34fa8320 100644 --- a/compiler/testData/diagnostics/tests/inline/invoke.txt +++ b/compiler/testData/diagnostics/tests/inline/invoke.txt @@ -2,4 +2,4 @@ package kotlin.inline() internal fun inlineFunWithInvoke(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun inlineFunWithInvokeNonInline(/*0*/ kotlin.noinline() s: (kotlin.Int) -> kotlin.Unit, /*1*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/labeled.txt b/compiler/testData/diagnostics/tests/inline/labeled.txt index 0c0d68f78b7..c5a87db1735 100644 --- a/compiler/testData/diagnostics/tests/inline/labeled.txt +++ b/compiler/testData/diagnostics/tests/inline/labeled.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun foo(/*0*/ bar1: (kotlin.String.() -> kotlin.Int) -> kotlin.Int, /*1*/ bar2: (() -> kotlin.Int) -> kotlin.Int): kotlin.Unit -kotlin.inline() internal fun foo2(/*0*/ bar1: (kotlin.String.() -> kotlin.Int) -> kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun foo2(/*0*/ bar1: (kotlin.String.() -> kotlin.Int) -> kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/localFun.txt b/compiler/testData/diagnostics/tests/inline/localFun.txt index aefa0158484..dc8f04a7788 100644 --- a/compiler/testData/diagnostics/tests/inline/localFun.txt +++ b/compiler/testData/diagnostics/tests/inline/localFun.txt @@ -1,3 +1,3 @@ package -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjects.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjects.txt index 3b768ee0d13..dc0e45e33d7 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjects.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjects.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjectsNested.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjectsNested.txt index 11917d8a57c..1b3c7fce071 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjectsNested.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/anonymousObjectsNested.txt @@ -2,4 +2,4 @@ package kotlin.inline() internal fun doCall(/*0*/ p: () -> R): kotlin.Unit kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/explicitReturnType.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/explicitReturnType.txt index ed032fb097b..779c190888b 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/explicitReturnType.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/explicitReturnType.txt @@ -4,4 +4,4 @@ internal fun inlineCall(): kotlin.String internal fun inlineCallExplicitError(): kotlin.String kotlin.inline() internal fun inlineFun(/*0*/ s: () -> kotlin.Int): kotlin.Unit internal fun noInline(/*0*/ s: () -> kotlin.Int): kotlin.Unit -internal fun noInlineCall(): kotlin.String \ No newline at end of file +internal fun noInlineCall(): kotlin.String diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/fromOnlyLocal.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/fromOnlyLocal.txt index aaab462dc4c..8f84a150f0e 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/fromOnlyLocal.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/fromOnlyLocal.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineAll(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun onlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun onlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/inlineLambda.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/inlineLambda.txt index a03d592815e..85bc16a54ad 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/inlineLambda.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/inlineLambda.txt @@ -2,4 +2,4 @@ package kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit kotlin.inline() internal fun inlineFun2(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun inlineFunWithAnnotation(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFunWithAnnotation(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/labeledReturn.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/labeledReturn.txt index 6867744b33c..257a0e3d850 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/labeledReturn.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/labeledReturn.txt @@ -3,4 +3,4 @@ package internal fun inlineCall(): kotlin.String kotlin.inline() internal fun inlineFun(/*0*/ s: () -> kotlin.Int): kotlin.Unit internal fun noInline(/*0*/ s: () -> kotlin.Int): kotlin.Unit -internal fun noInlineCall(): kotlin.String \ No newline at end of file +internal fun noInlineCall(): kotlin.String diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/lambdaWithGlobalReturnsInsideOnlyLocalOne.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/lambdaWithGlobalReturnsInsideOnlyLocalOne.txt index 034f1fa8060..bd7dd5b5897 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/lambdaWithGlobalReturnsInsideOnlyLocalOne.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/lambdaWithGlobalReturnsInsideOnlyLocalOne.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun doWork(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) job: () -> R): R -kotlin.inline() internal fun testSameCaptured(/*0*/ lambdaWithResultCaptured: () -> kotlin.Unit): kotlin.String \ No newline at end of file +kotlin.inline() internal fun testSameCaptured(/*0*/ lambdaWithResultCaptured: () -> kotlin.Unit): kotlin.String diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/localFun.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/localFun.txt index 3b768ee0d13..dc0e45e33d7 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/localFun.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/localFun.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nestedNonLocals.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nestedNonLocals.txt index d4694b3f10c..95ffb171be9 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nestedNonLocals.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nestedNonLocals.txt @@ -99,4 +99,4 @@ internal final enum class Kind : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): Kind public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineAnnotation.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineAnnotation.txt index 35abe0e7ee7..00d3c580f3d 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineAnnotation.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineAnnotation.txt @@ -1,4 +1,4 @@ package internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -kotlin.inline() internal fun test(/*0*/ kotlin.noinline() lambda: () -> kotlin.Unit): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun test(/*0*/ kotlin.noinline() lambda: () -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineLambda.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineLambda.txt index 3b768ee0d13..dc0e45e33d7 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineLambda.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/noInlineLambda.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nonInlinedClass.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nonInlinedClass.txt index 3b768ee0d13..dc0e45e33d7 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nonInlinedClass.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/nonInlinedClass.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineFun(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFunOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambda.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambda.txt index dfeb9c7a4d6..c19c066522a 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambda.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambda.txt @@ -6,4 +6,4 @@ internal fun fun3(/*0*/ p: () -> R): kotlin.Unit internal fun fun3ValueArgument(/*0*/ p: () -> R): kotlin.Unit internal fun fun4(/*0*/ p: () -> R): kotlin.Unit internal fun fun4ValueArgument(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun inlineFun(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFun(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambdaBinaryExpr.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambdaBinaryExpr.txt index f644b80dd09..16cd7efc290 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambdaBinaryExpr.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/onlyLocalReturnLambdaBinaryExpr.txt @@ -10,4 +10,4 @@ internal final class Z { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int kotlin.inline() internal final fun inlineFun(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/propertyAccessorsAndConstructor.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/propertyAccessorsAndConstructor.txt index 3d1965d0d30..250828e4c6c 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/propertyAccessorsAndConstructor.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/propertyAccessorsAndConstructor.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/toOnlyLocal.txt b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/toOnlyLocal.txt index 9a7dad64ef0..5b2423fee1b 100644 --- a/compiler/testData/diagnostics/tests/inline/nonLocalReturns/toOnlyLocal.txt +++ b/compiler/testData/diagnostics/tests/inline/nonLocalReturns/toOnlyLocal.txt @@ -1,4 +1,4 @@ package kotlin.inline() internal fun inlineAll(/*0*/ p: () -> R): kotlin.Unit -kotlin.inline() internal fun toOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun toOnlyLocal(/*0*/ kotlin.inlineOptions(value = {InlineOption.ONLY_LOCAL_RETURN}: kotlin.Array) p: () -> R): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicClass.txt b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicClass.txt index 1f7c18c819b..5984730170e 100644 --- a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicClass.txt +++ b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicClass.txt @@ -23,4 +23,4 @@ private final class Z2 { kotlin.inline() public final fun test(): kotlin.Unit kotlin.inline() internal final fun testInternal(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicInnerClass.txt b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicInnerClass.txt index 534b73c8bc3..82cbe490b0a 100644 --- a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicInnerClass.txt +++ b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inNonPublicInnerClass.txt @@ -18,4 +18,4 @@ private final class Z2 { kotlin.inline() internal final fun testInternal(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPackage.txt b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPackage.txt index 61fe0edf770..c906884b656 100644 --- a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPackage.txt +++ b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPackage.txt @@ -7,4 +7,4 @@ private fun privateFun(): kotlin.Unit kotlin.inline() public fun test(): kotlin.Unit kotlin.inline() public fun test2(): kotlin.Unit kotlin.inline() internal fun test2Internal(): kotlin.Unit -kotlin.inline() internal fun testInternal(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun testInternal(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPublicClass.txt b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPublicClass.txt index b6e90d088ba..a139b085221 100644 --- a/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPublicClass.txt +++ b/compiler/testData/diagnostics/tests/inline/nonPublicMember/inPublicClass.txt @@ -21,4 +21,4 @@ public final class Z2 { kotlin.inline() public final fun test(): kotlin.Unit kotlin.inline() internal final fun testInternal(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass.txt b/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass.txt index 1dd0bff563b..12679eb32d3 100644 --- a/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass.txt +++ b/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass.txt @@ -7,4 +7,4 @@ public final class Z { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public final fun privateFun(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass2.txt b/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass2.txt index 5d75aca486b..93e27f34c8c 100644 --- a/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass2.txt +++ b/compiler/testData/diagnostics/tests/inline/nonPublicMember/localClass2.txt @@ -1,3 +1,3 @@ package -public fun test(): kotlin.Unit \ No newline at end of file +public fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonPublicMember/localFun.txt b/compiler/testData/diagnostics/tests/inline/nonPublicMember/localFun.txt index 5d75aca486b..93e27f34c8c 100644 --- a/compiler/testData/diagnostics/tests/inline/nonPublicMember/localFun.txt +++ b/compiler/testData/diagnostics/tests/inline/nonPublicMember/localFun.txt @@ -1,3 +1,3 @@ package -public fun test(): kotlin.Unit \ No newline at end of file +public fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nonVirtualMembersWithInline.txt b/compiler/testData/diagnostics/tests/inline/nonVirtualMembersWithInline.txt index 0e6ac26116d..202ad8f77b7 100644 --- a/compiler/testData/diagnostics/tests/inline/nonVirtualMembersWithInline.txt +++ b/compiler/testData/diagnostics/tests/inline/nonVirtualMembersWithInline.txt @@ -36,4 +36,4 @@ internal trait B { kotlin.inline() protected abstract fun wrong5(): kotlin.Unit kotlin.inline() public abstract fun wrong6(): kotlin.Unit kotlin.inline() internal abstract fun wrong7(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/nothingToInline.txt b/compiler/testData/diagnostics/tests/inline/nothingToInline.txt index d5a1c7e7d0a..863d3c76add 100644 --- a/compiler/testData/diagnostics/tests/inline/nothingToInline.txt +++ b/compiler/testData/diagnostics/tests/inline/nothingToInline.txt @@ -6,4 +6,4 @@ kotlin.inline() internal fun test2(/*0*/ s: (kotlin.Int) -> kotlin.Int): kotlin. kotlin.inline() internal fun test3(/*0*/ kotlin.noinline() s: (kotlin.Int) -> kotlin.Int): kotlin.Unit kotlin.inline() internal fun test4(/*0*/ kotlin.noinline() s: kotlin.Int.() -> kotlin.Int): kotlin.Unit kotlin.inline() internal fun ((kotlin.Int) -> kotlin.Int)?.test5(): kotlin.Unit -kotlin.inline() internal fun ((kotlin.Int) -> kotlin.Int)?.test6(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun ((kotlin.Int) -> kotlin.Int)?.test6(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nullabilityOperations.txt b/compiler/testData/diagnostics/tests/inline/nullabilityOperations.txt index 2121eb1ed68..4656ca7dec3 100644 --- a/compiler/testData/diagnostics/tests/inline/nullabilityOperations.txt +++ b/compiler/testData/diagnostics/tests/inline/nullabilityOperations.txt @@ -2,4 +2,4 @@ package kotlin.inline() internal fun submit(/*0*/ action: (kotlin.Int) -> kotlin.Int): kotlin.Unit kotlin.inline() internal fun (kotlin.Int) -> kotlin.Int.submit(): kotlin.Unit -kotlin.inline() internal fun kotlin.String.submit(/*0*/ action: (kotlin.Int) -> kotlin.Int): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun kotlin.String.submit(/*0*/ action: (kotlin.Int) -> kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/nullableFunction.txt b/compiler/testData/diagnostics/tests/inline/nullableFunction.txt index a8417a9087a..22d7781a8b9 100644 --- a/compiler/testData/diagnostics/tests/inline/nullableFunction.txt +++ b/compiler/testData/diagnostics/tests/inline/nullableFunction.txt @@ -4,4 +4,4 @@ kotlin.inline() public fun submit(/*0*/ action: ((kotlin.Int) -> kotli kotlin.inline() public fun submit(/*0*/ action: ((kotlin.Int) -> kotlin.Int)?, /*1*/ s: () -> kotlin.Int): kotlin.Unit kotlin.inline() public fun submitNoInline(/*0*/ kotlin.noinline() action: ((kotlin.Int) -> kotlin.Int)?, /*1*/ s: () -> kotlin.Int): kotlin.Unit kotlin.inline() public fun ((kotlin.Int) -> kotlin.Int)?.submit(): kotlin.Unit -kotlin.inline() public fun ((kotlin.Int) -> kotlin.Int)?.submit(/*0*/ action: () -> T): kotlin.Unit \ No newline at end of file +kotlin.inline() public fun ((kotlin.Int) -> kotlin.Int)?.submit(/*0*/ action: () -> T): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/parenthesized.txt b/compiler/testData/diagnostics/tests/inline/parenthesized.txt index 2b5f856b8b0..f8697afe2f0 100644 --- a/compiler/testData/diagnostics/tests/inline/parenthesized.txt +++ b/compiler/testData/diagnostics/tests/inline/parenthesized.txt @@ -3,4 +3,4 @@ package kotlin.inline() internal fun inlineFunWithInvoke(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun inlineFunWithInvoke2(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun propagation(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/propagation.txt b/compiler/testData/diagnostics/tests/inline/propagation.txt index 408c7102c17..a93b33b5897 100644 --- a/compiler/testData/diagnostics/tests/inline/propagation.txt +++ b/compiler/testData/diagnostics/tests/inline/propagation.txt @@ -7,4 +7,4 @@ kotlin.inline() internal fun inlineFunWithInvokeNonInline(/*0*/ kotlin.noinline( kotlin.inline() internal fun subInline(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit internal fun subNoInline(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExtWithClosure(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExtWithClosure(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/recursion.txt b/compiler/testData/diagnostics/tests/inline/recursion.txt index cb8b339b832..a832f7256ad 100644 --- a/compiler/testData/diagnostics/tests/inline/recursion.txt +++ b/compiler/testData/diagnostics/tests/inline/recursion.txt @@ -4,4 +4,4 @@ kotlin.inline() internal fun inlineFun(/*0*/ s: (kotlin.Int) -> kotlin.Unit): ko kotlin.inline() internal fun inlineFun(/*0*/ s: T): kotlin.Unit kotlin.inline() internal fun (T) -> V.inc(): (T) -> V kotlin.inline() internal fun () -> T.inlineExt(): kotlin.Unit -kotlin.inline() internal fun (T) -> V.not(): kotlin.Boolean \ No newline at end of file +kotlin.inline() internal fun (T) -> V.not(): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/inline/regressions/kt4341.txt b/compiler/testData/diagnostics/tests/inline/regressions/kt4341.txt index a75ff6680db..cb538f29595 100644 --- a/compiler/testData/diagnostics/tests/inline/regressions/kt4341.txt +++ b/compiler/testData/diagnostics/tests/inline/regressions/kt4341.txt @@ -2,4 +2,4 @@ package package g { kotlin.inline() internal fun inlineFunWithInvoke(/*0*/ s: (T) -> U): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/returns.txt b/compiler/testData/diagnostics/tests/inline/returns.txt index 07843fe63f4..249edc694e3 100644 --- a/compiler/testData/diagnostics/tests/inline/returns.txt +++ b/compiler/testData/diagnostics/tests/inline/returns.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFun2(/*0*/ s: (kotlin.Int) -> kotlin.Unit): ( kotlin.inline() internal fun inlineFunWithExt(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Int.(kotlin.Int) -> kotlin.Unit kotlin.inline() internal fun inlineFunWithExt2(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Int.(kotlin.Int) -> kotlin.Unit kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): (kotlin.Int) -> kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt2(): (kotlin.Int) -> kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt2(): (kotlin.Int) -> kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/sam.txt b/compiler/testData/diagnostics/tests/inline/sam.txt index 2e57af8eab3..ca1af1f7cb3 100644 --- a/compiler/testData/diagnostics/tests/inline/sam.txt +++ b/compiler/testData/diagnostics/tests/inline/sam.txt @@ -19,4 +19,4 @@ public open class Test { public final /*synthesized*/ fun test(/*0*/ r: (() -> kotlin.Int)!): kotlin.Unit public open fun test(/*0*/ r: Run!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/typed.txt b/compiler/testData/diagnostics/tests/inline/typed.txt index 7ddfced37e2..badee89a560 100644 --- a/compiler/testData/diagnostics/tests/inline/typed.txt +++ b/compiler/testData/diagnostics/tests/inline/typed.txt @@ -2,4 +2,4 @@ package kotlin.inline() internal fun inlineFunWithInvoke(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun inlineFunWithInvoke2(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/unaryExpressions/mathOperation.txt b/compiler/testData/diagnostics/tests/inline/unaryExpressions/mathOperation.txt index cac5380964d..7df800daa90 100644 --- a/compiler/testData/diagnostics/tests/inline/unaryExpressions/mathOperation.txt +++ b/compiler/testData/diagnostics/tests/inline/unaryExpressions/mathOperation.txt @@ -9,4 +9,4 @@ kotlin.inline() internal fun (T) -> V.inlineFunWithInvoke(): internal fun (T) -> V.minus(): (T) -> V internal fun T.(T) -> V.minus(): kotlin.Unit kotlin.inline() internal fun (T) -> V.plus(): (T) -> V -kotlin.inline() internal fun T.(T) -> V.plus(): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun T.(T) -> V.plus(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOnCall.txt b/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOnCall.txt index 440da2d25a7..007d6e7d1af 100644 --- a/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOnCall.txt +++ b/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOnCall.txt @@ -1,3 +1,3 @@ package -kotlin.inline() public fun test(/*0*/ predicate: (kotlin.Char) -> kotlin.Boolean): kotlin.Unit \ No newline at end of file +kotlin.inline() public fun test(/*0*/ predicate: (kotlin.Char) -> kotlin.Boolean): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOperation.txt b/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOperation.txt index 378f1b349df..4b37a589143 100644 --- a/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOperation.txt +++ b/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOperation.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFunWithInvoke(/*0 kotlin.inline() internal fun (T) -> V.not(): kotlin.Boolean internal fun (T, U) -> V.not(): kotlin.Boolean kotlin.inline() internal fun T.(T) -> V.not(): kotlin.Boolean -internal fun T.(U, V) -> W.not(): kotlin.Boolean \ No newline at end of file +internal fun T.(U, V) -> W.not(): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/inline/unsupportedConstruction.txt b/compiler/testData/diagnostics/tests/inline/unsupportedConstruction.txt index fa22d20193e..834e65598f2 100644 --- a/compiler/testData/diagnostics/tests/inline/unsupportedConstruction.txt +++ b/compiler/testData/diagnostics/tests/inline/unsupportedConstruction.txt @@ -17,4 +17,4 @@ internal final class Derived : Base { kotlin.inline() internal final override /*1*/ fun foo(/*0*/ a: kotlin.Int = ...): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inline/vararg.txt b/compiler/testData/diagnostics/tests/inline/vararg.txt index 87d1f62749b..d6e17f86f85 100644 --- a/compiler/testData/diagnostics/tests/inline/vararg.txt +++ b/compiler/testData/diagnostics/tests/inline/vararg.txt @@ -3,4 +3,4 @@ package kotlin.inline() internal fun inlineFun(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ kotlin.noinline() b: (kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun subInline(/*0*/ vararg s: (kotlin.Int) -> kotlin.Unit /*kotlin.Array<(kotlin.Int) -> kotlin.Unit>*/): kotlin.Unit internal fun subNoInline(/*0*/ vararg s: (kotlin.Int) -> kotlin.Unit /*kotlin.Array<(kotlin.Int) -> kotlin.Unit>*/): kotlin.Unit -kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ kotlin.noinline() b: (kotlin.Int) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun (kotlin.Int) -> kotlin.Unit.inlineExt(/*0*/ s: (kotlin.Int) -> kotlin.Unit, /*1*/ kotlin.noinline() b: (kotlin.Int) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inline/wrongUsage.txt b/compiler/testData/diagnostics/tests/inline/wrongUsage.txt index a32daa860ad..f7dcf3f56c5 100644 --- a/compiler/testData/diagnostics/tests/inline/wrongUsage.txt +++ b/compiler/testData/diagnostics/tests/inline/wrongUsage.txt @@ -5,4 +5,4 @@ kotlin.inline() internal fun inlineFunNoInline(/*0*/ kotlin.noinline() ext: kotl kotlin.inline() internal fun inlineFunWrongUsage(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun inlineFunWrongUsageExt(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit kotlin.inline() internal fun inlineFunWrongUsageInClosure(/*0*/ s: (kotlin.Int) -> kotlin.Unit): kotlin.Unit -kotlin.inline() internal fun inlineFunWrongUsageInClosureExt(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +kotlin.inline() internal fun inlineFunWrongUsageInClosureExt(/*0*/ ext: kotlin.Int.(kotlin.Int) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inner/classesInClassObjectHeader.txt b/compiler/testData/diagnostics/tests/inner/classesInClassObjectHeader.txt index a05f7cef013..ce6e32ae59e 100644 --- a/compiler/testData/diagnostics/tests/inner/classesInClassObjectHeader.txt +++ b/compiler/testData/diagnostics/tests/inner/classesInClassObjectHeader.txt @@ -33,4 +33,4 @@ internal final class Test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/constructorAccess.txt b/compiler/testData/diagnostics/tests/inner/constructorAccess.txt index e69264c0189..4963af22ee0 100644 --- a/compiler/testData/diagnostics/tests/inner/constructorAccess.txt +++ b/compiler/testData/diagnostics/tests/inner/constructorAccess.txt @@ -109,4 +109,4 @@ internal final class Outer2 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/deepInnerClass.txt b/compiler/testData/diagnostics/tests/inner/deepInnerClass.txt index 40d1aebf935..2a9db76c7b2 100644 --- a/compiler/testData/diagnostics/tests/inner/deepInnerClass.txt +++ b/compiler/testData/diagnostics/tests/inner/deepInnerClass.txt @@ -19,4 +19,4 @@ internal trait P { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/enumEntries.txt b/compiler/testData/diagnostics/tests/inner/enumEntries.txt index e0539ae3925..591ef6541d1 100644 --- a/compiler/testData/diagnostics/tests/inner/enumEntries.txt +++ b/compiler/testData/diagnostics/tests/inner/enumEntries.txt @@ -62,4 +62,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/extensionFun.txt b/compiler/testData/diagnostics/tests/inner/extensionFun.txt index 2eb078ec8ea..664d2fd545c 100644 --- a/compiler/testData/diagnostics/tests/inner/extensionFun.txt +++ b/compiler/testData/diagnostics/tests/inner/extensionFun.txt @@ -24,4 +24,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/extensionLambdaInsideNestedClass.txt b/compiler/testData/diagnostics/tests/inner/extensionLambdaInsideNestedClass.txt index cc09ea2456b..3dbde29a9c8 100644 --- a/compiler/testData/diagnostics/tests/inner/extensionLambdaInsideNestedClass.txt +++ b/compiler/testData/diagnostics/tests/inner/extensionLambdaInsideNestedClass.txt @@ -75,4 +75,4 @@ package f { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/illegalModifier.txt b/compiler/testData/diagnostics/tests/inner/illegalModifier.txt index 433e91fae76..204d4e6930b 100644 --- a/compiler/testData/diagnostics/tests/inner/illegalModifier.txt +++ b/compiler/testData/diagnostics/tests/inner/illegalModifier.txt @@ -194,4 +194,4 @@ internal final class P { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/innerClassesInStaticParameters.txt b/compiler/testData/diagnostics/tests/inner/innerClassesInStaticParameters.txt index b81fea9f1ea..0515de76970 100644 --- a/compiler/testData/diagnostics/tests/inner/innerClassesInStaticParameters.txt +++ b/compiler/testData/diagnostics/tests/inner/innerClassesInStaticParameters.txt @@ -28,4 +28,4 @@ internal final class Test { internal final fun test(/*0*/ t: Test.TestInner): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/innerErrorForClassObjects.txt b/compiler/testData/diagnostics/tests/inner/innerErrorForClassObjects.txt index f9e7f338018..09f15ca4d76 100644 --- a/compiler/testData/diagnostics/tests/inner/innerErrorForClassObjects.txt +++ b/compiler/testData/diagnostics/tests/inner/innerErrorForClassObjects.txt @@ -44,4 +44,4 @@ internal final class TestSome { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/innerErrorForObjects.txt b/compiler/testData/diagnostics/tests/inner/innerErrorForObjects.txt index def8e8493c8..6edeb9df0e1 100644 --- a/compiler/testData/diagnostics/tests/inner/innerErrorForObjects.txt +++ b/compiler/testData/diagnostics/tests/inner/innerErrorForObjects.txt @@ -60,4 +60,4 @@ internal final class TestSome { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/innerThisSuper.txt b/compiler/testData/diagnostics/tests/inner/innerThisSuper.txt index 1af619ec37a..9428971c03f 100644 --- a/compiler/testData/diagnostics/tests/inner/innerThisSuper.txt +++ b/compiler/testData/diagnostics/tests/inner/innerThisSuper.txt @@ -40,4 +40,4 @@ internal trait Trait { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/kt5854.txt b/compiler/testData/diagnostics/tests/inner/kt5854.txt index d00b4e28e03..71e6f3fd42e 100644 --- a/compiler/testData/diagnostics/tests/inner/kt5854.txt +++ b/compiler/testData/diagnostics/tests/inner/kt5854.txt @@ -13,4 +13,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/kt6026.txt b/compiler/testData/diagnostics/tests/inner/kt6026.txt index 60695f5c042..388e6aa4717 100644 --- a/compiler/testData/diagnostics/tests/inner/kt6026.txt +++ b/compiler/testData/diagnostics/tests/inner/kt6026.txt @@ -1,3 +1,3 @@ package -internal val oo: kotlin.Any \ No newline at end of file +internal val oo: kotlin.Any diff --git a/compiler/testData/diagnostics/tests/inner/localClass.txt b/compiler/testData/diagnostics/tests/inner/localClass.txt index 3d008407fdb..8f55d26ccd8 100644 --- a/compiler/testData/diagnostics/tests/inner/localClass.txt +++ b/compiler/testData/diagnostics/tests/inner/localClass.txt @@ -7,4 +7,4 @@ internal final class Outer { internal final fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/localClassInsideNested.txt b/compiler/testData/diagnostics/tests/inner/localClassInsideNested.txt index c90125e3985..744fadd5c42 100644 --- a/compiler/testData/diagnostics/tests/inner/localClassInsideNested.txt +++ b/compiler/testData/diagnostics/tests/inner/localClassInsideNested.txt @@ -14,4 +14,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/localThisSuper.txt b/compiler/testData/diagnostics/tests/inner/localThisSuper.txt index a3861f15141..fd59900d6d4 100644 --- a/compiler/testData/diagnostics/tests/inner/localThisSuper.txt +++ b/compiler/testData/diagnostics/tests/inner/localThisSuper.txt @@ -14,4 +14,4 @@ internal trait Trait { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/modality.txt b/compiler/testData/diagnostics/tests/inner/modality.txt index 66f08824b5a..6da2008045e 100644 --- a/compiler/testData/diagnostics/tests/inner/modality.txt +++ b/compiler/testData/diagnostics/tests/inner/modality.txt @@ -89,4 +89,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/nestedClassAccessedViaInstanceReference.txt b/compiler/testData/diagnostics/tests/inner/nestedClassAccessedViaInstanceReference.txt index 72410994128..d5fc1f004bc 100644 --- a/compiler/testData/diagnostics/tests/inner/nestedClassAccessedViaInstanceReference.txt +++ b/compiler/testData/diagnostics/tests/inner/nestedClassAccessedViaInstanceReference.txt @@ -264,4 +264,4 @@ internal final class WithoutClassObject { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuter.txt b/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuter.txt index 5b6bcfd1a8d..5649563f093 100644 --- a/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuter.txt +++ b/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuter.txt @@ -16,4 +16,4 @@ internal open class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuterGeneric.txt b/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuterGeneric.txt index 13c711e8442..42ba8f50eb2 100644 --- a/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuterGeneric.txt +++ b/compiler/testData/diagnostics/tests/inner/nestedClassExtendsOuterGeneric.txt @@ -26,4 +26,4 @@ internal open class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/nestedClassNotAllowed.txt b/compiler/testData/diagnostics/tests/inner/nestedClassNotAllowed.txt index b8605226666..c56f352c9c8 100644 --- a/compiler/testData/diagnostics/tests/inner/nestedClassNotAllowed.txt +++ b/compiler/testData/diagnostics/tests/inner/nestedClassNotAllowed.txt @@ -63,4 +63,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/nestedVsInnerAccessOuterMember.txt b/compiler/testData/diagnostics/tests/inner/nestedVsInnerAccessOuterMember.txt index f3b2dbcf1b8..f09f0d88410 100644 --- a/compiler/testData/diagnostics/tests/inner/nestedVsInnerAccessOuterMember.txt +++ b/compiler/testData/diagnostics/tests/inner/nestedVsInnerAccessOuterMember.txt @@ -40,4 +40,4 @@ internal final class Outer { internal final fun i(): [ERROR : ] public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/outerGenericParam.txt b/compiler/testData/diagnostics/tests/inner/outerGenericParam.txt index 25a20a0c6c7..3b43af4db8e 100644 --- a/compiler/testData/diagnostics/tests/inner/outerGenericParam.txt +++ b/compiler/testData/diagnostics/tests/inner/outerGenericParam.txt @@ -29,4 +29,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/outerProtectedMember.txt b/compiler/testData/diagnostics/tests/inner/outerProtectedMember.txt index 07dfa2bc880..6e351109a8d 100644 --- a/compiler/testData/diagnostics/tests/inner/outerProtectedMember.txt +++ b/compiler/testData/diagnostics/tests/inner/outerProtectedMember.txt @@ -21,4 +21,4 @@ internal trait I { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/outerSuperClassMember.txt b/compiler/testData/diagnostics/tests/inner/outerSuperClassMember.txt index d7eb38bba39..253ddb6022f 100644 --- a/compiler/testData/diagnostics/tests/inner/outerSuperClassMember.txt +++ b/compiler/testData/diagnostics/tests/inner/outerSuperClassMember.txt @@ -22,4 +22,4 @@ internal final class Derived : Base { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/classObjectOfNestedClass.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/classObjectOfNestedClass.txt index e77363b036b..5294ac34e34 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/classObjectOfNestedClass.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/classObjectOfNestedClass.txt @@ -31,4 +31,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/constructNestedClass.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/constructNestedClass.txt index 7e4505b1e89..530e5740092 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/constructNestedClass.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/constructNestedClass.txt @@ -41,4 +41,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/dataLocalVariable.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/dataLocalVariable.txt index 87e6ebe7f3f..47248214692 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/dataLocalVariable.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/dataLocalVariable.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ b: kotlin.Boolean): kotlin.Boolean -internal fun foo(/*0*/ data: kotlin.List): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ data: kotlin.List): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/enumConstant.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/enumConstant.txt index 22c737c52a2..5eb83708db9 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/enumConstant.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/enumConstant.txt @@ -55,4 +55,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/genericNestedClass.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/genericNestedClass.txt index ee067c28cc1..0f0ba700a38 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/genericNestedClass.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/genericNestedClass.txt @@ -17,4 +17,4 @@ internal final class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/importNestedClass.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/importNestedClass.txt index b6d0d52eca6..c6e43e3cdf9 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/importNestedClass.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/importNestedClass.txt @@ -26,4 +26,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedClassInPackage.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedClassInPackage.txt index a65fbd6c5d0..79146f7d379 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedClassInPackage.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedClassInPackage.txt @@ -16,4 +16,4 @@ package A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedEnumConstant.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedEnumConstant.txt index c1b359099ad..dfa8d3aa0b5 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedEnumConstant.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedEnumConstant.txt @@ -62,4 +62,4 @@ internal final class A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): A.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedObjects.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedObjects.txt index e1ef923ae8f..d3cc36dcf01 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedObjects.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/nestedObjects.txt @@ -42,4 +42,4 @@ internal object A { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/typePosition.txt b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/typePosition.txt index 4b7813f3aa7..2f257b4907c 100644 --- a/compiler/testData/diagnostics/tests/inner/qualifiedExpression/typePosition.txt +++ b/compiler/testData/diagnostics/tests/inner/qualifiedExpression/typePosition.txt @@ -24,4 +24,4 @@ internal abstract class Outer { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/referenceToSelfInLocal.txt b/compiler/testData/diagnostics/tests/inner/referenceToSelfInLocal.txt index 8a0cabfb8ff..fd79b81d306 100644 --- a/compiler/testData/diagnostics/tests/inner/referenceToSelfInLocal.txt +++ b/compiler/testData/diagnostics/tests/inner/referenceToSelfInLocal.txt @@ -1,4 +1,4 @@ package internal val closure: () -> kotlin.Unit -internal fun f(): kotlin.Unit \ No newline at end of file +internal fun f(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/inner/resolvePackageClassInObjects.txt b/compiler/testData/diagnostics/tests/inner/resolvePackageClassInObjects.txt index 283b70a4834..83707c8ac02 100644 --- a/compiler/testData/diagnostics/tests/inner/resolvePackageClassInObjects.txt +++ b/compiler/testData/diagnostics/tests/inner/resolvePackageClassInObjects.txt @@ -33,4 +33,4 @@ internal open class PackageTest { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/selfAnnotationForClassObject.txt b/compiler/testData/diagnostics/tests/inner/selfAnnotationForClassObject.txt index 2b79ff3e972..635953135dd 100644 --- a/compiler/testData/diagnostics/tests/inner/selfAnnotationForClassObject.txt +++ b/compiler/testData/diagnostics/tests/inner/selfAnnotationForClassObject.txt @@ -26,4 +26,4 @@ internal final class Test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/traits.txt b/compiler/testData/diagnostics/tests/inner/traits.txt index 89a238dd8d9..418063bcf61 100644 --- a/compiler/testData/diagnostics/tests/inner/traits.txt +++ b/compiler/testData/diagnostics/tests/inner/traits.txt @@ -21,4 +21,4 @@ internal trait Foo2 : Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/inner/visibility.txt b/compiler/testData/diagnostics/tests/inner/visibility.txt index a29013f5bff..d7ae995cc93 100644 --- a/compiler/testData/diagnostics/tests/inner/visibility.txt +++ b/compiler/testData/diagnostics/tests/inner/visibility.txt @@ -57,4 +57,4 @@ internal open class Outer { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/GenericsInSupertypes.txt b/compiler/testData/diagnostics/tests/j+k/GenericsInSupertypes.txt index fdd6807e166..8ddadb29a9c 100644 --- a/compiler/testData/diagnostics/tests/j+k/GenericsInSupertypes.txt +++ b/compiler/testData/diagnostics/tests/j+k/GenericsInSupertypes.txt @@ -92,4 +92,4 @@ package p { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/InheritedGenericFunction.txt b/compiler/testData/diagnostics/tests/j+k/InheritedGenericFunction.txt index 6898cb430cc..9a5ede71166 100644 --- a/compiler/testData/diagnostics/tests/j+k/InheritedGenericFunction.txt +++ b/compiler/testData/diagnostics/tests/j+k/InheritedGenericFunction.txt @@ -6,4 +6,4 @@ internal abstract class K : p.C { public open override /*1*/ /*fake_override*/ fun foo(/*0*/ p: TB!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/KJKInheritance.txt b/compiler/testData/diagnostics/tests/j+k/KJKInheritance.txt index 978b7eb39b1..eef3576a77c 100644 --- a/compiler/testData/diagnostics/tests/j+k/KJKInheritance.txt +++ b/compiler/testData/diagnostics/tests/j+k/KJKInheritance.txt @@ -25,4 +25,4 @@ internal open class KFirst { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/KJKInheritanceGeneric.txt b/compiler/testData/diagnostics/tests/j+k/KJKInheritanceGeneric.txt index 4e6178149b8..863891cc8bd 100644 --- a/compiler/testData/diagnostics/tests/j+k/KJKInheritanceGeneric.txt +++ b/compiler/testData/diagnostics/tests/j+k/KJKInheritanceGeneric.txt @@ -25,4 +25,4 @@ internal open class KFirst { internal final fun foo(/*0*/ t: T): T public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/OverrideVararg.txt b/compiler/testData/diagnostics/tests/j+k/OverrideVararg.txt index fa430196254..d353d1add08 100644 --- a/compiler/testData/diagnostics/tests/j+k/OverrideVararg.txt +++ b/compiler/testData/diagnostics/tests/j+k/OverrideVararg.txt @@ -14,4 +14,4 @@ internal final class Bbb : Aaa { public open override /*1*/ fun foo(/*0*/ vararg args: kotlin.String? /*kotlin.Array*/): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/Simple.txt b/compiler/testData/diagnostics/tests/j+k/Simple.txt index ea8924160d1..5b6fce5b8b0 100644 --- a/compiler/testData/diagnostics/tests/j+k/Simple.txt +++ b/compiler/testData/diagnostics/tests/j+k/Simple.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ a: aa.A): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ a: aa.A): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/j+k/StaticMembersFromSuperclasses.txt b/compiler/testData/diagnostics/tests/j+k/StaticMembersFromSuperclasses.txt index 4fd919146ef..a815f8e5890 100644 --- a/compiler/testData/diagnostics/tests/j+k/StaticMembersFromSuperclasses.txt +++ b/compiler/testData/diagnostics/tests/j+k/StaticMembersFromSuperclasses.txt @@ -20,4 +20,4 @@ public open class Bbb : Aaa { // Static members public final val i: kotlin.String = "s" -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-SpecialTypes.txt b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-SpecialTypes.txt index f53c9d7b9d9..ac3d083dfb6 100644 --- a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-SpecialTypes.txt +++ b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-SpecialTypes.txt @@ -25,4 +25,4 @@ public open class Y : X { org.jetbrains.annotations.NotNull() public/*package*/ open override /*1*/ /*fake_override*/ fun fooN(): kotlin.String! public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-UserTypes.txt b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-UserTypes.txt index f281554f7d2..28891f6e92d 100644 --- a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-UserTypes.txt +++ b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-NotNull-UserTypes.txt @@ -25,4 +25,4 @@ public open class Y : X { org.jetbrains.annotations.NotNull() public/*package*/ open override /*1*/ /*fake_override*/ fun fooN(): A! public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-SpecialTypes.txt b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-SpecialTypes.txt index 03fc44e6a46..f24f0946946 100644 --- a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-SpecialTypes.txt +++ b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-SpecialTypes.txt @@ -25,4 +25,4 @@ public open class Y : X { public/*package*/ open override /*1*/ /*fake_override*/ fun foo(): kotlin.String! public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-UserTypes.txt b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-UserTypes.txt index 2e310fc05ca..3e8a2f32d82 100644 --- a/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-UserTypes.txt +++ b/compiler/testData/diagnostics/tests/j+k/SupertypeArgumentsNullability-UserTypes.txt @@ -25,4 +25,4 @@ public open class Y : X { public/*package*/ open override /*1*/ /*fake_override*/ fun foo(): A! public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/UnboxingNulls.txt b/compiler/testData/diagnostics/tests/j+k/UnboxingNulls.txt index 50d1bcb907f..a2046ae0b31 100644 --- a/compiler/testData/diagnostics/tests/j+k/UnboxingNulls.txt +++ b/compiler/testData/diagnostics/tests/j+k/UnboxingNulls.txt @@ -10,4 +10,4 @@ package a { public/*package*/ open fun t(): T! public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/accessClassObjectFromJava.txt b/compiler/testData/diagnostics/tests/j+k/accessClassObjectFromJava.txt index e8ff7cef8b6..6c9259d7977 100644 --- a/compiler/testData/diagnostics/tests/j+k/accessClassObjectFromJava.txt +++ b/compiler/testData/diagnostics/tests/j+k/accessClassObjectFromJava.txt @@ -14,4 +14,4 @@ internal final class Foo { internal final fun test(/*0*/ a: [ERROR : Foo.`object`]): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/ambiguousSamAdapters.txt b/compiler/testData/diagnostics/tests/j+k/ambiguousSamAdapters.txt index 940033e6bd7..e130137302b 100644 --- a/compiler/testData/diagnostics/tests/j+k/ambiguousSamAdapters.txt +++ b/compiler/testData/diagnostics/tests/j+k/ambiguousSamAdapters.txt @@ -13,4 +13,4 @@ public open class A { public final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit public open fun foo(/*0*/ c: java.io.Closeable!): kotlin.Unit public open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/cantDeclareIfSamAdapterIsInherited.txt b/compiler/testData/diagnostics/tests/j+k/cantDeclareIfSamAdapterIsInherited.txt index 0a3aec50478..a95fefd091c 100644 --- a/compiler/testData/diagnostics/tests/j+k/cantDeclareIfSamAdapterIsInherited.txt +++ b/compiler/testData/diagnostics/tests/j+k/cantDeclareIfSamAdapterIsInherited.txt @@ -25,4 +25,4 @@ public/*package*/ open class Super { public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/inheritAbstractSamAdapter.txt b/compiler/testData/diagnostics/tests/j+k/inheritAbstractSamAdapter.txt index f3d61d62bcc..d1d12858176 100644 --- a/compiler/testData/diagnostics/tests/j+k/inheritAbstractSamAdapter.txt +++ b/compiler/testData/diagnostics/tests/j+k/inheritAbstractSamAdapter.txt @@ -29,4 +29,4 @@ internal final class C : B { public open override /*1*/ fun foo(/*0*/ r: java.lang.Runnable?): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/innerNestedClassFromJava.txt b/compiler/testData/diagnostics/tests/j+k/innerNestedClassFromJava.txt index 17e2fc67a18..d9a8b5ae5f2 100644 --- a/compiler/testData/diagnostics/tests/j+k/innerNestedClassFromJava.txt +++ b/compiler/testData/diagnostics/tests/j+k/innerNestedClassFromJava.txt @@ -2,4 +2,4 @@ package package b { internal fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/invisiblePackagePrivateInheritedMember.txt b/compiler/testData/diagnostics/tests/j+k/invisiblePackagePrivateInheritedMember.txt index efb9225ffc0..cf06e8b4808 100644 --- a/compiler/testData/diagnostics/tests/j+k/invisiblePackagePrivateInheritedMember.txt +++ b/compiler/testData/diagnostics/tests/j+k/invisiblePackagePrivateInheritedMember.txt @@ -2,4 +2,4 @@ package package c { internal fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt1402.txt b/compiler/testData/diagnostics/tests/j+k/kt1402.txt index abe6dc168ad..db72d8e0f54 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt1402.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt1402.txt @@ -3,4 +3,4 @@ package package b { internal fun doSmth(/*0*/ b: a.M.Inner): a.M.Inner internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt1431.txt b/compiler/testData/diagnostics/tests/j+k/kt1431.txt index fa74b9a8f46..eb9e5083b18 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt1431.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt1431.txt @@ -2,4 +2,4 @@ package package d { internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt2152.txt b/compiler/testData/diagnostics/tests/j+k/kt2152.txt index 7f3b74b395c..84098174fdb 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt2152.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt2152.txt @@ -12,4 +12,4 @@ public open class Ccc : Bbb { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt2394.txt b/compiler/testData/diagnostics/tests/j+k/kt2394.txt index 4d8bb07e9d5..f0ed9e3359c 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt2394.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt2394.txt @@ -3,4 +3,4 @@ package package d { internal fun bar(/*0*/ c: kotlin.Collection): kotlin.Unit internal fun foo(/*0*/ iterable: kotlin.Iterable, /*1*/ iterator: kotlin.Iterator, /*2*/ comparable: kotlin.Comparable): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt2606.txt b/compiler/testData/diagnostics/tests/j+k/kt2606.txt index c64d0331f92..9bb9f03dda9 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt2606.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt2606.txt @@ -2,4 +2,4 @@ package package n { internal fun bar(): kotlin.Iterator? -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt2619.txt b/compiler/testData/diagnostics/tests/j+k/kt2619.txt index a5c0632ece0..8b1ee266837 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt2619.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt2619.txt @@ -54,4 +54,4 @@ public final enum class Type : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): Type public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt2641.txt b/compiler/testData/diagnostics/tests/j+k/kt2641.txt index ba7ffc4651b..d7365a93123 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt2641.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt2641.txt @@ -2,4 +2,4 @@ package package a { internal fun bar(/*0*/ any: kotlin.Any): java.lang.Iterable? -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt2890.txt b/compiler/testData/diagnostics/tests/j+k/kt2890.txt index c0a1e5596df..b92a1f3344c 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt2890.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt2890.txt @@ -12,4 +12,4 @@ package _03_collections { // Static members public open fun add(/*0*/ ints: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt3307.txt b/compiler/testData/diagnostics/tests/j+k/kt3307.txt index dc776b20218..4579b14985d 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt3307.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt3307.txt @@ -15,4 +15,4 @@ public open class SubBug : Bug { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open fun save(): SubBug! public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/kt3311.txt b/compiler/testData/diagnostics/tests/j+k/kt3311.txt index d594f2d7d3a..c94a7f3ad6f 100644 --- a/compiler/testData/diagnostics/tests/j+k/kt3311.txt +++ b/compiler/testData/diagnostics/tests/j+k/kt3311.txt @@ -20,4 +20,4 @@ public open class Super { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open fun setFoo(/*0*/ foo: kotlin.Boolean): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/mutableIterator.txt b/compiler/testData/diagnostics/tests/j+k/mutableIterator.txt index 1625986fd26..8e90f0efbc9 100644 --- a/compiler/testData/diagnostics/tests/j+k/mutableIterator.txt +++ b/compiler/testData/diagnostics/tests/j+k/mutableIterator.txt @@ -2,4 +2,4 @@ package package n { internal fun foo(/*0*/ c: a.JC, /*1*/ iterator: kotlin.Iterator, /*2*/ iterable: kotlin.Iterable): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/overrideRawType.txt b/compiler/testData/diagnostics/tests/j+k/overrideRawType.txt index d0ab0b66889..d0da2358915 100644 --- a/compiler/testData/diagnostics/tests/j+k/overrideRawType.txt +++ b/compiler/testData/diagnostics/tests/j+k/overrideRawType.txt @@ -22,4 +22,4 @@ public open class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/packagePrivateClassStaticMember.txt b/compiler/testData/diagnostics/tests/j+k/packagePrivateClassStaticMember.txt index d67d143d1bf..2685a041c03 100644 --- a/compiler/testData/diagnostics/tests/j+k/packagePrivateClassStaticMember.txt +++ b/compiler/testData/diagnostics/tests/j+k/packagePrivateClassStaticMember.txt @@ -12,4 +12,4 @@ package foo { // Static members public/*package*/ open fun baz(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/packageVisibility.txt b/compiler/testData/diagnostics/tests/j+k/packageVisibility.txt index f13dd9ddd31..5b5b5dde66a 100644 --- a/compiler/testData/diagnostics/tests/j+k/packageVisibility.txt +++ b/compiler/testData/diagnostics/tests/j+k/packageVisibility.txt @@ -39,4 +39,4 @@ package b { internal val x: kotlin.Int internal val y: kotlin.Int internal val z: a.MyJavaClass.NestedClass -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/privateNestedClassStaticMember.txt b/compiler/testData/diagnostics/tests/j+k/privateNestedClassStaticMember.txt index aefa0158484..dc8f04a7788 100644 --- a/compiler/testData/diagnostics/tests/j+k/privateNestedClassStaticMember.txt +++ b/compiler/testData/diagnostics/tests/j+k/privateNestedClassStaticMember.txt @@ -1,3 +1,3 @@ package -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/j+k/protectedStaticSamePackage.txt b/compiler/testData/diagnostics/tests/j+k/protectedStaticSamePackage.txt index ddb055e9640..24e7969a5fc 100644 --- a/compiler/testData/diagnostics/tests/j+k/protectedStaticSamePackage.txt +++ b/compiler/testData/diagnostics/tests/j+k/protectedStaticSamePackage.txt @@ -13,4 +13,4 @@ package test { protected/*protected static*/ final var field: kotlin.Int protected/*protected static*/ open fun method(): kotlin.String! } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/recursiveRawUpperBound.txt b/compiler/testData/diagnostics/tests/j+k/recursiveRawUpperBound.txt index 00ec0cc1795..2c4258c596b 100644 --- a/compiler/testData/diagnostics/tests/j+k/recursiveRawUpperBound.txt +++ b/compiler/testData/diagnostics/tests/j+k/recursiveRawUpperBound.txt @@ -15,4 +15,4 @@ public/*package*/ open class X { public/*package*/ open fun foo(): Bad!>! public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/j+k/samInConstructorWithGenerics.txt b/compiler/testData/diagnostics/tests/j+k/samInConstructorWithGenerics.txt index 37ff783df31..246bce0a2d4 100644 --- a/compiler/testData/diagnostics/tests/j+k/samInConstructorWithGenerics.txt +++ b/compiler/testData/diagnostics/tests/j+k/samInConstructorWithGenerics.txt @@ -5,4 +5,4 @@ internal final class K : j.Observable { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListAndMap.txt b/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListAndMap.txt index 3990335e301..d538195c691 100644 --- a/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListAndMap.txt +++ b/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListAndMap.txt @@ -3,4 +3,4 @@ package package kotlin1 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun test(/*0*/ a: kotlin.List, /*1*/ m: kotlin.Map): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListClone.txt b/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListClone.txt index 0ebddaf869f..338de9e7424 100644 --- a/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListClone.txt +++ b/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListClone.txt @@ -2,4 +2,4 @@ package package kotlin1 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListToArray.txt b/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListToArray.txt index 0ebddaf869f..338de9e7424 100644 --- a/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListToArray.txt +++ b/compiler/testData/diagnostics/tests/jdk-annotations/ArrayListToArray.txt @@ -2,4 +2,4 @@ package package kotlin1 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/jdk-annotations/sql/DriverManager.txt b/compiler/testData/diagnostics/tests/jdk-annotations/sql/DriverManager.txt index 5d3cc0b9480..7a4e2458709 100644 --- a/compiler/testData/diagnostics/tests/jdk-annotations/sql/DriverManager.txt +++ b/compiler/testData/diagnostics/tests/jdk-annotations/sql/DriverManager.txt @@ -5,4 +5,4 @@ internal fun getConnection(/*0*/ url: kotlin.String?, /*1*/ props: java.util.Pro internal fun getConnection(/*0*/ url: kotlin.String?, /*1*/ user: kotlin.String?, /*2*/ password: kotlin.String?): kotlin.Unit internal fun getDriver(/*0*/ url: kotlin.String?): kotlin.Unit internal fun getDrivers(): kotlin.Unit -internal fun registerDriver(/*0*/ driver: java.sql.Driver?): kotlin.Unit \ No newline at end of file +internal fun registerDriver(/*0*/ driver: java.sql.Driver?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/jdk-annotations/sql/ResultSet.txt b/compiler/testData/diagnostics/tests/jdk-annotations/sql/ResultSet.txt index a6b9f6d8108..e3fa014b8a0 100644 --- a/compiler/testData/diagnostics/tests/jdk-annotations/sql/ResultSet.txt +++ b/compiler/testData/diagnostics/tests/jdk-annotations/sql/ResultSet.txt @@ -1,3 +1,3 @@ package -internal fun getMetaData(/*0*/ rs: java.sql.ResultSet): kotlin.Unit \ No newline at end of file +internal fun getMetaData(/*0*/ rs: java.sql.ResultSet): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/jdk-annotations/sql/Statement.txt b/compiler/testData/diagnostics/tests/jdk-annotations/sql/Statement.txt index 3f7c5331d5f..94a40e12159 100644 --- a/compiler/testData/diagnostics/tests/jdk-annotations/sql/Statement.txt +++ b/compiler/testData/diagnostics/tests/jdk-annotations/sql/Statement.txt @@ -2,4 +2,4 @@ package internal fun executeQuery(/*0*/ statement: java.sql.PreparedStatement): kotlin.Unit internal fun executeQuery(/*0*/ statement: java.sql.Statement, /*1*/ cmd: kotlin.String?): kotlin.Unit -internal fun executeUpdate(/*0*/ statement: java.sql.Statement, /*1*/ cmd: kotlin.String?): kotlin.Unit \ No newline at end of file +internal fun executeUpdate(/*0*/ statement: java.sql.Statement, /*1*/ cmd: kotlin.String?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/kt310.txt b/compiler/testData/diagnostics/tests/kt310.txt index 429fd684d8d..2cf6278d8b6 100644 --- a/compiler/testData/diagnostics/tests/kt310.txt +++ b/compiler/testData/diagnostics/tests/kt310.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ c: kotlin.Array): kotlin.Int \ No newline at end of file +internal fun f(/*0*/ c: kotlin.Array): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/kt53.txt b/compiler/testData/diagnostics/tests/kt53.txt index 5dd486ea6fe..623e54aebec 100644 --- a/compiler/testData/diagnostics/tests/kt53.txt +++ b/compiler/testData/diagnostics/tests/kt53.txt @@ -1,4 +1,4 @@ package internal val T.foo: E? -internal fun test(): kotlin.Int? \ No newline at end of file +internal fun test(): kotlin.Int? diff --git a/compiler/testData/diagnostics/tests/labels/kt1703.txt b/compiler/testData/diagnostics/tests/labels/kt1703.txt index fac68b77e5c..760db653232 100644 --- a/compiler/testData/diagnostics/tests/labels/kt1703.txt +++ b/compiler/testData/diagnostics/tests/labels/kt1703.txt @@ -2,4 +2,4 @@ package internal fun test(): kotlin.Unit internal fun use(/*0*/ a: kotlin.Any?): kotlin.Any? -internal fun kotlin.Array.forEach(/*0*/ operation: (T) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun kotlin.Array.forEach(/*0*/ operation: (T) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/labels/kt361.txt b/compiler/testData/diagnostics/tests/labels/kt361.txt index f7a90f55235..3072c57ab6c 100644 --- a/compiler/testData/diagnostics/tests/labels/kt361.txt +++ b/compiler/testData/diagnostics/tests/labels/kt361.txt @@ -1,3 +1,3 @@ package -internal fun nonlocals(/*0*/ b: kotlin.Boolean): kotlin.Unit \ No newline at end of file +internal fun nonlocals(/*0*/ b: kotlin.Boolean): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/labels/kt3920.txt b/compiler/testData/diagnostics/tests/labels/kt3920.txt index cad2787655c..56ac74c12ce 100644 --- a/compiler/testData/diagnostics/tests/labels/kt3920.txt +++ b/compiler/testData/diagnostics/tests/labels/kt3920.txt @@ -1,4 +1,4 @@ package internal fun run(/*0*/ f: () -> T): T -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/labels/kt3988.txt b/compiler/testData/diagnostics/tests/labels/kt3988.txt index a70bfe9f98f..f499c4bc22c 100644 --- a/compiler/testData/diagnostics/tests/labels/kt3988.txt +++ b/compiler/testData/diagnostics/tests/labels/kt3988.txt @@ -18,4 +18,4 @@ internal final class Comment2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/labels/kt4247.txt b/compiler/testData/diagnostics/tests/labels/kt4247.txt index d2e9fd7900b..6d895e105b5 100644 --- a/compiler/testData/diagnostics/tests/labels/kt4247.txt +++ b/compiler/testData/diagnostics/tests/labels/kt4247.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ bar1: (kotlin.String.() -> kotlin.Int) -> kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ bar1: (kotlin.String.() -> kotlin.Int) -> kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/labels/kt4586.txt b/compiler/testData/diagnostics/tests/labels/kt4586.txt index 1ecb99cf561..2871a9f247b 100644 --- a/compiler/testData/diagnostics/tests/labels/kt4586.txt +++ b/compiler/testData/diagnostics/tests/labels/kt4586.txt @@ -1,4 +1,4 @@ package internal val str: kotlin.String -internal fun string(/*0*/ init: java.lang.StringBuilder.() -> kotlin.Unit): kotlin.String \ No newline at end of file +internal fun string(/*0*/ init: java.lang.StringBuilder.() -> kotlin.Unit): kotlin.String diff --git a/compiler/testData/diagnostics/tests/labels/kt4603.txt b/compiler/testData/diagnostics/tests/labels/kt4603.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/labels/kt4603.txt +++ b/compiler/testData/diagnostics/tests/labels/kt4603.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/labels/kt591.txt b/compiler/testData/diagnostics/tests/labels/kt591.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/labels/kt591.txt +++ b/compiler/testData/diagnostics/tests/labels/kt591.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/labels/labelReferencesInsideObjectExpressions.txt b/compiler/testData/diagnostics/tests/labels/labelReferencesInsideObjectExpressions.txt index 057fc0a1098..b17c67ff5e7 100644 --- a/compiler/testData/diagnostics/tests/labels/labelReferencesInsideObjectExpressions.txt +++ b/compiler/testData/diagnostics/tests/labels/labelReferencesInsideObjectExpressions.txt @@ -15,4 +15,4 @@ internal trait B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/labels/labelsMustBeNamed.txt b/compiler/testData/diagnostics/tests/labels/labelsMustBeNamed.txt index 3bc73cf5f38..d6ac2b0917d 100644 --- a/compiler/testData/diagnostics/tests/labels/labelsMustBeNamed.txt +++ b/compiler/testData/diagnostics/tests/labels/labelsMustBeNamed.txt @@ -19,4 +19,4 @@ internal final class B : A { internal final override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/library/Collections.txt b/compiler/testData/diagnostics/tests/library/Collections.txt index 33d4ecb0c95..0d8f0247b73 100644 --- a/compiler/testData/diagnostics/tests/library/Collections.txt +++ b/compiler/testData/diagnostics/tests/library/Collections.txt @@ -10,4 +10,4 @@ package collections { internal fun testMutableMap(/*0*/ m: kotlin.MutableMap): kotlin.Unit internal fun testMutableSet(/*0*/ s: kotlin.MutableSet, /*1*/ t: T): kotlin.Unit internal fun testSet(/*0*/ s: kotlin.Set, /*1*/ t: T): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/library/kt828.txt b/compiler/testData/diagnostics/tests/library/kt828.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/library/kt828.txt +++ b/compiler/testData/diagnostics/tests/library/kt828.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/collectionMethodStub.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/collectionMethodStub.txt index f2a5c11bbf9..37e66403930 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/collectionMethodStub.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/collectionMethodStub.txt @@ -549,4 +549,4 @@ package kotlin { public final annotation class tailRecursive : kotlin.Annotation { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArguments.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArguments.txt index 7cc510095f1..43fea1c54e1 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArguments.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArguments.txt @@ -54,4 +54,4 @@ package p { public final class M1 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArgumentsReversed.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArgumentsReversed.txt index cd1d110de84..8314eba5472 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArgumentsReversed.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/differentGenericArgumentsReversed.txt @@ -54,4 +54,4 @@ package p { public final class M1 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateClass.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateClass.txt index 1db4c9fc0cf..2bf782f983c 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateClass.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateClass.txt @@ -55,4 +55,4 @@ package p { public final class B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateNestedClasses.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateNestedClasses.txt index c76b1a747cf..ef190104e83 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateNestedClasses.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateNestedClasses.txt @@ -184,4 +184,4 @@ package p { public final class M1 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateSuperClass.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateSuperClass.txt index 483fbf0d818..e00f4329340 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateSuperClass.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/duplicateSuperClass.txt @@ -63,4 +63,4 @@ package p { public final class M1 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericArgumentNumberMismatch.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericArgumentNumberMismatch.txt index cfea2ca2abb..ef4328d8e61 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericArgumentNumberMismatch.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericArgumentNumberMismatch.txt @@ -54,4 +54,4 @@ package p { public final class M1 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericSuperClass.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericSuperClass.txt index e79c1b5123e..3158783cfeb 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericSuperClass.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/genericSuperClass.txt @@ -107,4 +107,4 @@ package p { public final class M1 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsage.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsage.txt index 8cb2e0cbca1..0ad30f52cff 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsage.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsage.txt @@ -41,4 +41,4 @@ package p { public final class B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsageNoTypeAnnotation.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsageNoTypeAnnotation.txt index 8cb2e0cbca1..0ad30f52cff 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsageNoTypeAnnotation.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/inTheSameModuleWithUsageNoTypeAnnotation.txt @@ -41,4 +41,4 @@ package p { public final class B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/members.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/members.txt index 16cdb19d3d8..fed8719e3c8 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/members.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/members.txt @@ -66,4 +66,4 @@ package p { public final class M2 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameClassNameDifferentPackages.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameClassNameDifferentPackages.txt index c931760f04a..5f97926c3f1 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameClassNameDifferentPackages.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameClassNameDifferentPackages.txt @@ -41,4 +41,4 @@ package p { public final class B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameGenericArguments.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameGenericArguments.txt index 809ee23cd23..8d2f98ce577 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameGenericArguments.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateClass/sameGenericArguments.txt @@ -54,4 +54,4 @@ package p { public final class M1 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParams.txt index 6444aa21be7..202087bd6e6 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParams.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsBoundMismatch.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsBoundMismatch.txt index 12743108f10..1b96af57aad 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsBoundMismatch.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsBoundMismatch.txt @@ -68,4 +68,4 @@ package p { public trait Tr { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsIndexMismatch.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsIndexMismatch.txt index d71c2d94a58..968c3a7ca15 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsIndexMismatch.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsIndexMismatch.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsNameMismatch.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsNameMismatch.txt index eca094f27de..d75ec30c61e 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsNameMismatch.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInParamsNameMismatch.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInReturnType.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInReturnType.txt index 6bb5e4be14a..2ee4d193029 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInReturnType.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classGenericsInReturnType.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classVsFunctionGenericsInParamsMismatch.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classVsFunctionGenericsInParamsMismatch.txt index 5ce64aa5118..c653c9e3a30 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classVsFunctionGenericsInParamsMismatch.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/classVsFunctionGenericsInParamsMismatch.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/covariantReturnTypes.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/covariantReturnTypes.txt index 674233c0ea0..5d3c8a9f263 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/covariantReturnTypes.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/covariantReturnTypes.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differenceInParamNames.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differenceInParamNames.txt index 90c9dc9d60e..f62e313c7b2 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differenceInParamNames.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differenceInParamNames.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentGenericsInParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentGenericsInParams.txt index a3bf4c0b0c7..2f124b2d037 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentGenericsInParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentGenericsInParams.txt @@ -109,4 +109,4 @@ package p { public trait G2 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentNumberOfParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentNumberOfParams.txt index c6093c363c2..8d2dbaec4e7 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentNumberOfParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentNumberOfParams.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentReturnTypes.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentReturnTypes.txt index c6e5c4b780a..4f344295ef5 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentReturnTypes.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/differentReturnTypes.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/extensionMatch.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/extensionMatch.txt index 3754bd4dea6..c59450bf5c5 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/extensionMatch.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/extensionMatch.txt @@ -59,4 +59,4 @@ package p { public final class C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParams.txt index ef5e4b6ce7e..45a3c403e1f 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParams.txt @@ -59,4 +59,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsBoundsMismatch.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsBoundsMismatch.txt index d168ffb892d..33270180596 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsBoundsMismatch.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsBoundsMismatch.txt @@ -68,4 +68,4 @@ package p { public trait Tr { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsEqNull.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsEqNull.txt index 43201ac5f78..34ccc58ae0e 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsEqNull.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsEqNull.txt @@ -61,4 +61,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsNotIs.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsNotIs.txt index ef5e4b6ce7e..45a3c403e1f 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsNotIs.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsNotIs.txt @@ -59,4 +59,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnFooT.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnFooT.txt index dc211198624..31e15e3d6ed 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnFooT.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnFooT.txt @@ -79,4 +79,4 @@ package p { public trait Foo { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnT.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnT.txt index 52fa950f882..31b587f6fd6 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnT.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/functionGenericsInParamsReturnT.txt @@ -59,4 +59,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noGenericsInParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noGenericsInParams.txt index b23f333e798..e7023ce34bc 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noGenericsInParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noGenericsInParams.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noParams.txt index 733cc6f1b78..2de87a81be5 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/noParams.txt @@ -59,4 +59,4 @@ package p { public final class C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/sameGenericsInParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/sameGenericsInParams.txt index c991760566f..74a311e8212 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/sameGenericsInParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/sameGenericsInParams.txt @@ -109,4 +109,4 @@ package p { public trait G2 { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/simpleWithInheritance.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/simpleWithInheritance.txt index 94f178a9818..89ec91a183e 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/simpleWithInheritance.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/simpleWithInheritance.txt @@ -69,4 +69,4 @@ package p { public trait D : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/substitutedGenericInParams.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/substitutedGenericInParams.txt index 140e1742b0d..b011c7f6916 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/substitutedGenericInParams.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateMethod/substitutedGenericInParams.txt @@ -58,4 +58,4 @@ package p { public trait C : p.B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/differentSuperTraits.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/differentSuperTraits.txt index a67fdee74b6..66816a179e2 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/differentSuperTraits.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/differentSuperTraits.txt @@ -79,4 +79,4 @@ package p { public trait C : p.A { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTrait.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTrait.txt index 0cf1ba72f87..ddba39619a8 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTrait.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTrait.txt @@ -68,4 +68,4 @@ package p { public trait Base { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitDifferentBounds.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitDifferentBounds.txt index 6b2e8b925a1..0240c7f2973 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitDifferentBounds.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitDifferentBounds.txt @@ -69,4 +69,4 @@ package p { public trait Base { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitGenerics.txt b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitGenerics.txt index 7fb78f1d47b..6bcc44c4d91 100644 --- a/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitGenerics.txt +++ b/compiler/testData/diagnostics/tests/multimodule/duplicateSuper/sameSuperTraitGenerics.txt @@ -68,4 +68,4 @@ package p { public trait Base { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/internal.txt b/compiler/testData/diagnostics/tests/multimodule/internal.txt index 490ba5a5a49..81ce00c4f11 100644 --- a/compiler/testData/diagnostics/tests/multimodule/internal.txt +++ b/compiler/testData/diagnostics/tests/multimodule/internal.txt @@ -49,4 +49,4 @@ package p { internal final class B { // -- Module: -- } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/multimodule/packagePrivate.txt b/compiler/testData/diagnostics/tests/multimodule/packagePrivate.txt index 5771ff065eb..4a7e6294059 100644 --- a/compiler/testData/diagnostics/tests/multimodule/packagePrivate.txt +++ b/compiler/testData/diagnostics/tests/multimodule/packagePrivate.txt @@ -14,4 +14,4 @@ package p { private val a: kotlin.Int = 1 internal val b: kotlin.Int = 1 internal val c: kotlin.Int = 1 -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/namedArguments/allowForJavaAnnotation.txt b/compiler/testData/diagnostics/tests/namedArguments/allowForJavaAnnotation.txt index 8eb925ad2b4..855760901d7 100644 --- a/compiler/testData/diagnostics/tests/namedArguments/allowForJavaAnnotation.txt +++ b/compiler/testData/diagnostics/tests/namedArguments/allowForJavaAnnotation.txt @@ -9,4 +9,4 @@ public final annotation class A : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String public abstract fun x(): kotlin.Int public abstract fun y(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaConstructor.txt b/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaConstructor.txt index 8a037fa09b3..69ad509e1ad 100644 --- a/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaConstructor.txt +++ b/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaConstructor.txt @@ -7,4 +7,4 @@ public open class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaMethods.txt b/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaMethods.txt index 42f93210db5..7484bfb96de 100644 --- a/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaMethods.txt +++ b/compiler/testData/diagnostics/tests/namedArguments/disallowForJavaMethods.txt @@ -31,4 +31,4 @@ internal final class KotlinSubSubClass : KotlinSubClass { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public/*package*/ open override /*1*/ /*fake_override*/ fun multipleParameters(/*0*/ first: kotlin.Int, /*1*/ second: kotlin.Long, /*2*/ third: kotlin.String!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterConstructor.txt b/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterConstructor.txt index 0431a89b1b0..4f834783d2b 100644 --- a/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterConstructor.txt +++ b/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterConstructor.txt @@ -10,4 +10,4 @@ package test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterFunction.txt b/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterFunction.txt index 411482357f3..8b55f403781 100644 --- a/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterFunction.txt +++ b/compiler/testData/diagnostics/tests/namedArguments/disallowForSamAdapterFunction.txt @@ -13,4 +13,4 @@ package test { public final /*synthesized*/ fun foo(/*0*/ s: kotlin.String!, /*1*/ r: (() -> kotlin.Unit)!, /*2*/ z: kotlin.Boolean!): kotlin.Unit public open fun foo(/*0*/ s: kotlin.String!, /*1*/ r: java.lang.Runnable!, /*2*/ z: kotlin.Boolean!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/namedArguments/namedArgumentsAndDefaultValues.txt b/compiler/testData/diagnostics/tests/namedArguments/namedArgumentsAndDefaultValues.txt index ad0dd197c71..0e09a761e4a 100644 --- a/compiler/testData/diagnostics/tests/namedArguments/namedArgumentsAndDefaultValues.txt +++ b/compiler/testData/diagnostics/tests/namedArguments/namedArgumentsAndDefaultValues.txt @@ -2,4 +2,4 @@ package internal fun bar(/*0*/ x: kotlin.Int = ..., /*1*/ y: kotlin.Int = ..., /*2*/ z: kotlin.String): kotlin.Unit internal fun foo(/*0*/ a: kotlin.Int = ..., /*1*/ b: kotlin.String = ...): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/AssertNotNull.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/AssertNotNull.txt index aefa0158484..dc8f04a7788 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/AssertNotNull.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/AssertNotNull.txt @@ -1,3 +1,3 @@ package -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/InfixCallNullability.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/InfixCallNullability.txt index 3b06bdce187..5a59b22fe3d 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/InfixCallNullability.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/InfixCallNullability.txt @@ -12,4 +12,4 @@ internal final class A { internal final fun minus(): kotlin.Unit internal final fun plus(/*0*/ i: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/NullableNothingIsExactlyNull.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/NullableNothingIsExactlyNull.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/NullableNothingIsExactlyNull.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/NullableNothingIsExactlyNull.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/PreferExtensionsOnNullableReceiver.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/PreferExtensionsOnNullableReceiver.txt index 18344b1f1de..fc1efbfa70b 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/PreferExtensionsOnNullableReceiver.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/PreferExtensionsOnNullableReceiver.txt @@ -9,4 +9,4 @@ internal final class Foo { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/QualifiedExpressionNullability.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/QualifiedExpressionNullability.txt index 803d16d3377..d6fa3127c3d 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/QualifiedExpressionNullability.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/QualifiedExpressionNullability.txt @@ -8,4 +8,4 @@ internal final class Foo { internal final fun foo(/*0*/ a: Foo): Foo public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/ReceiverNullability.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/ReceiverNullability.txt index 5381558bbc9..c97a5c5a746 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/ReceiverNullability.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/ReceiverNullability.txt @@ -12,4 +12,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/SenselessNullInWhen.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/SenselessNullInWhen.txt index 61413da8261..57149aaae06 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/SenselessNullInWhen.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/SenselessNullInWhen.txt @@ -2,4 +2,4 @@ package package kt2457 { internal fun foo(/*0*/ i: kotlin.Int): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/dataFlowInfoAfterExclExcl.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/dataFlowInfoAfterExclExcl.txt index c7bbe2bf95c..02215d89b82 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/dataFlowInfoAfterExclExcl.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/dataFlowInfoAfterExclExcl.txt @@ -1,4 +1,4 @@ package internal fun doString(/*0*/ s: kotlin.String): kotlin.String -internal fun foo(/*0*/ d: kotlin.Any?): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ d: kotlin.Any?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/equalityUnderNotNullCheck.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/equalityUnderNotNullCheck.txt index 120ba1a7534..4f4fc5b5bf5 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/equalityUnderNotNullCheck.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/equalityUnderNotNullCheck.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ a: kotlin.Any?): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ a: kotlin.Any?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideAmbiguity.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideAmbiguity.txt index 60d7b9f39b6..3b2b170944f 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideAmbiguity.txt @@ -4,4 +4,4 @@ package d { internal fun bar(): kotlin.Unit internal fun doSmth1(/*0*/ f: () -> kotlin.Unit): kotlin.Unit internal fun doSmth1(/*0*/ g: (kotlin.Int) -> kotlin.Unit): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideUnresolvedFunction.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideUnresolvedFunction.txt index 127e2a03dbe..f161d6731cf 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideUnresolvedFunction.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/funcLiteralArgsInsideUnresolvedFunction.txt @@ -2,4 +2,4 @@ package package a { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1270.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1270.txt index d0f5993f3bf..2438592cd67 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1270.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1270.txt @@ -10,4 +10,4 @@ package kt1270 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1680.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1680.txt index 2a0a7e14009..69ab096f718 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1680.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1680.txt @@ -2,4 +2,4 @@ package package kt1680 { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1778.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1778.txt index 0a43685e712..6f95fa7a4ab 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1778.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt1778.txt @@ -2,4 +2,4 @@ package package kt1778 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2109.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2109.txt index 330aeba99e4..51d81a7bef3 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2109.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2109.txt @@ -11,4 +11,4 @@ package kt2109 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2125.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2125.txt index 795b1e5df52..73fd5ce17c1 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2125.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2125.txt @@ -2,4 +2,4 @@ package package e { internal fun main(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2146.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2146.txt index 5d94115b811..89fcf405f47 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2146.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2146.txt @@ -8,4 +8,4 @@ package kt2146 { internal fun f5(/*0*/ s: kotlin.Int?): kotlin.Int internal fun f6(/*0*/ s: kotlin.Int?): kotlin.Int internal fun f7(/*0*/ s: kotlin.Int?): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2164.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2164.txt index e8a46d93047..080daf72b9b 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2164.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2164.txt @@ -3,4 +3,4 @@ package package kt2164 { internal fun foo(/*0*/ x: kotlin.Int): kotlin.Int internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2176.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2176.txt index b77d621893f..5d1a369e3db 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2176.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2176.txt @@ -6,4 +6,4 @@ package kt2176 { internal fun f3(/*0*/ a: kotlin.Any?): kotlin.Unit internal fun f4(/*0*/ a: kotlin.Any): kotlin.Unit internal fun f5(/*0*/ a: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2195.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2195.txt index 28abc011c0e..bacb7ba7f88 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2195.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2195.txt @@ -2,4 +2,4 @@ package package foo { private fun sendCommand(/*0*/ errorCallback: (() -> kotlin.Unit)? = ...): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2212.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2212.txt index 92c1bd26149..b56bc85bbb1 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2212.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2212.txt @@ -2,4 +2,4 @@ package package kt2212 { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2216.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2216.txt index 91edc62a3af..ca1ae0165fd 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2216.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2216.txt @@ -4,4 +4,4 @@ package kt2216 { internal fun bar(/*0*/ y: kotlin.Int, /*1*/ z: kotlin.Int): kotlin.Int internal fun baz(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int, /*2*/ c: kotlin.Int, /*3*/ d: kotlin.Int): kotlin.Int internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2223.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2223.txt index 5d57fc45db9..3e6a6a16582 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2223.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2223.txt @@ -2,4 +2,4 @@ package package kt2223 { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2234.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2234.txt index 7f11b5038a1..46c020b204e 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2234.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2234.txt @@ -12,4 +12,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2336.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2336.txt index 14716677138..0fefc31e9e7 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2336.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt2336.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ a: kotlin.Boolean): kotlin.Boolean -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt244.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt244.txt index c16f71eb49b..b608c6acdcb 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt244.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt244.txt @@ -11,4 +11,4 @@ package kt244 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt362.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt362.txt index 2b83bbb8800..b3f4e76fa16 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt362.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/kt362.txt @@ -25,4 +25,4 @@ package test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noSenselessNullOnNullableType.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noSenselessNullOnNullableType.txt index cb1f52fae89..4db858e68df 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noSenselessNullOnNullableType.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noSenselessNullOnNullableType.txt @@ -25,4 +25,4 @@ public/*package*/ open class A { // Static members public/*package*/ open fun foo(): A.Empty! -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noUnnecessaryNotNullAssertionOnErrorType.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noUnnecessaryNotNullAssertionOnErrorType.txt index 0e755a6ca5b..e6b07ff0ce2 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noUnnecessaryNotNullAssertionOnErrorType.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/noUnnecessaryNotNullAssertionOnErrorType.txt @@ -3,4 +3,4 @@ package package a { internal fun bar(): [ERROR : Error function type] internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/senslessComparisonWithNullOnTypeParameters.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/senslessComparisonWithNullOnTypeParameters.txt index b8bbf9f6fc0..8e8b2bc0262 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/senslessComparisonWithNullOnTypeParameters.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/senslessComparisonWithNullOnTypeParameters.txt @@ -1,4 +1,4 @@ package internal fun notNullUpperBound(/*0*/ t: T, /*1*/ ind: INDIRECT): kotlin.Unit -internal fun nullableUpperBound(/*0*/ t: T, /*1*/ ind: INDIRECT): kotlin.Unit \ No newline at end of file +internal fun nullableUpperBound(/*0*/ t: T, /*1*/ ind: INDIRECT): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastReceiverWithGenerics.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastReceiverWithGenerics.txt index 895dc4ca22c..f1fec57cd56 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastReceiverWithGenerics.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastReceiverWithGenerics.txt @@ -1,4 +1,4 @@ package internal fun test(/*0*/ a: kotlin.Any?): kotlin.Unit -internal fun kotlin.Any.foo(/*0*/ t: T): T \ No newline at end of file +internal fun kotlin.Any.foo(/*0*/ t: T): T diff --git a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastsAndBooleanExpressions.txt b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastsAndBooleanExpressions.txt index 30357d4b3eb..1b72931264d 100644 --- a/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastsAndBooleanExpressions.txt +++ b/compiler/testData/diagnostics/tests/nullabilityAndSmartCasts/smartCastsAndBooleanExpressions.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ b: kotlin.Boolean?, /*1*/ c: kotlin.Boolean): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ b: kotlin.Boolean?, /*1*/ c: kotlin.Boolean): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullableTypes/baseWithNullableUpperBound.txt b/compiler/testData/diagnostics/tests/nullableTypes/baseWithNullableUpperBound.txt index b2541ef6aa9..257f7628265 100644 --- a/compiler/testData/diagnostics/tests/nullableTypes/baseWithNullableUpperBound.txt +++ b/compiler/testData/diagnostics/tests/nullableTypes/baseWithNullableUpperBound.txt @@ -4,4 +4,4 @@ internal fun interactionWithRedundant(/*0*/ t: T?): kotlin.Unit internal fun misleadingNullableMultiBound(/*0*/ fb: FIRST_BOUND?, /*1*/ sb: SECOND_BOUND?): kotlin.Unit where FIRST_BOUND : kotlin.Any, SECOND_BOUND : kotlin.Any? internal fun misleadingNullableSimple(/*0*/ t: T?, /*1*/ t2: T?, /*2*/ n: N?, /*3*/ ind: INDIRECT?): kotlin.Unit internal fun nonMisleadingNullable(/*0*/ nn: NN?, /*1*/ nnn: NNN?): kotlin.Unit -internal fun twoBounds(/*0*/ tb: TWO_BOUNDS?): kotlin.Unit where TWO_BOUNDS : NN \ No newline at end of file +internal fun twoBounds(/*0*/ tb: TWO_BOUNDS?): kotlin.Unit where TWO_BOUNDS : NN diff --git a/compiler/testData/diagnostics/tests/nullableTypes/nullAssertOnTypeWithNullableUpperBound.txt b/compiler/testData/diagnostics/tests/nullableTypes/nullAssertOnTypeWithNullableUpperBound.txt index a20f11fda50..fc550d8e28a 100644 --- a/compiler/testData/diagnostics/tests/nullableTypes/nullAssertOnTypeWithNullableUpperBound.txt +++ b/compiler/testData/diagnostics/tests/nullableTypes/nullAssertOnTypeWithNullableUpperBound.txt @@ -1,4 +1,4 @@ package internal fun test(/*0*/ t: T): T -internal fun T.testThis(): kotlin.String \ No newline at end of file +internal fun T.testThis(): kotlin.String diff --git a/compiler/testData/diagnostics/tests/nullableTypes/nullableArgumentForIn.txt b/compiler/testData/diagnostics/tests/nullableTypes/nullableArgumentForIn.txt index 847176a4c5e..2a57de02f90 100644 --- a/compiler/testData/diagnostics/tests/nullableTypes/nullableArgumentForIn.txt +++ b/compiler/testData/diagnostics/tests/nullableTypes/nullableArgumentForIn.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ x: kotlin.Int?): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ x: kotlin.Int?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/nullableTypes/redundantNullable.txt b/compiler/testData/diagnostics/tests/nullableTypes/redundantNullable.txt index 0add456523a..e091c14c081 100644 --- a/compiler/testData/diagnostics/tests/nullableTypes/redundantNullable.txt +++ b/compiler/testData/diagnostics/tests/nullableTypes/redundantNullable.txt @@ -7,4 +7,4 @@ internal final class Generic { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullableTypes/redundantNullableInSupertype.txt b/compiler/testData/diagnostics/tests/nullableTypes/redundantNullableInSupertype.txt index 53d222c9ab4..04bf7d3a903 100644 --- a/compiler/testData/diagnostics/tests/nullableTypes/redundantNullableInSupertype.txt +++ b/compiler/testData/diagnostics/tests/nullableTypes/redundantNullableInSupertype.txt @@ -6,4 +6,4 @@ internal trait X { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/nullableTypes/safeCallOnTypeWithNullableUpperBound.txt b/compiler/testData/diagnostics/tests/nullableTypes/safeCallOnTypeWithNullableUpperBound.txt index 317698d8db9..3985087b321 100644 --- a/compiler/testData/diagnostics/tests/nullableTypes/safeCallOnTypeWithNullableUpperBound.txt +++ b/compiler/testData/diagnostics/tests/nullableTypes/safeCallOnTypeWithNullableUpperBound.txt @@ -1,4 +1,4 @@ package internal fun test(/*0*/ t: T): kotlin.String? -internal fun T.testThis(): kotlin.String? \ No newline at end of file +internal fun T.testThis(): kotlin.String? diff --git a/compiler/testData/diagnostics/tests/nullableTypes/uselessElvis.txt b/compiler/testData/diagnostics/tests/nullableTypes/uselessElvis.txt index 805cd027d6e..5ccc2c660e9 100644 --- a/compiler/testData/diagnostics/tests/nullableTypes/uselessElvis.txt +++ b/compiler/testData/diagnostics/tests/nullableTypes/uselessElvis.txt @@ -2,4 +2,4 @@ package internal fun test1(/*0*/ t: kotlin.Any?): kotlin.Any internal fun test2(/*0*/ t: kotlin.Any?): kotlin.Any -internal fun test3(/*0*/ t: kotlin.Any?): kotlin.Any \ No newline at end of file +internal fun test3(/*0*/ t: kotlin.Any?): kotlin.Any diff --git a/compiler/testData/diagnostics/tests/numbers/characterIsNotANumber.txt b/compiler/testData/diagnostics/tests/numbers/characterIsNotANumber.txt index 193079f5bf0..a478894bb1d 100644 --- a/compiler/testData/diagnostics/tests/numbers/characterIsNotANumber.txt +++ b/compiler/testData/diagnostics/tests/numbers/characterIsNotANumber.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ n: kotlin.Number): kotlin.Number -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/numbers/doublesInSimpleConstraints.txt b/compiler/testData/diagnostics/tests/numbers/doublesInSimpleConstraints.txt index fc9b36f9ba0..be4f4e6ef01 100644 --- a/compiler/testData/diagnostics/tests/numbers/doublesInSimpleConstraints.txt +++ b/compiler/testData/diagnostics/tests/numbers/doublesInSimpleConstraints.txt @@ -4,4 +4,4 @@ package a { internal fun either(/*0*/ t1: T, /*1*/ t2: T): T internal fun id(/*0*/ t: T): T internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/numbers/intValuesOutOfRange.txt b/compiler/testData/diagnostics/tests/numbers/intValuesOutOfRange.txt index ec3815decac..034d3932f3c 100644 --- a/compiler/testData/diagnostics/tests/numbers/intValuesOutOfRange.txt +++ b/compiler/testData/diagnostics/tests/numbers/intValuesOutOfRange.txt @@ -4,4 +4,4 @@ package a { internal fun bar(/*0*/ l: kotlin.Long): kotlin.Long internal fun foo(/*0*/ i: kotlin.Int): kotlin.Int internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/numbers/numbersInSimpleConstraints.txt b/compiler/testData/diagnostics/tests/numbers/numbersInSimpleConstraints.txt index cdfd63162e5..6fb29d949b1 100644 --- a/compiler/testData/diagnostics/tests/numbers/numbersInSimpleConstraints.txt +++ b/compiler/testData/diagnostics/tests/numbers/numbersInSimpleConstraints.txt @@ -39,4 +39,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/Objects.txt b/compiler/testData/diagnostics/tests/objects/Objects.txt index 1c75f048bf4..f9770ab3f78 100644 --- a/compiler/testData/diagnostics/tests/objects/Objects.txt +++ b/compiler/testData/diagnostics/tests/objects/Objects.txt @@ -60,4 +60,4 @@ package toplevelObjectDeclarations { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/ObjectsInheritance.txt b/compiler/testData/diagnostics/tests/objects/ObjectsInheritance.txt index ae88eaeee43..85aae4ee1c4 100644 --- a/compiler/testData/diagnostics/tests/objects/ObjectsInheritance.txt +++ b/compiler/testData/diagnostics/tests/objects/ObjectsInheritance.txt @@ -29,4 +29,4 @@ package toplevelObjectDeclarations { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/ObjectsLocal.txt b/compiler/testData/diagnostics/tests/objects/ObjectsLocal.txt index 15a2413c058..20af99da5ca 100644 --- a/compiler/testData/diagnostics/tests/objects/ObjectsLocal.txt +++ b/compiler/testData/diagnostics/tests/objects/ObjectsLocal.txt @@ -27,4 +27,4 @@ package localObjects { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/ObjectsNested.txt b/compiler/testData/diagnostics/tests/objects/ObjectsNested.txt index 20b28c97638..33ad0804913 100644 --- a/compiler/testData/diagnostics/tests/objects/ObjectsNested.txt +++ b/compiler/testData/diagnostics/tests/objects/ObjectsNested.txt @@ -82,4 +82,4 @@ package nestedObejcts { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/invokeOnInnerObject.txt b/compiler/testData/diagnostics/tests/objects/invokeOnInnerObject.txt index 7b9634fa472..87fd88c03d5 100644 --- a/compiler/testData/diagnostics/tests/objects/invokeOnInnerObject.txt +++ b/compiler/testData/diagnostics/tests/objects/invokeOnInnerObject.txt @@ -30,4 +30,4 @@ internal final class A { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/kt2240.txt b/compiler/testData/diagnostics/tests/objects/kt2240.txt index 67dff6c3798..04925b79021 100644 --- a/compiler/testData/diagnostics/tests/objects/kt2240.txt +++ b/compiler/testData/diagnostics/tests/objects/kt2240.txt @@ -10,4 +10,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/kt5527.txt b/compiler/testData/diagnostics/tests/objects/kt5527.txt index fa9b1a6abe2..fdd2701a818 100644 --- a/compiler/testData/diagnostics/tests/objects/kt5527.txt +++ b/compiler/testData/diagnostics/tests/objects/kt5527.txt @@ -37,4 +37,4 @@ internal object Boo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/localObjectInsideObject.txt b/compiler/testData/diagnostics/tests/objects/localObjectInsideObject.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/objects/localObjectInsideObject.txt +++ b/compiler/testData/diagnostics/tests/objects/localObjectInsideObject.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/objects/localObjects.txt b/compiler/testData/diagnostics/tests/objects/localObjects.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/objects/localObjects.txt +++ b/compiler/testData/diagnostics/tests/objects/localObjects.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/objects/objectLiteralExpressionTypeMismatch.txt b/compiler/testData/diagnostics/tests/objects/objectLiteralExpressionTypeMismatch.txt index 3d02acba0a3..4d4a5e8df76 100644 --- a/compiler/testData/diagnostics/tests/objects/objectLiteralExpressionTypeMismatch.txt +++ b/compiler/testData/diagnostics/tests/objects/objectLiteralExpressionTypeMismatch.txt @@ -13,4 +13,4 @@ internal trait B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/objects/upperBoundViolated.txt b/compiler/testData/diagnostics/tests/objects/upperBoundViolated.txt index 1088925b6be..358449b436e 100644 --- a/compiler/testData/diagnostics/tests/objects/upperBoundViolated.txt +++ b/compiler/testData/diagnostics/tests/objects/upperBoundViolated.txt @@ -46,4 +46,4 @@ internal trait Trait { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorAmbiguity.txt b/compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorAmbiguity.txt index f525abdbdaf..6cf12483fe1 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorAmbiguity.txt @@ -12,4 +12,4 @@ package kt1820 { internal final fun plus(/*0*/ m: kt1820.MyInt): kt1820.MyInt public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/AssignmentOperations.txt b/compiler/testData/diagnostics/tests/operatorsOverloading/AssignmentOperations.txt index bf728cf3eda..6a4e2ea7473 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/AssignmentOperations.txt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/AssignmentOperations.txt @@ -26,4 +26,4 @@ internal final class B { internal final fun plus(/*0*/ x: kotlin.Int): B internal final fun times(/*0*/ x: kotlin.Int): B public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/IteratorAmbiguity.txt b/compiler/testData/diagnostics/tests/operatorsOverloading/IteratorAmbiguity.txt index 1388752a536..9488b2d1288 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/IteratorAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/IteratorAmbiguity.txt @@ -37,4 +37,4 @@ internal final class MyIterator { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun next(): MyElement public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/assignmentOperationsCheckReturnType.txt b/compiler/testData/diagnostics/tests/operatorsOverloading/assignmentOperationsCheckReturnType.txt index 1572e9ec532..2abf951d61d 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/assignmentOperationsCheckReturnType.txt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/assignmentOperationsCheckReturnType.txt @@ -18,4 +18,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun plus(/*0*/ x: A): A public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/kt1028.txt b/compiler/testData/diagnostics/tests/operatorsOverloading/kt1028.txt index bc3e796ae82..47b1d85be7a 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/kt1028.txt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/kt1028.txt @@ -37,4 +37,4 @@ package kt1028 { internal final fun plusAssign(/*0*/ f: (T) -> kotlin.Unit): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/operatorsOverloading/kt3450.txt b/compiler/testData/diagnostics/tests/operatorsOverloading/kt3450.txt index 15fe7bc910e..b665579382a 100644 --- a/compiler/testData/diagnostics/tests/operatorsOverloading/kt3450.txt +++ b/compiler/testData/diagnostics/tests/operatorsOverloading/kt3450.txt @@ -34,4 +34,4 @@ kotlin.data() internal final class Pair { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInClass.txt b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInClass.txt index cf6d92c33c2..a12159cbad1 100644 --- a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInClass.txt +++ b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInClass.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInPackage.txt b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInPackage.txt index 2fa59da0ccb..8c0ad2f2547 100644 --- a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInPackage.txt +++ b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsFunsDifferentReturnInPackage.txt @@ -3,4 +3,4 @@ package package qwertyuiop { internal fun c(/*0*/ s: kotlin.String): kotlin.Unit internal fun c(/*0*/ s: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalExtFunsInPackage.txt b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalExtFunsInPackage.txt index 9f3905ae29b..75d734f3767 100644 --- a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalExtFunsInPackage.txt +++ b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalExtFunsInPackage.txt @@ -3,4 +3,4 @@ package package extensionFunctions { internal fun kotlin.Int.qwe(/*0*/ a: kotlin.Float): kotlin.Int internal fun kotlin.Int.qwe(/*0*/ a: kotlin.Float): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsInClass.txt b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsInClass.txt index c6d8a198212..5b46291b4c9 100644 --- a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsInClass.txt +++ b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsInClass.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsTPInClass.txt b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsTPInClass.txt index 5bb123c9110..6fe7b33dc68 100644 --- a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsTPInClass.txt +++ b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalFunsTPInClass.txt @@ -7,4 +7,4 @@ internal final class Aaa { internal final fun f(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalValsInClass.txt b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalValsInClass.txt index 568a4476dff..3f588412539 100644 --- a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalValsInClass.txt +++ b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalValsInClass.txt @@ -7,4 +7,4 @@ internal final class Aaa { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsValsDifferentTypeInClass.txt b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsValsDifferentTypeInClass.txt index dfcb0abefcb..5f854c2a541 100644 --- a/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsValsDifferentTypeInClass.txt +++ b/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsValsDifferentTypeInClass.txt @@ -7,4 +7,4 @@ internal final class Aaa { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ConstructorVsFunOverload.txt b/compiler/testData/diagnostics/tests/overload/ConstructorVsFunOverload.txt index 3f20af629c2..8817c905ff6 100644 --- a/compiler/testData/diagnostics/tests/overload/ConstructorVsFunOverload.txt +++ b/compiler/testData/diagnostics/tests/overload/ConstructorVsFunOverload.txt @@ -68,4 +68,4 @@ package constructorVsFun { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/ExtFunDifferentReceiver.txt b/compiler/testData/diagnostics/tests/overload/ExtFunDifferentReceiver.txt index 4895a7fd5a9..3132a089e9f 100644 --- a/compiler/testData/diagnostics/tests/overload/ExtFunDifferentReceiver.txt +++ b/compiler/testData/diagnostics/tests/overload/ExtFunDifferentReceiver.txt @@ -1,4 +1,4 @@ package internal fun kotlin.Int.rty(): kotlin.Int -internal fun kotlin.String.rty(): kotlin.Int \ No newline at end of file +internal fun kotlin.String.rty(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/overload/FunNoConflictInDifferentPackages.txt b/compiler/testData/diagnostics/tests/overload/FunNoConflictInDifferentPackages.txt index bb5a4224ab3..a4594d87d90 100644 --- a/compiler/testData/diagnostics/tests/overload/FunNoConflictInDifferentPackages.txt +++ b/compiler/testData/diagnostics/tests/overload/FunNoConflictInDifferentPackages.txt @@ -13,4 +13,4 @@ package pkg3 { package pkg3.pkg1 { internal fun e(): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/OverloadFunRegularAndExt.txt b/compiler/testData/diagnostics/tests/overload/OverloadFunRegularAndExt.txt index 21c99e31b21..f7448392706 100644 --- a/compiler/testData/diagnostics/tests/overload/OverloadFunRegularAndExt.txt +++ b/compiler/testData/diagnostics/tests/overload/OverloadFunRegularAndExt.txt @@ -3,4 +3,4 @@ package package extensionAndRegular { internal fun who(): kotlin.Int internal fun kotlin.Int.who(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/OverloadVarAndFunInClass.txt b/compiler/testData/diagnostics/tests/overload/OverloadVarAndFunInClass.txt index b746552794c..485a80063cd 100644 --- a/compiler/testData/diagnostics/tests/overload/OverloadVarAndFunInClass.txt +++ b/compiler/testData/diagnostics/tests/overload/OverloadVarAndFunInClass.txt @@ -7,4 +7,4 @@ internal final class Aaaa { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/overload/SyntheticAndNotSynthetic.txt b/compiler/testData/diagnostics/tests/overload/SyntheticAndNotSynthetic.txt index 0cbc24ac05e..5dfdc06f5eb 100644 --- a/compiler/testData/diagnostics/tests/overload/SyntheticAndNotSynthetic.txt +++ b/compiler/testData/diagnostics/tests/overload/SyntheticAndNotSynthetic.txt @@ -1,4 +1,4 @@ package internal val x: java.lang.Runnable -internal fun Runnable(/*0*/ f: () -> kotlin.Unit): java.lang.Runnable \ No newline at end of file +internal fun Runnable(/*0*/ f: () -> kotlin.Unit): java.lang.Runnable diff --git a/compiler/testData/diagnostics/tests/overload/kt1998.txt b/compiler/testData/diagnostics/tests/overload/kt1998.txt index d410eacf6e0..48b3b67ac7d 100644 --- a/compiler/testData/diagnostics/tests/overload/kt1998.txt +++ b/compiler/testData/diagnostics/tests/overload/kt1998.txt @@ -25,4 +25,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AbstractFunImplemented.txt b/compiler/testData/diagnostics/tests/override/AbstractFunImplemented.txt index f4ba2623ea2..03cf506f148 100644 --- a/compiler/testData/diagnostics/tests/override/AbstractFunImplemented.txt +++ b/compiler/testData/diagnostics/tests/override/AbstractFunImplemented.txt @@ -14,4 +14,4 @@ internal final class B : A { internal open override /*1*/ fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AbstractFunNotImplemented.txt b/compiler/testData/diagnostics/tests/override/AbstractFunNotImplemented.txt index ab10de014cd..1d8af80c43f 100644 --- a/compiler/testData/diagnostics/tests/override/AbstractFunNotImplemented.txt +++ b/compiler/testData/diagnostics/tests/override/AbstractFunNotImplemented.txt @@ -14,4 +14,4 @@ internal final class B : A { internal abstract override /*1*/ /*fake_override*/ fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AbstractValImplemented.txt b/compiler/testData/diagnostics/tests/override/AbstractValImplemented.txt index 2cbd41920dc..63150107f14 100644 --- a/compiler/testData/diagnostics/tests/override/AbstractValImplemented.txt +++ b/compiler/testData/diagnostics/tests/override/AbstractValImplemented.txt @@ -14,4 +14,4 @@ internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AbstractValNotImplemented.txt b/compiler/testData/diagnostics/tests/override/AbstractValNotImplemented.txt index fc6643c627b..371f7555b0c 100644 --- a/compiler/testData/diagnostics/tests/override/AbstractValNotImplemented.txt +++ b/compiler/testData/diagnostics/tests/override/AbstractValNotImplemented.txt @@ -14,4 +14,4 @@ internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AbstractVarImplemented.txt b/compiler/testData/diagnostics/tests/override/AbstractVarImplemented.txt index ff4b56446d3..1fbacc41066 100644 --- a/compiler/testData/diagnostics/tests/override/AbstractVarImplemented.txt +++ b/compiler/testData/diagnostics/tests/override/AbstractVarImplemented.txt @@ -14,4 +14,4 @@ internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AbstractVarNotImplemented.txt b/compiler/testData/diagnostics/tests/override/AbstractVarNotImplemented.txt index 1c195644c22..1c7a64fc50b 100644 --- a/compiler/testData/diagnostics/tests/override/AbstractVarNotImplemented.txt +++ b/compiler/testData/diagnostics/tests/override/AbstractVarNotImplemented.txt @@ -14,4 +14,4 @@ internal final class B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AllPrivateFromSuperTypes.txt b/compiler/testData/diagnostics/tests/override/AllPrivateFromSuperTypes.txt index 391c7ebc55b..71044a94e0b 100644 --- a/compiler/testData/diagnostics/tests/override/AllPrivateFromSuperTypes.txt +++ b/compiler/testData/diagnostics/tests/override/AllPrivateFromSuperTypes.txt @@ -25,4 +25,4 @@ package test { public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/AllProtectedFromSupertypes.txt b/compiler/testData/diagnostics/tests/override/AllProtectedFromSupertypes.txt index 697981bc63b..21c76d025fa 100644 --- a/compiler/testData/diagnostics/tests/override/AllProtectedFromSupertypes.txt +++ b/compiler/testData/diagnostics/tests/override/AllProtectedFromSupertypes.txt @@ -25,4 +25,4 @@ package test { public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForProperty.txt b/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForProperty.txt index d1570590c2e..116a25957a5 100644 --- a/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForProperty.txt +++ b/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForProperty.txt @@ -26,4 +26,4 @@ internal trait W : T, U { public open override /*2*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForPropertySetter.txt b/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForPropertySetter.txt index 2f2a1d367af..a12e793ca58 100644 --- a/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForPropertySetter.txt +++ b/compiler/testData/diagnostics/tests/override/CannotInferVisibilityForPropertySetter.txt @@ -19,4 +19,4 @@ internal trait V : T, U { public open override /*2*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ComplexValRedeclaration.txt b/compiler/testData/diagnostics/tests/override/ComplexValRedeclaration.txt index 2e2d983339c..846772f91a3 100644 --- a/compiler/testData/diagnostics/tests/override/ComplexValRedeclaration.txt +++ b/compiler/testData/diagnostics/tests/override/ComplexValRedeclaration.txt @@ -20,4 +20,4 @@ package override { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ConflictingFunctionSignatureFromSuperclass.txt b/compiler/testData/diagnostics/tests/override/ConflictingFunctionSignatureFromSuperclass.txt index 0066b58c2b0..520f0988de0 100644 --- a/compiler/testData/diagnostics/tests/override/ConflictingFunctionSignatureFromSuperclass.txt +++ b/compiler/testData/diagnostics/tests/override/ConflictingFunctionSignatureFromSuperclass.txt @@ -14,4 +14,4 @@ internal open class Bbb : Aaa { internal final fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ConflictingPropertySignatureFromSuperclass.txt b/compiler/testData/diagnostics/tests/override/ConflictingPropertySignatureFromSuperclass.txt index 637b1aa74ef..cdc6cdad829 100644 --- a/compiler/testData/diagnostics/tests/override/ConflictingPropertySignatureFromSuperclass.txt +++ b/compiler/testData/diagnostics/tests/override/ConflictingPropertySignatureFromSuperclass.txt @@ -14,4 +14,4 @@ internal open class Bbb : Aaa { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/DefaultParameterValueInOverride.txt b/compiler/testData/diagnostics/tests/override/DefaultParameterValueInOverride.txt index 3dc3eb81ea8..90c6879721a 100644 --- a/compiler/testData/diagnostics/tests/override/DefaultParameterValueInOverride.txt +++ b/compiler/testData/diagnostics/tests/override/DefaultParameterValueInOverride.txt @@ -22,4 +22,4 @@ internal final class D : A { internal open override /*1*/ fun foo(/*0*/ a: kotlin.Int = ...): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/DefaultParameterValues-NoErrorsWhenInheritingFromOneTypeTwice.txt b/compiler/testData/diagnostics/tests/override/DefaultParameterValues-NoErrorsWhenInheritingFromOneTypeTwice.txt index 5ab703f73c4..cb928d1b519 100644 --- a/compiler/testData/diagnostics/tests/override/DefaultParameterValues-NoErrorsWhenInheritingFromOneTypeTwice.txt +++ b/compiler/testData/diagnostics/tests/override/DefaultParameterValues-NoErrorsWhenInheritingFromOneTypeTwice.txt @@ -36,4 +36,4 @@ internal object Z2O : Y, YSub { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/Delegation.txt b/compiler/testData/diagnostics/tests/override/Delegation.txt index 5dbdb954318..44fc8284ebb 100644 --- a/compiler/testData/diagnostics/tests/override/Delegation.txt +++ b/compiler/testData/diagnostics/tests/override/Delegation.txt @@ -68,4 +68,4 @@ package test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/DelegationFun.txt b/compiler/testData/diagnostics/tests/override/DelegationFun.txt index d53ba8f4e83..3837ec8cc80 100644 --- a/compiler/testData/diagnostics/tests/override/DelegationFun.txt +++ b/compiler/testData/diagnostics/tests/override/DelegationFun.txt @@ -16,4 +16,4 @@ package delegation { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/DelegationVal.txt b/compiler/testData/diagnostics/tests/override/DelegationVal.txt index aa2c9964896..de12fa9fabe 100644 --- a/compiler/testData/diagnostics/tests/override/DelegationVal.txt +++ b/compiler/testData/diagnostics/tests/override/DelegationVal.txt @@ -16,4 +16,4 @@ package delegation { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/DelegationVar.txt b/compiler/testData/diagnostics/tests/override/DelegationVar.txt index 1bf56764a2d..43fb5bd208a 100644 --- a/compiler/testData/diagnostics/tests/override/DelegationVar.txt +++ b/compiler/testData/diagnostics/tests/override/DelegationVar.txt @@ -16,4 +16,4 @@ package delegation { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/DuplicateMethod.txt b/compiler/testData/diagnostics/tests/override/DuplicateMethod.txt index 88abb8abf94..8ca1ae2b4b7 100644 --- a/compiler/testData/diagnostics/tests/override/DuplicateMethod.txt +++ b/compiler/testData/diagnostics/tests/override/DuplicateMethod.txt @@ -14,4 +14,4 @@ internal final class SomeImpl : Some { internal open override /*1*/ fun test(): kotlin.Unit internal open override /*1*/ fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/EqualityOfIntersectionTypes.txt b/compiler/testData/diagnostics/tests/override/EqualityOfIntersectionTypes.txt index cc56d5b25e1..c4319470367 100644 --- a/compiler/testData/diagnostics/tests/override/EqualityOfIntersectionTypes.txt +++ b/compiler/testData/diagnostics/tests/override/EqualityOfIntersectionTypes.txt @@ -25,4 +25,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ExtendFunctionClass.txt b/compiler/testData/diagnostics/tests/override/ExtendFunctionClass.txt index c8840f72b48..e5c7bde4811 100644 --- a/compiler/testData/diagnostics/tests/override/ExtendFunctionClass.txt +++ b/compiler/testData/diagnostics/tests/override/ExtendFunctionClass.txt @@ -17,4 +17,4 @@ package extendFunctionClass { public open override /*1*/ fun invoke(/*0*/ p1: kotlin.Int): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/FakeOverrideAbstractAndNonAbstractFun.txt b/compiler/testData/diagnostics/tests/override/FakeOverrideAbstractAndNonAbstractFun.txt index f95049a849a..fe0e73ec0f9 100644 --- a/compiler/testData/diagnostics/tests/override/FakeOverrideAbstractAndNonAbstractFun.txt +++ b/compiler/testData/diagnostics/tests/override/FakeOverrideAbstractAndNonAbstractFun.txt @@ -21,4 +21,4 @@ internal final class Zzz : Ccc, Ttt { internal final override /*2*/ /*fake_override*/ fun foo(): kotlin.Int public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/FakeOverrideDifferentDeclarationSignatures.txt b/compiler/testData/diagnostics/tests/override/FakeOverrideDifferentDeclarationSignatures.txt index 4dbc7025d47..55b585e8fd0 100644 --- a/compiler/testData/diagnostics/tests/override/FakeOverrideDifferentDeclarationSignatures.txt +++ b/compiler/testData/diagnostics/tests/override/FakeOverrideDifferentDeclarationSignatures.txt @@ -23,4 +23,4 @@ internal final class C : B, A { internal open override /*2*/ /*fake_override*/ fun f(): kotlin.String public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/Generics.txt b/compiler/testData/diagnostics/tests/override/Generics.txt index 7bf9f21b19c..8dc3eee6b1e 100644 --- a/compiler/testData/diagnostics/tests/override/Generics.txt +++ b/compiler/testData/diagnostics/tests/override/Generics.txt @@ -156,4 +156,4 @@ package override { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/InvisiblePotentialOverride.txt b/compiler/testData/diagnostics/tests/override/InvisiblePotentialOverride.txt index 091b893d8a9..98b8e26a34c 100644 --- a/compiler/testData/diagnostics/tests/override/InvisiblePotentialOverride.txt +++ b/compiler/testData/diagnostics/tests/override/InvisiblePotentialOverride.txt @@ -14,4 +14,4 @@ internal final class B : A { internal final fun foo(): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/MissingDelegate.txt b/compiler/testData/diagnostics/tests/override/MissingDelegate.txt index fdd92bf72d4..891c3114ad3 100644 --- a/compiler/testData/diagnostics/tests/override/MissingDelegate.txt +++ b/compiler/testData/diagnostics/tests/override/MissingDelegate.txt @@ -6,4 +6,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypes.txt b/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypes.txt index 09125622942..19e7f6cf675 100644 --- a/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypes.txt +++ b/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypes.txt @@ -36,4 +36,4 @@ internal object ZO : X, Y { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypesNoOverride.txt b/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypesNoOverride.txt index 4a23988eef6..81e9aec25c0 100644 --- a/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypesNoOverride.txt +++ b/compiler/testData/diagnostics/tests/override/MultipleDefaultParametersInSupertypesNoOverride.txt @@ -36,4 +36,4 @@ internal object ZO : X, Y { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/MultipleDefaultsAndNamesInSupertypes.txt b/compiler/testData/diagnostics/tests/override/MultipleDefaultsAndNamesInSupertypes.txt index a9a898cca02..d566e83348a 100644 --- a/compiler/testData/diagnostics/tests/override/MultipleDefaultsAndNamesInSupertypes.txt +++ b/compiler/testData/diagnostics/tests/override/MultipleDefaultsAndNamesInSupertypes.txt @@ -28,4 +28,4 @@ internal final class Z : A, B, C { internal final override /*3*/ /*fake_override*/ fun foo(/*0*/ x: kotlin.Int = ...): kotlin.Int public open override /*3*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*3*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/MultipleDefaultsInSupertypesNoExplicitOverride.txt b/compiler/testData/diagnostics/tests/override/MultipleDefaultsInSupertypesNoExplicitOverride.txt index 11d7e0303a1..4b8b3842c5d 100644 --- a/compiler/testData/diagnostics/tests/override/MultipleDefaultsInSupertypesNoExplicitOverride.txt +++ b/compiler/testData/diagnostics/tests/override/MultipleDefaultsInSupertypesNoExplicitOverride.txt @@ -36,4 +36,4 @@ internal object Z1O : X, Y { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/NonGenerics.txt b/compiler/testData/diagnostics/tests/override/NonGenerics.txt index 23f2ca67a5a..6b0e70ab7d1 100644 --- a/compiler/testData/diagnostics/tests/override/NonGenerics.txt +++ b/compiler/testData/diagnostics/tests/override/NonGenerics.txt @@ -100,4 +100,4 @@ package override { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ObjectDelegationManyImpl.txt b/compiler/testData/diagnostics/tests/override/ObjectDelegationManyImpl.txt index dbcecbd4349..60a8d256086 100644 --- a/compiler/testData/diagnostics/tests/override/ObjectDelegationManyImpl.txt +++ b/compiler/testData/diagnostics/tests/override/ObjectDelegationManyImpl.txt @@ -30,4 +30,4 @@ internal object Impl : D, E { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/OverridingFinalMember.txt b/compiler/testData/diagnostics/tests/override/OverridingFinalMember.txt index 0d54aa70628..923ac218ef5 100644 --- a/compiler/testData/diagnostics/tests/override/OverridingFinalMember.txt +++ b/compiler/testData/diagnostics/tests/override/OverridingFinalMember.txt @@ -14,4 +14,4 @@ internal final class B : A { internal open override /*1*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ParameterDefaultValues-DefaultValueFromOnlyOneSupertype.txt b/compiler/testData/diagnostics/tests/override/ParameterDefaultValues-DefaultValueFromOnlyOneSupertype.txt index 25b9682c5bb..48c18f0d9d9 100644 --- a/compiler/testData/diagnostics/tests/override/ParameterDefaultValues-DefaultValueFromOnlyOneSupertype.txt +++ b/compiler/testData/diagnostics/tests/override/ParameterDefaultValues-DefaultValueFromOnlyOneSupertype.txt @@ -20,4 +20,4 @@ internal final class Z : X, Y { internal open override /*2*/ fun foo(/*0*/ a: kotlin.Int = ...): kotlin.Unit public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ParentInheritsManyImplementations.txt b/compiler/testData/diagnostics/tests/override/ParentInheritsManyImplementations.txt index f78c31bd6da..5b4c11ca279 100644 --- a/compiler/testData/diagnostics/tests/override/ParentInheritsManyImplementations.txt +++ b/compiler/testData/diagnostics/tests/override/ParentInheritsManyImplementations.txt @@ -38,4 +38,4 @@ package d { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/PropertyInConstructor.txt b/compiler/testData/diagnostics/tests/override/PropertyInConstructor.txt index d0e3f34d33d..78a463c02fd 100644 --- a/compiler/testData/diagnostics/tests/override/PropertyInConstructor.txt +++ b/compiler/testData/diagnostics/tests/override/PropertyInConstructor.txt @@ -18,4 +18,4 @@ internal final class Child : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ProtectedAndPrivateFromSupertypes.txt b/compiler/testData/diagnostics/tests/override/ProtectedAndPrivateFromSupertypes.txt index c65ad369a51..c383e4eb2d0 100644 --- a/compiler/testData/diagnostics/tests/override/ProtectedAndPrivateFromSupertypes.txt +++ b/compiler/testData/diagnostics/tests/override/ProtectedAndPrivateFromSupertypes.txt @@ -32,4 +32,4 @@ package test { public open override /*3*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*3*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/SuspiciousCase1.txt b/compiler/testData/diagnostics/tests/override/SuspiciousCase1.txt index d1342dc2eef..5db97b226c3 100644 --- a/compiler/testData/diagnostics/tests/override/SuspiciousCase1.txt +++ b/compiler/testData/diagnostics/tests/override/SuspiciousCase1.txt @@ -22,4 +22,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal open fun quux(/*0*/ p: P, /*1*/ q: kotlin.Int = ...): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/ToAbstractMembersFromSuper-kt1996.txt b/compiler/testData/diagnostics/tests/override/ToAbstractMembersFromSuper-kt1996.txt index 2c28cb34b14..dc959dcb8d1 100644 --- a/compiler/testData/diagnostics/tests/override/ToAbstractMembersFromSuper-kt1996.txt +++ b/compiler/testData/diagnostics/tests/override/ToAbstractMembersFromSuper-kt1996.txt @@ -20,4 +20,4 @@ internal trait Foo { internal abstract fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt1862.txt b/compiler/testData/diagnostics/tests/override/kt1862.txt index b6a77512fe1..3d6c7ffa6a9 100644 --- a/compiler/testData/diagnostics/tests/override/kt1862.txt +++ b/compiler/testData/diagnostics/tests/override/kt1862.txt @@ -29,4 +29,4 @@ internal final class Ddd : Bbb, Ccc { internal open override /*2*/ /*fake_override*/ fun foo(): kotlin.Int public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt2052.txt b/compiler/testData/diagnostics/tests/override/kt2052.txt index 6321ea892ac..c8db3864bb9 100644 --- a/compiler/testData/diagnostics/tests/override/kt2052.txt +++ b/compiler/testData/diagnostics/tests/override/kt2052.txt @@ -13,4 +13,4 @@ internal trait Runnable { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal abstract fun run(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt2491.txt b/compiler/testData/diagnostics/tests/override/kt2491.txt index cb7e6b27b1b..d66d29a8684 100644 --- a/compiler/testData/diagnostics/tests/override/kt2491.txt +++ b/compiler/testData/diagnostics/tests/override/kt2491.txt @@ -23,4 +23,4 @@ internal trait T { public abstract fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt4763.txt b/compiler/testData/diagnostics/tests/override/kt4763.txt index 5828c2e22bf..ce654ecd345 100644 --- a/compiler/testData/diagnostics/tests/override/kt4763.txt +++ b/compiler/testData/diagnostics/tests/override/kt4763.txt @@ -23,4 +23,4 @@ internal final class C : B, A { internal open override /*2*/ /*fake_override*/ fun f(): kotlin.String public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt4763property.txt b/compiler/testData/diagnostics/tests/override/kt4763property.txt index 01ca6e876c7..36b8d93f2f4 100644 --- a/compiler/testData/diagnostics/tests/override/kt4763property.txt +++ b/compiler/testData/diagnostics/tests/override/kt4763property.txt @@ -24,4 +24,4 @@ internal final class R : P, Q { public open override /*2*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt4785.txt b/compiler/testData/diagnostics/tests/override/kt4785.txt index 5cf9f51d4be..671e239477a 100644 --- a/compiler/testData/diagnostics/tests/override/kt4785.txt +++ b/compiler/testData/diagnostics/tests/override/kt4785.txt @@ -23,4 +23,4 @@ internal trait T { internal abstract fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt4785classObject.txt b/compiler/testData/diagnostics/tests/override/kt4785classObject.txt index 99708a99725..ba86b51b4a4 100644 --- a/compiler/testData/diagnostics/tests/override/kt4785classObject.txt +++ b/compiler/testData/diagnostics/tests/override/kt4785classObject.txt @@ -28,4 +28,4 @@ internal final class C { public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt4785delegation.txt b/compiler/testData/diagnostics/tests/override/kt4785delegation.txt index a538a888448..721028e5c6d 100644 --- a/compiler/testData/diagnostics/tests/override/kt4785delegation.txt +++ b/compiler/testData/diagnostics/tests/override/kt4785delegation.txt @@ -20,4 +20,4 @@ internal final class E : A, B { public open override /*2*/ /*delegation*/ fun foo(): kotlin.Unit public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/kt880.txt b/compiler/testData/diagnostics/tests/override/kt880.txt index 4ebd9ec7e7e..8b3bcd3fb6f 100644 --- a/compiler/testData/diagnostics/tests/override/kt880.txt +++ b/compiler/testData/diagnostics/tests/override/kt880.txt @@ -22,4 +22,4 @@ public open class T : A, I { internal open fun main(): kotlin.Unit public open override /*2*/ /*fake_override*/ fun test(): kotlin.Unit public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/parameterNames/changeOnOverrideDiagnostic.txt b/compiler/testData/diagnostics/tests/override/parameterNames/changeOnOverrideDiagnostic.txt index b7027b7a541..f857c9b57f8 100644 --- a/compiler/testData/diagnostics/tests/override/parameterNames/changeOnOverrideDiagnostic.txt +++ b/compiler/testData/diagnostics/tests/override/parameterNames/changeOnOverrideDiagnostic.txt @@ -28,4 +28,4 @@ internal final class C2 : B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/parameterNames/differentNamesInSupertypesDiagnostic.txt b/compiler/testData/diagnostics/tests/override/parameterNames/differentNamesInSupertypesDiagnostic.txt index 47aa3909868..208b29e6b35 100644 --- a/compiler/testData/diagnostics/tests/override/parameterNames/differentNamesInSupertypesDiagnostic.txt +++ b/compiler/testData/diagnostics/tests/override/parameterNames/differentNamesInSupertypesDiagnostic.txt @@ -26,4 +26,4 @@ internal trait F : C, D { internal open override /*2*/ fun foo(/*0*/ a: kotlin.Int): kotlin.Unit public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/parameterNames/jjkHierarchy.txt b/compiler/testData/diagnostics/tests/override/parameterNames/jjkHierarchy.txt index 420455ecb9e..14db2a1df32 100644 --- a/compiler/testData/diagnostics/tests/override/parameterNames/jjkHierarchy.txt +++ b/compiler/testData/diagnostics/tests/override/parameterNames/jjkHierarchy.txt @@ -23,4 +23,4 @@ public/*package*/ trait Super { public abstract fun foo(/*0*/ superName: kotlin.Long): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/parameterNames/kjkHierarchy.txt b/compiler/testData/diagnostics/tests/override/parameterNames/kjkHierarchy.txt index ede6156536c..a0853a220d5 100644 --- a/compiler/testData/diagnostics/tests/override/parameterNames/kjkHierarchy.txt +++ b/compiler/testData/diagnostics/tests/override/parameterNames/kjkHierarchy.txt @@ -22,4 +22,4 @@ internal trait Super { internal abstract fun foo(/*0*/ superName: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/parameterNames/kjkWithSeveralSupers.txt b/compiler/testData/diagnostics/tests/override/parameterNames/kjkWithSeveralSupers.txt index 7f6a14886b7..a31460fdf02 100644 --- a/compiler/testData/diagnostics/tests/override/parameterNames/kjkWithSeveralSupers.txt +++ b/compiler/testData/diagnostics/tests/override/parameterNames/kjkWithSeveralSupers.txt @@ -70,4 +70,4 @@ internal final class SubSub3 : Sub3 { public open override /*1*/ fun foo(/*0*/ ksuperName: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsBothJavaAndKotlin.txt b/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsBothJavaAndKotlin.txt index 41f2fff654e..93f10a2051e 100644 --- a/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsBothJavaAndKotlin.txt +++ b/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsBothJavaAndKotlin.txt @@ -22,4 +22,4 @@ internal trait KotlinTrait { public open fun foo(/*0*/ someOtherName: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsJava.txt b/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsJava.txt index dad92b64446..af8f4f7a731 100644 --- a/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsJava.txt +++ b/compiler/testData/diagnostics/tests/override/parameterNames/kotlinInheritsJava.txt @@ -30,4 +30,4 @@ internal trait SubtraitWithFakeOverride : JavaInterface { public abstract override /*1*/ /*fake_override*/ fun foo(/*0*/ javaName: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/collectionOrNull.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/collectionOrNull.txt index 5e99e85c927..6573b2f65f2 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/collectionOrNull.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/collectionOrNull.txt @@ -1,4 +1,4 @@ package internal fun test(/*0*/ b: kotlin.Boolean): kotlin.Unit -internal fun T.foo(): kotlin.Unit \ No newline at end of file +internal fun T.foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/inferenceWithBound.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/inferenceWithBound.txt index abf247338f0..e8bb457f98f 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/inferenceWithBound.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/inferenceWithBound.txt @@ -2,4 +2,4 @@ package internal fun listOf(/*0*/ t: T): kotlin.List internal fun test(): kotlin.Unit -internal fun kotlin.Collection.foo(): T \ No newline at end of file +internal fun kotlin.Collection.foo(): T diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedElvis.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedElvis.txt index 1ee2d59f6da..86ec85b9bd1 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedElvis.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedElvis.txt @@ -8,4 +8,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedIf.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedIf.txt index 9f4886438da..3e4accbf39c 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedIf.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/mixedIf.txt @@ -8,4 +8,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/recursiveGeneric.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/recursiveGeneric.txt index e63d689cfca..bee6d604862 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/recursiveGeneric.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/recursiveGeneric.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ a: p.A, /*1*/ b: p.B, /*2*/ c: kotlin.Boolean): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ a: p.A, /*1*/ b: p.B, /*2*/ c: kotlin.Boolean): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/stringOrNull.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/stringOrNull.txt index 5e99e85c927..6573b2f65f2 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/stringOrNull.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/stringOrNull.txt @@ -1,4 +1,4 @@ package internal fun test(/*0*/ b: kotlin.Boolean): kotlin.Unit -internal fun T.foo(): kotlin.Unit \ No newline at end of file +internal fun T.foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/typeOfElvis.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/typeOfElvis.txt index 62117a5a01a..ab6060967a2 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/typeOfElvis.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/typeOfElvis.txt @@ -1,4 +1,4 @@ package internal fun foo(): p.J? -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/withNothing.txt b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/withNothing.txt index 69d16eef60f..7cf80e4b80a 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/withNothing.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/commonSupertype/withNothing.txt @@ -16,4 +16,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/dereference.txt b/compiler/testData/diagnostics/tests/platformTypes/dereference.txt index 247c75b71ad..f35b67b61b7 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/dereference.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/dereference.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ j: p.J): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ j: p.J): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/elvis.txt b/compiler/testData/diagnostics/tests/platformTypes/elvis.txt index 247c75b71ad..f35b67b61b7 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/elvis.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/elvis.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ j: p.J): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ j: p.J): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/getParentOfType.txt b/compiler/testData/diagnostics/tests/platformTypes/getParentOfType.txt index 025f2ceebc0..f8ee576f1ee 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/getParentOfType.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/getParentOfType.txt @@ -1,4 +1,4 @@ package internal fun javaClass(): java.lang.Class -internal fun test(/*0*/ e: p.JetExpression): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ e: p.JetExpression): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/inference.txt b/compiler/testData/diagnostics/tests/platformTypes/inference.txt index fc0da420712..0519f317f96 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/inference.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/inference.txt @@ -1,4 +1,4 @@ package internal fun > convert(/*0*/ src: foo.HS, /*1*/ dest: C): C -internal fun test(/*0*/ l: foo.HS): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ l: foo.HS): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/intVsIntegerAmbiguity.txt b/compiler/testData/diagnostics/tests/platformTypes/intVsIntegerAmbiguity.txt index 9f19ddc8991..0ec7d376101 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/intVsIntegerAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/intVsIntegerAmbiguity.txt @@ -8,4 +8,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/entrySet.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/entrySet.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/entrySet.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/entrySet.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/genericsAndArrays.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/genericsAndArrays.txt index e215045fef2..c178b4fdc59 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/genericsAndArrays.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/genericsAndArrays.txt @@ -1,3 +1,3 @@ package -internal fun main(/*0*/ j: p.J): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ j: p.J): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/int.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/int.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/int.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/int.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/intArray.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/intArray.txt index bdaac0751a3..275c4b9ae78 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/intArray.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/intArray.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ ia: kotlin.IntArray): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ ia: kotlin.IntArray): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaCollectionToKotlin.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaCollectionToKotlin.txt index 555bcf94b4d..41ecbf47c1b 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaCollectionToKotlin.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaCollectionToKotlin.txt @@ -1,4 +1,4 @@ package internal fun takeJ(/*0*/ map: kotlin.Map): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToJava.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToJava.txt index 247c75b71ad..f35b67b61b7 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToJava.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToJava.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ j: p.J): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ j: p.J): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToKotlin.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToKotlin.txt index d2105c5850c..e1a45b7fb80 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToKotlin.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/javaToKotlin.txt @@ -1,4 +1,4 @@ package internal fun takeJ(/*0*/ j: p.J): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/kotlinCollectionToJava.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/kotlinCollectionToJava.txt index bcf4c04a00e..a647e0894b1 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/kotlinCollectionToJava.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/kotlinCollectionToJava.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ map: kotlin.Map): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ map: kotlin.Map): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/list.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/list.txt index 8ce9f308cef..52026871038 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/list.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/list.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ ls: kotlin.List, /*1*/ mls: kotlin.MutableList, /*2*/ lsn: kotlin.List, /*3*/ mlsn: kotlin.MutableList?): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ ls: kotlin.List, /*1*/ mls: kotlin.MutableList, /*2*/ lsn: kotlin.List, /*3*/ mlsn: kotlin.MutableList?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/multipleExactBounds.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/multipleExactBounds.txt index 916ef884014..ed46359e7ee 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/multipleExactBounds.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/multipleExactBounds.txt @@ -31,4 +31,4 @@ internal final class ResolverForProjectImpl, /*1*/ sa: kotlin.Array, /*2*/ san: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ aa: kotlin.Array, /*1*/ sa: kotlin.Array, /*2*/ san: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/overloadingForSubclass.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/overloadingForSubclass.txt index 09c1f3d151b..e5d0e605ebf 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/overloadingForSubclass.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/overloadingForSubclass.txt @@ -9,4 +9,4 @@ internal final class C : p.Util { public open override /*1*/ /*fake_override*/ fun foo(/*0*/ s: kotlin.String!, /*1*/ sub: p.Sub!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/sam.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/sam.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/sam.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/sam.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/singleton.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/singleton.txt index 4dad1de8fbf..c5b95a4c6e2 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/singleton.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/singleton.txt @@ -6,4 +6,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/string.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/string.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/string.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/string.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/methodCall/visitor.txt b/compiler/testData/diagnostics/tests/platformTypes/methodCall/visitor.txt index e3c7051a688..86006120efb 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/methodCall/visitor.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/methodCall/visitor.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ v: p.Visitor, /*1*/ e: p.Element): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ v: p.Visitor, /*1*/ e: p.Element): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/override.txt b/compiler/testData/diagnostics/tests/platformTypes/override.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/override.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/override.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/platformTypes/safeCall.txt b/compiler/testData/diagnostics/tests/platformTypes/safeCall.txt index 307020ae0ad..0f35ad75288 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/safeCall.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/safeCall.txt @@ -8,4 +8,4 @@ internal final class _ { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/platformTypes/samConstructor.txt b/compiler/testData/diagnostics/tests/platformTypes/samConstructor.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/samConstructor.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/samConstructor.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/recovery/absentLeftHandSide.txt b/compiler/testData/diagnostics/tests/recovery/absentLeftHandSide.txt index 7a14d883b19..df9b8cfe806 100644 --- a/compiler/testData/diagnostics/tests/recovery/absentLeftHandSide.txt +++ b/compiler/testData/diagnostics/tests/recovery/absentLeftHandSide.txt @@ -3,4 +3,4 @@ package internal fun composite(): kotlin.Unit internal fun html(): kotlin.Unit internal fun html1(): kotlin.Unit -internal fun import(): kotlin.Unit \ No newline at end of file +internal fun import(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/recovery/namelessInJava.txt b/compiler/testData/diagnostics/tests/recovery/namelessInJava.txt index 58b68ac41d4..01a2e7f4be9 100644 --- a/compiler/testData/diagnostics/tests/recovery/namelessInJava.txt +++ b/compiler/testData/diagnostics/tests/recovery/namelessInJava.txt @@ -7,4 +7,4 @@ internal final class K : p.Nameless { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/recovery/namelessMembers.txt b/compiler/testData/diagnostics/tests/recovery/namelessMembers.txt index fb1263f348e..13f61976e0a 100644 --- a/compiler/testData/diagnostics/tests/recovery/namelessMembers.txt +++ b/compiler/testData/diagnostics/tests/recovery/namelessMembers.txt @@ -43,4 +43,4 @@ internal final class C2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/recovery/namelessToplevelDeclarations.txt b/compiler/testData/diagnostics/tests/recovery/namelessToplevelDeclarations.txt index 2310e3bab24..0d79f4fd3ab 100644 --- a/compiler/testData/diagnostics/tests/recovery/namelessToplevelDeclarations.txt +++ b/compiler/testData/diagnostics/tests/recovery/namelessToplevelDeclarations.txt @@ -49,4 +49,4 @@ internal object { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/ClassRedeclarationInDifferentFiles.txt b/compiler/testData/diagnostics/tests/redeclarations/ClassRedeclarationInDifferentFiles.txt index 9ab833c4d60..9fef9517d54 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/ClassRedeclarationInDifferentFiles.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/ClassRedeclarationInDifferentFiles.txt @@ -29,4 +29,4 @@ package test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/ConflictingExtensionProperties.txt b/compiler/testData/diagnostics/tests/redeclarations/ConflictingExtensionProperties.txt index 8abcd4f83f0..92b1711cbb9 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/ConflictingExtensionProperties.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/ConflictingExtensionProperties.txt @@ -3,4 +3,4 @@ package package foo { internal val kotlin.Int.foo: kotlin.Int internal val kotlin.Int.foo: kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/EnumEntriesAndClassObjectMembers.txt b/compiler/testData/diagnostics/tests/redeclarations/EnumEntriesAndClassObjectMembers.txt index 35f2d866043..418f1d36cc9 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/EnumEntriesAndClassObjectMembers.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/EnumEntriesAndClassObjectMembers.txt @@ -67,4 +67,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/MultiFilePackageRedeclaration.txt b/compiler/testData/diagnostics/tests/redeclarations/MultiFilePackageRedeclaration.txt index 0f7ac83fb32..9a3997d10c2 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/MultiFilePackageRedeclaration.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/MultiFilePackageRedeclaration.txt @@ -11,4 +11,4 @@ package a { package a.b { } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/PropertyAndFunInClass.txt b/compiler/testData/diagnostics/tests/redeclarations/PropertyAndFunInClass.txt index 12d99639ded..2d783ed60c6 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/PropertyAndFunInClass.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/PropertyAndFunInClass.txt @@ -16,4 +16,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/PropertyAndInnerClass.txt b/compiler/testData/diagnostics/tests/redeclarations/PropertyAndInnerClass.txt index 2af7be4e7f2..53414852ea2 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/PropertyAndInnerClass.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/PropertyAndInnerClass.txt @@ -35,4 +35,4 @@ public final class B { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/RedeclarationInMultiFile.txt b/compiler/testData/diagnostics/tests/redeclarations/RedeclarationInMultiFile.txt index b897a0f4cf5..696ac75eace 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/RedeclarationInMultiFile.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/RedeclarationInMultiFile.txt @@ -1,4 +1,4 @@ package internal val a: kotlin.Int = 1 -internal val a: kotlin.Int = 1 \ No newline at end of file +internal val a: kotlin.Int = 1 diff --git a/compiler/testData/diagnostics/tests/redeclarations/Redeclarations.txt b/compiler/testData/diagnostics/tests/redeclarations/Redeclarations.txt index bbfb58943b4..b171dba2483 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/Redeclarations.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/Redeclarations.txt @@ -37,4 +37,4 @@ package redeclarations { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/RedeclarationsInObjects.txt b/compiler/testData/diagnostics/tests/redeclarations/RedeclarationsInObjects.txt index ec6b9d4b5f6..be74a344ea7 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/RedeclarationsInObjects.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/RedeclarationsInObjects.txt @@ -29,4 +29,4 @@ internal object B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/RedeclaredTypeParameters.txt b/compiler/testData/diagnostics/tests/redeclarations/RedeclaredTypeParameters.txt index 325065099a4..8708ac62b9c 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/RedeclaredTypeParameters.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/RedeclaredTypeParameters.txt @@ -8,4 +8,4 @@ internal final class P { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/SingletonAndFunctionSameName.txt b/compiler/testData/diagnostics/tests/redeclarations/SingletonAndFunctionSameName.txt index ccc72531984..7204c7c557a 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/SingletonAndFunctionSameName.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/SingletonAndFunctionSameName.txt @@ -95,4 +95,4 @@ internal object Foo { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/kt2247.txt b/compiler/testData/diagnostics/tests/redeclarations/kt2247.txt index afcb5a948d0..959486d8eef 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/kt2247.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/kt2247.txt @@ -29,4 +29,4 @@ package kt2247 { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/kt2418.txt b/compiler/testData/diagnostics/tests/redeclarations/kt2418.txt index e9844f1ed16..0efc18b8bcf 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/kt2418.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/kt2418.txt @@ -170,4 +170,4 @@ package kt2418 { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): kt2418.D public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/kt2438.txt b/compiler/testData/diagnostics/tests/redeclarations/kt2438.txt index 81098231554..0dacb1aba40 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/kt2438.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/kt2438.txt @@ -64,4 +64,4 @@ package kt2438 { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/redeclarations/kt470.txt b/compiler/testData/diagnostics/tests/redeclarations/kt470.txt index cb0aa987d71..d61129dfb20 100644 --- a/compiler/testData/diagnostics/tests/redeclarations/kt470.txt +++ b/compiler/testData/diagnostics/tests/redeclarations/kt470.txt @@ -34,4 +34,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/AmbiguityOnLazyTypeComputation.txt b/compiler/testData/diagnostics/tests/regressions/AmbiguityOnLazyTypeComputation.txt index e84cd99e8e4..1e7f1d1c15e 100644 --- a/compiler/testData/diagnostics/tests/regressions/AmbiguityOnLazyTypeComputation.txt +++ b/compiler/testData/diagnostics/tests/regressions/AmbiguityOnLazyTypeComputation.txt @@ -12,4 +12,4 @@ package x { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/AssignmentsUnderOperators.txt b/compiler/testData/diagnostics/tests/regressions/AssignmentsUnderOperators.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/regressions/AssignmentsUnderOperators.txt +++ b/compiler/testData/diagnostics/tests/regressions/AssignmentsUnderOperators.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/CoercionToUnit.txt b/compiler/testData/diagnostics/tests/regressions/CoercionToUnit.txt index 184dd150d11..e9166b1bc18 100644 --- a/compiler/testData/diagnostics/tests/regressions/CoercionToUnit.txt +++ b/compiler/testData/diagnostics/tests/regressions/CoercionToUnit.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ u: kotlin.Unit): kotlin.Int -internal fun test(): kotlin.Int \ No newline at end of file +internal fun test(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/regressions/DoubleDefine.txt b/compiler/testData/diagnostics/tests/regressions/DoubleDefine.txt index 77011edab1d..8dd2d6973fd 100644 --- a/compiler/testData/diagnostics/tests/regressions/DoubleDefine.txt +++ b/compiler/testData/diagnostics/tests/regressions/DoubleDefine.txt @@ -4,4 +4,4 @@ internal fun evaluate(/*0*/ expr: java.lang.StringBuilder, /*1*/ numbers: java.u internal fun evaluateAdd(/*0*/ expr: java.lang.StringBuilder, /*1*/ numbers: java.util.ArrayList): kotlin.Int internal fun evaluateArg(/*0*/ expr: kotlin.CharSequence, /*1*/ numbers: java.util.ArrayList): kotlin.Int internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -internal fun takeFirst(/*0*/ expr: java.lang.StringBuilder): kotlin.Char \ No newline at end of file +internal fun takeFirst(/*0*/ expr: java.lang.StringBuilder): kotlin.Char diff --git a/compiler/testData/diagnostics/tests/regressions/ErrorsOnIbjectExpressionsAsParameters.txt b/compiler/testData/diagnostics/tests/regressions/ErrorsOnIbjectExpressionsAsParameters.txt index 9d70bdfb91c..3daa4e0c869 100644 --- a/compiler/testData/diagnostics/tests/regressions/ErrorsOnIbjectExpressionsAsParameters.txt +++ b/compiler/testData/diagnostics/tests/regressions/ErrorsOnIbjectExpressionsAsParameters.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/Jet11.txt b/compiler/testData/diagnostics/tests/regressions/Jet11.txt index 7e942e00b38..d7237e8fd90 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet11.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet11.txt @@ -19,4 +19,4 @@ internal final class NoC1 : NoC { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet121.txt b/compiler/testData/diagnostics/tests/regressions/Jet121.txt index ac80d7fa7ed..4cb35299b1c 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet121.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet121.txt @@ -3,4 +3,4 @@ package package jet121 { internal fun apply(/*0*/ arg: kotlin.String, /*1*/ f: kotlin.String.() -> kotlin.Int): kotlin.Int internal fun box(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet124.txt b/compiler/testData/diagnostics/tests/regressions/Jet124.txt index 238bb0247aa..dd4d9ef54a3 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet124.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet124.txt @@ -1,4 +1,4 @@ package internal fun foo(): kotlin.Unit -internal fun foo1(): (kotlin.Int) -> kotlin.Int \ No newline at end of file +internal fun foo1(): (kotlin.Int) -> kotlin.Int diff --git a/compiler/testData/diagnostics/tests/regressions/Jet169.txt b/compiler/testData/diagnostics/tests/regressions/Jet169.txt index 461674ac0df..ed4f14c9a50 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet169.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet169.txt @@ -1,3 +1,3 @@ package -internal fun set(/*0*/ key: kotlin.String, /*1*/ value: kotlin.String): kotlin.Unit \ No newline at end of file +internal fun set(/*0*/ key: kotlin.String, /*1*/ value: kotlin.String): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/Jet17.txt b/compiler/testData/diagnostics/tests/regressions/Jet17.txt index dd97e9514ea..e9abe9738b8 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet17.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet17.txt @@ -7,4 +7,4 @@ internal final class WithC { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet183-1.txt b/compiler/testData/diagnostics/tests/regressions/Jet183-1.txt index b37b9f6287d..fd6ad8747c4 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet183-1.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet183-1.txt @@ -59,4 +59,4 @@ internal final enum class ProtocolState : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): ProtocolState public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet183.txt b/compiler/testData/diagnostics/tests/regressions/Jet183.txt index 5241a0d6a4f..fe16b635761 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet183.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet183.txt @@ -59,4 +59,4 @@ internal final enum class ProtocolState : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): ProtocolState public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet53.txt b/compiler/testData/diagnostics/tests/regressions/Jet53.txt index 1bd189ab4a3..6923badb826 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet53.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet53.txt @@ -1,3 +1,3 @@ package -internal val ab: kotlin.List? \ No newline at end of file +internal val ab: kotlin.List? diff --git a/compiler/testData/diagnostics/tests/regressions/Jet67.txt b/compiler/testData/diagnostics/tests/regressions/Jet67.txt index fd93fc3097b..96fc1c4e292 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet67.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet67.txt @@ -6,4 +6,4 @@ internal abstract class XXX { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet68.txt b/compiler/testData/diagnostics/tests/regressions/Jet68.txt index 37502cee3a7..fc055874ed9 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet68.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet68.txt @@ -7,4 +7,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet69.txt b/compiler/testData/diagnostics/tests/regressions/Jet69.txt index e93b3e31c73..ac6368a508c 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet69.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet69.txt @@ -9,4 +9,4 @@ internal final class Command { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet72.txt b/compiler/testData/diagnostics/tests/regressions/Jet72.txt index 17fcb9d4b95..09b79cdca4b 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet72.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet72.txt @@ -10,4 +10,4 @@ internal abstract class Item { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/Jet81.txt b/compiler/testData/diagnostics/tests/regressions/Jet81.txt index 58d79c81cfb..246f7d7c101 100644 --- a/compiler/testData/diagnostics/tests/regressions/Jet81.txt +++ b/compiler/testData/diagnostics/tests/regressions/Jet81.txt @@ -33,4 +33,4 @@ internal final class Test2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/OrphanStarProjection.txt b/compiler/testData/diagnostics/tests/regressions/OrphanStarProjection.txt index 4dfc98b9ba0..3db995633dc 100644 --- a/compiler/testData/diagnostics/tests/regressions/OrphanStarProjection.txt +++ b/compiler/testData/diagnostics/tests/regressions/OrphanStarProjection.txt @@ -7,4 +7,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/OutProjections.txt b/compiler/testData/diagnostics/tests/regressions/OutProjections.txt index f70bc8d7177..3aa580ef2c1 100644 --- a/compiler/testData/diagnostics/tests/regressions/OutProjections.txt +++ b/compiler/testData/diagnostics/tests/regressions/OutProjections.txt @@ -24,4 +24,4 @@ internal final class Point { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/OverrideResolution.txt b/compiler/testData/diagnostics/tests/regressions/OverrideResolution.txt index 98fcb43c8a0..644e11a94e4 100644 --- a/compiler/testData/diagnostics/tests/regressions/OverrideResolution.txt +++ b/compiler/testData/diagnostics/tests/regressions/OverrideResolution.txt @@ -24,4 +24,4 @@ internal open class C : B { internal open override /*1*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/SpecififcityByReceiver.txt b/compiler/testData/diagnostics/tests/regressions/SpecififcityByReceiver.txt index 2dc42376f0c..1d7eb3171b4 100644 --- a/compiler/testData/diagnostics/tests/regressions/SpecififcityByReceiver.txt +++ b/compiler/testData/diagnostics/tests/regressions/SpecififcityByReceiver.txt @@ -1,4 +1,4 @@ package internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -internal fun kotlin.Any.equals(/*0*/ other: kotlin.Any?): kotlin.Boolean \ No newline at end of file +internal fun kotlin.Any.equals(/*0*/ other: kotlin.Any?): kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/regressions/TypeMismatchOnUnaryOperations.txt b/compiler/testData/diagnostics/tests/regressions/TypeMismatchOnUnaryOperations.txt index aefa0158484..dc8f04a7788 100644 --- a/compiler/testData/diagnostics/tests/regressions/TypeMismatchOnUnaryOperations.txt +++ b/compiler/testData/diagnostics/tests/regressions/TypeMismatchOnUnaryOperations.txt @@ -1,3 +1,3 @@ package -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/TypeParameterAsASupertype.txt b/compiler/testData/diagnostics/tests/regressions/TypeParameterAsASupertype.txt index 97b3a175992..72f84beb761 100644 --- a/compiler/testData/diagnostics/tests/regressions/TypeParameterAsASupertype.txt +++ b/compiler/testData/diagnostics/tests/regressions/TypeParameterAsASupertype.txt @@ -2,4 +2,4 @@ package internal final class A { public constructor A() -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/UnavaliableQualifiedThis.txt b/compiler/testData/diagnostics/tests/regressions/UnavaliableQualifiedThis.txt index ef5b42db7e0..4453e5f73c4 100644 --- a/compiler/testData/diagnostics/tests/regressions/UnavaliableQualifiedThis.txt +++ b/compiler/testData/diagnostics/tests/regressions/UnavaliableQualifiedThis.txt @@ -7,4 +7,4 @@ internal trait Iterator { internal open fun map(/*0*/ transform: (T) -> R): Iterator internal abstract fun next(): T public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/WrongTraceInCallResolver.txt b/compiler/testData/diagnostics/tests/regressions/WrongTraceInCallResolver.txt index 139cce07b68..b97f0891bc4 100644 --- a/compiler/testData/diagnostics/tests/regressions/WrongTraceInCallResolver.txt +++ b/compiler/testData/diagnostics/tests/regressions/WrongTraceInCallResolver.txt @@ -16,4 +16,4 @@ internal open class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/ea40964.txt b/compiler/testData/diagnostics/tests/regressions/ea40964.txt index 0df98eb2145..696d312e53f 100644 --- a/compiler/testData/diagnostics/tests/regressions/ea40964.txt +++ b/compiler/testData/diagnostics/tests/regressions/ea40964.txt @@ -2,4 +2,4 @@ package package checkFiles { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/ea43298.txt b/compiler/testData/diagnostics/tests/regressions/ea43298.txt index 14c18acce91..e26602fdb4d 100644 --- a/compiler/testData/diagnostics/tests/regressions/ea43298.txt +++ b/compiler/testData/diagnostics/tests/regressions/ea43298.txt @@ -5,4 +5,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/ea53340.txt b/compiler/testData/diagnostics/tests/regressions/ea53340.txt index 1d63bc533e5..9f9bf94161e 100644 --- a/compiler/testData/diagnostics/tests/regressions/ea53340.txt +++ b/compiler/testData/diagnostics/tests/regressions/ea53340.txt @@ -8,4 +8,4 @@ internal final class A : () -> kotlin.Int { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ fun invoke(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt127.txt b/compiler/testData/diagnostics/tests/regressions/kt127.txt index 7d80fa392f2..6a1696affd5 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt127.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt127.txt @@ -9,4 +9,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt128.txt b/compiler/testData/diagnostics/tests/regressions/kt128.txt index 5d18bd5b07e..678660ac232 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt128.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt128.txt @@ -1,4 +1,4 @@ package internal fun div(/*0*/ c: kotlin.String = ..., /*1*/ f: () -> kotlin.Unit): kotlin.Unit -internal fun f(): kotlin.Unit \ No newline at end of file +internal fun f(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt1489_1728.txt b/compiler/testData/diagnostics/tests/regressions/kt1489_1728.txt index 7542e2f3dcc..c6667356926 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt1489_1728.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt1489_1728.txt @@ -28,4 +28,4 @@ package kt606_dependents { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt1550.txt b/compiler/testData/diagnostics/tests/regressions/kt1550.txt index c0f5ac6433f..864fb0cf4ab 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt1550.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt1550.txt @@ -2,4 +2,4 @@ package package foo { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt1639-JFrame.txt b/compiler/testData/diagnostics/tests/regressions/kt1639-JFrame.txt index 5736d468641..63a89689ac9 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt1639-JFrame.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt1639-JFrame.txt @@ -663,4 +663,4 @@ package test { invisible_fake final override /*1*/ /*fake_override*/ fun validateUnconditionally(): kotlin.Unit invisible_fake open override /*1*/ /*fake_override*/ fun writeObject(/*0*/ p0: java.io.ObjectOutputStream!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt1647.txt b/compiler/testData/diagnostics/tests/regressions/kt1647.txt index be5ed4e438d..252d40635a3 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt1647.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt1647.txt @@ -14,4 +14,4 @@ internal final class Bar : Abs { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt1736.txt b/compiler/testData/diagnostics/tests/regressions/kt1736.txt index 012f73c6050..1698efc5fee 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt1736.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt1736.txt @@ -18,4 +18,4 @@ package kt1736 { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt174.txt b/compiler/testData/diagnostics/tests/regressions/kt174.txt index 746bb297254..4cc09b34fe5 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt174.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt174.txt @@ -6,4 +6,4 @@ internal trait Tree { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt201.txt b/compiler/testData/diagnostics/tests/regressions/kt201.txt index 4c350dbaad3..541b2838ace 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt201.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt201.txt @@ -1,4 +1,4 @@ package internal fun foo(): kotlin.Unit -internal fun T?.npe(): T \ No newline at end of file +internal fun T?.npe(): T diff --git a/compiler/testData/diagnostics/tests/regressions/kt235.txt b/compiler/testData/diagnostics/tests/regressions/kt235.txt index 9ff949f8c35..1696c993232 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt235.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt235.txt @@ -28,4 +28,4 @@ package kt235 { internal final fun inc(): kt235.MyNumber public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt2376.txt b/compiler/testData/diagnostics/tests/regressions/kt2376.txt index d4911f9b656..575946447fe 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt2376.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt2376.txt @@ -8,4 +8,4 @@ public open class Test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public/*package*/ open fun number(/*0*/ n: kotlin.Number!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt251.txt b/compiler/testData/diagnostics/tests/regressions/kt251.txt index e65093aea12..83f5726be99 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt251.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt251.txt @@ -13,4 +13,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt258.txt b/compiler/testData/diagnostics/tests/regressions/kt258.txt index 0372c54579a..3dbbf73da33 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt258.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt258.txt @@ -1,4 +1,4 @@ package internal fun test(): kotlin.Unit -internal fun kotlin.MutableMap.set(/*0*/ key: K, /*1*/ value: V): kotlin.Unit \ No newline at end of file +internal fun kotlin.MutableMap.set(/*0*/ key: K, /*1*/ value: V): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt26-1.txt b/compiler/testData/diagnostics/tests/regressions/kt26-1.txt index c7c08fddca2..3efb1a48576 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt26-1.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt26-1.txt @@ -4,4 +4,4 @@ package bar { } package foo { -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt26.txt b/compiler/testData/diagnostics/tests/regressions/kt26.txt index c79913d0cf1..59443a04630 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt26.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt26.txt @@ -9,4 +9,4 @@ package html { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt2768.txt b/compiler/testData/diagnostics/tests/regressions/kt2768.txt index 113f59fd83e..407ac2391c6 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt2768.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt2768.txt @@ -1,4 +1,4 @@ package internal fun assertEquals(/*0*/ a: T, /*1*/ b: T): kotlin.Unit -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt282.txt b/compiler/testData/diagnostics/tests/regressions/kt282.txt index 7881366d954..498ed813de8 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt282.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt282.txt @@ -10,4 +10,4 @@ internal final class Set { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt287.txt b/compiler/testData/diagnostics/tests/regressions/kt287.txt index a1a8e98f4f1..426a77a96ce 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt287.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt287.txt @@ -3,4 +3,4 @@ package internal val attributes: kotlin.Map internal fun attributes(): kotlin.Map internal fun foo(/*0*/ m: kotlin.Map): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt2956.txt b/compiler/testData/diagnostics/tests/regressions/kt2956.txt index 7744fa3d98f..f8b74751336 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt2956.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt2956.txt @@ -1,3 +1,3 @@ package -internal val a: kotlin.String \ No newline at end of file +internal val a: kotlin.String diff --git a/compiler/testData/diagnostics/tests/regressions/kt302.txt b/compiler/testData/diagnostics/tests/regressions/kt302.txt index 6c2cb8938f9..0b8d8fb17d7 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt302.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt302.txt @@ -23,4 +23,4 @@ package kt302 { public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt306.txt b/compiler/testData/diagnostics/tests/regressions/kt306.txt index 9bcef83d335..2f536dfe63a 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt306.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt306.txt @@ -16,4 +16,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt307.txt b/compiler/testData/diagnostics/tests/regressions/kt307.txt index 6eafdb7e427..46592b3b8d7 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt307.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt307.txt @@ -14,4 +14,4 @@ internal trait ALE : AL { internal open fun getOrNull(/*0*/ index: kotlin.Int, /*1*/ value: T): T public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt312.txt b/compiler/testData/diagnostics/tests/regressions/kt312.txt index 15d3214a7ac..ccd4ad87de6 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt312.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt312.txt @@ -3,4 +3,4 @@ package internal val args: kotlin.Array internal val name: kotlin.String internal val name1: kotlin.String? -internal fun kotlin.Array.safeGet(/*0*/ index: kotlin.Int): T? \ No newline at end of file +internal fun kotlin.Array.safeGet(/*0*/ index: kotlin.Int): T? diff --git a/compiler/testData/diagnostics/tests/regressions/kt313.txt b/compiler/testData/diagnostics/tests/regressions/kt313.txt index ce48b4af846..c11cf8b6e83 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt313.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt313.txt @@ -1,4 +1,4 @@ package internal fun kotlin.Iterable.join(/*0*/ separator: kotlin.String?): kotlin.String -internal fun T?.npe(): T \ No newline at end of file +internal fun T?.npe(): T diff --git a/compiler/testData/diagnostics/tests/regressions/kt316.txt b/compiler/testData/diagnostics/tests/regressions/kt316.txt index bc33e2f999d..b855b3cb99f 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt316.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt316.txt @@ -15,4 +15,4 @@ internal trait B { internal open fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt328.txt b/compiler/testData/diagnostics/tests/regressions/kt328.txt index cf83c109893..579dac80c6b 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt328.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt328.txt @@ -13,4 +13,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt334.txt b/compiler/testData/diagnostics/tests/regressions/kt334.txt index c3c4f57d67a..f349c8a7853 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt334.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt334.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ c: java.lang.Comparable): kotlin.Unit \ No newline at end of file +internal fun f(/*0*/ c: java.lang.Comparable): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt335.336.txt b/compiler/testData/diagnostics/tests/regressions/kt335.336.txt index 9dc778f6198..299bfc6788e 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt335.336.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt335.336.txt @@ -1,4 +1,4 @@ package internal fun kotlin.List.plus(/*0*/ other: kotlin.List): kotlin.List -internal fun > kotlin.MutableList.sort(): kotlin.Unit \ No newline at end of file +internal fun > kotlin.MutableList.sort(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt337.txt b/compiler/testData/diagnostics/tests/regressions/kt337.txt index 7e5cffe3d92..bdcb55000e9 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt337.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt337.txt @@ -8,4 +8,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt352.txt b/compiler/testData/diagnostics/tests/regressions/kt352.txt index 19c3ebd5576..65da1816779 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt352.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt352.txt @@ -16,4 +16,4 @@ package kt352 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt353.txt b/compiler/testData/diagnostics/tests/regressions/kt353.txt index cfeb47d019f..ae4a18f8e90 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt353.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt353.txt @@ -7,4 +7,4 @@ internal trait A { internal abstract fun gen(): T public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt3535.txt b/compiler/testData/diagnostics/tests/regressions/kt3535.txt index 73cc9479f8d..770ebb4d0c0 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt3535.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt3535.txt @@ -14,4 +14,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt3647.txt b/compiler/testData/diagnostics/tests/regressions/kt3647.txt index a388370f059..4e5072aa613 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt3647.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt3647.txt @@ -14,4 +14,4 @@ internal final class Test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt3731.txt b/compiler/testData/diagnostics/tests/regressions/kt3731.txt index 733736a5c39..12612b28fe7 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt3731.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt3731.txt @@ -21,4 +21,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt385.109.441.txt b/compiler/testData/diagnostics/tests/regressions/kt385.109.441.txt index aa7808abea6..1e7cb38309d 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt385.109.441.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt385.109.441.txt @@ -9,4 +9,4 @@ kotlin.inline() internal fun run(/*0*/ body: () -> T): T internal fun kotlin.Iterable.foreach(/*0*/ operation: (T) -> kotlin.Unit): kotlin.Unit internal fun kotlin.Iterable.foreach(/*0*/ operation: (kotlin.Int, T) -> kotlin.Unit): kotlin.Unit internal fun kotlin.Iterator.foreach(/*0*/ operation: (T) -> kotlin.Unit): kotlin.Unit -internal fun kotlin.Iterator.foreach(/*0*/ operation: (kotlin.Int, T) -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun kotlin.Iterator.foreach(/*0*/ operation: (kotlin.Int, T) -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt394.txt b/compiler/testData/diagnostics/tests/regressions/kt394.txt index 3ca52e3d63e..bd33d21e301 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt394.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt394.txt @@ -20,4 +20,4 @@ internal final class X { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt398.txt b/compiler/testData/diagnostics/tests/regressions/kt398.txt index 0437260bae4..fc513958501 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt398.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt398.txt @@ -8,4 +8,4 @@ internal final class X { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt399.txt b/compiler/testData/diagnostics/tests/regressions/kt399.txt index 9c1916991a7..2d6b2416a56 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt399.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt399.txt @@ -1,4 +1,4 @@ package internal fun box(): kotlin.String -internal fun getSameTypeChecker(/*0*/ obj: T): (kotlin.Any) -> kotlin.Boolean \ No newline at end of file +internal fun getSameTypeChecker(/*0*/ obj: T): (kotlin.Any) -> kotlin.Boolean diff --git a/compiler/testData/diagnostics/tests/regressions/kt402.txt b/compiler/testData/diagnostics/tests/regressions/kt402.txt index cd00693ab57..e36b2a2d8c6 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt402.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt402.txt @@ -3,4 +3,4 @@ package package kt402 { internal fun f(): (kotlin.Any) -> kotlin.Boolean internal fun getTypeChecker(): (kotlin.Any) -> kotlin.Boolean -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt41.txt b/compiler/testData/diagnostics/tests/regressions/kt41.txt index cdb18cf5b45..650e33e4662 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt41.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt41.txt @@ -3,4 +3,4 @@ package package kt41 { internal fun aaa(): [ERROR : Error function type] internal fun bbb(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt411.txt b/compiler/testData/diagnostics/tests/regressions/kt411.txt index bbe017a7c3c..19ee1129b86 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt411.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt411.txt @@ -7,4 +7,4 @@ package kt411 { internal fun t2(): kotlin.String internal fun t3(): kotlin.String internal fun t4(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt439.txt b/compiler/testData/diagnostics/tests/regressions/kt439.txt index 226a0b644ff..e26e3d22009 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt439.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt439.txt @@ -1,4 +1,4 @@ package internal fun main1(/*0*/ args: kotlin.Array): kotlin.Unit -kotlin.inline() internal fun run1(/*0*/ body: () -> T): T \ No newline at end of file +kotlin.inline() internal fun run1(/*0*/ body: () -> T): T diff --git a/compiler/testData/diagnostics/tests/regressions/kt442.txt b/compiler/testData/diagnostics/tests/regressions/kt442.txt index 3b7c922b1f5..cc7d1bec35d 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt442.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt442.txt @@ -7,4 +7,4 @@ internal fun generic_invoker(/*0*/ gen: (kotlin.String) -> T): T internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun testFunny(): kotlin.Unit internal fun testFunny2(): kotlin.Unit -internal fun T.with(/*0*/ f: T.() -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun T.with(/*0*/ f: T.() -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt443.txt b/compiler/testData/diagnostics/tests/regressions/kt443.txt index 17235c5841e..9f6df5ebfc3 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt443.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt443.txt @@ -15,4 +15,4 @@ internal final class N : M { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt455.txt b/compiler/testData/diagnostics/tests/regressions/kt455.txt index 6121d6efbab..0168698868e 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt455.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt455.txt @@ -3,4 +3,4 @@ package package kt455 { internal fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt456.txt b/compiler/testData/diagnostics/tests/regressions/kt456.txt index 336fe342356..a0b1b2d800d 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt456.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt456.txt @@ -26,4 +26,4 @@ package kt456 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt459.txt b/compiler/testData/diagnostics/tests/regressions/kt459.txt index d39fcdbc480..aac8e8ef707 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt459.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt459.txt @@ -1,4 +1,4 @@ package internal fun test(): kotlin.Unit -internal fun kotlin.Map.set(/*0*/ key: K, /*1*/ value: V): kotlin.Unit \ No newline at end of file +internal fun kotlin.Map.set(/*0*/ key: K, /*1*/ value: V): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt469.txt b/compiler/testData/diagnostics/tests/regressions/kt469.txt index 65bb9a9a9ef..b4e60b9c61b 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt469.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt469.txt @@ -13,4 +13,4 @@ package kt469 { internal final fun minusAssign(/*0*/ m: kt469.MyNumber): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt4827.txt b/compiler/testData/diagnostics/tests/regressions/kt4827.txt index 42794a00f41..3d9cd7361a1 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt4827.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt4827.txt @@ -20,4 +20,4 @@ public trait TestInterface { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt498.txt b/compiler/testData/diagnostics/tests/regressions/kt498.txt index c6a6c8f8a65..9d577eb3a55 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt498.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt498.txt @@ -10,4 +10,4 @@ internal final class IdUnavailableException : java.lang.Exception { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public final override /*1*/ /*fake_override*/ fun printStackTrace(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt524.txt b/compiler/testData/diagnostics/tests/regressions/kt524.txt index e9b63f4d01c..3d87b75c04d 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt524.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt524.txt @@ -5,4 +5,4 @@ package StringBuilder { internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit internal fun java.lang.StringBuilder.plus(/*0*/ other: java.lang.StringBuilder): java.lang.StringBuilder internal fun T?.sure1(): T -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt526UnresolvedReferenceInnerStatic.txt b/compiler/testData/diagnostics/tests/regressions/kt526UnresolvedReferenceInnerStatic.txt index 6c05ed78786..f825f7ffb0c 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt526UnresolvedReferenceInnerStatic.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt526UnresolvedReferenceInnerStatic.txt @@ -30,4 +30,4 @@ package demo { internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt549.txt b/compiler/testData/diagnostics/tests/regressions/kt549.txt index 6d3bdac46fc..bf168489cc0 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt549.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt549.txt @@ -3,4 +3,4 @@ package package demo { internal fun filter(/*0*/ list: kotlin.Array, /*1*/ filter: (T) -> kotlin.Boolean): kotlin.List internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt557.txt b/compiler/testData/diagnostics/tests/regressions/kt557.txt index 8d3cbd7d487..cf8039dd171 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt557.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt557.txt @@ -2,4 +2,4 @@ package internal fun test(/*0*/ array: kotlin.Array?): kotlin.Unit internal fun kotlin.Array.length(): kotlin.Int -internal fun T?.sure(): T \ No newline at end of file +internal fun T?.sure(): T diff --git a/compiler/testData/diagnostics/tests/regressions/kt571.txt b/compiler/testData/diagnostics/tests/regressions/kt571.txt index 28278988f98..4c2d045e615 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt571.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt571.txt @@ -1,4 +1,4 @@ package private fun double(/*0*/ d: kotlin.Int): kotlin.Int -internal fun let(/*0*/ t: T, /*1*/ body: (T) -> R): R \ No newline at end of file +internal fun let(/*0*/ t: T, /*1*/ body: (T) -> R): R diff --git a/compiler/testData/diagnostics/tests/regressions/kt575.txt b/compiler/testData/diagnostics/tests/regressions/kt575.txt index 6ef03bb85cb..9012ff40c89 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt575.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt575.txt @@ -40,4 +40,4 @@ package kt575 { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt58.txt b/compiler/testData/diagnostics/tests/regressions/kt58.txt index 55006e58f2d..39f9909f11b 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt58.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt58.txt @@ -10,4 +10,4 @@ package kt58 { internal fun t5(): kotlin.Int internal fun t6(): kotlin.Int internal fun t7(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt580.txt b/compiler/testData/diagnostics/tests/regressions/kt580.txt index e5febaf0675..465dfffd1df 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt580.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt580.txt @@ -11,4 +11,4 @@ package whats { internal fun kotlin.Array.lastIndex(): kotlin.Int } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt588.txt b/compiler/testData/diagnostics/tests/regressions/kt588.txt index 8db733653a9..ad31e2b9ce0 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt588.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt588.txt @@ -78,4 +78,4 @@ internal final class Test : java.lang.Thread { internal final fun init2(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt597.txt b/compiler/testData/diagnostics/tests/regressions/kt597.txt index ea2f6b9e671..55430535955 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt597.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt597.txt @@ -2,4 +2,4 @@ package internal fun test(): kotlin.Unit internal fun kotlin.Array?.get(/*0*/ i: kotlin.Int): T -internal fun kotlin.Int?.inc(): kotlin.Int \ No newline at end of file +internal fun kotlin.Int?.inc(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/regressions/kt600.txt b/compiler/testData/diagnostics/tests/regressions/kt600.txt index bca0fb2f34a..f03d7ac0af1 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt600.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt600.txt @@ -1,4 +1,4 @@ package internal fun test(): kotlin.Unit -internal fun T?._sure(): T \ No newline at end of file +internal fun T?._sure(): T diff --git a/compiler/testData/diagnostics/tests/regressions/kt604.txt b/compiler/testData/diagnostics/tests/regressions/kt604.txt index b08d2393961..4c1380e8433 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt604.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt604.txt @@ -27,4 +27,4 @@ internal final class StandardPipelineFactory : ChannelPipelineFactory { internal open override /*1*/ fun getPipeline(): ChannelPipeline public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt618.txt b/compiler/testData/diagnostics/tests/regressions/kt618.txt index 039871d6d6e..cdf60a8cc85 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt618.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt618.txt @@ -14,4 +14,4 @@ package lol { internal final fun timesAssign(/*0*/ other: lol.B): kotlin.String public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt629.txt b/compiler/testData/diagnostics/tests/regressions/kt629.txt index 83b6ad75678..b55e07b4538 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt629.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt629.txt @@ -12,4 +12,4 @@ package kt629 { internal final fun mod(/*0*/ other: kt629.A): kt629.A public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt630.txt b/compiler/testData/diagnostics/tests/regressions/kt630.txt index d3550cc312d..a7cac358d50 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt630.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt630.txt @@ -2,4 +2,4 @@ package internal val s: kotlin.String internal val x: kotlin.String -internal fun T?.sure(): T \ No newline at end of file +internal fun T?.sure(): T diff --git a/compiler/testData/diagnostics/tests/regressions/kt688.txt b/compiler/testData/diagnostics/tests/regressions/kt688.txt index 962634f0b68..47b95b67040 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt688.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt688.txt @@ -22,4 +22,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt691.txt b/compiler/testData/diagnostics/tests/regressions/kt691.txt index 2976ede7898..70e4345269b 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt691.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt691.txt @@ -7,4 +7,4 @@ package foo { package foo.bar.buz { } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt701.txt b/compiler/testData/diagnostics/tests/regressions/kt701.txt index 51a38b4a5e6..f6cee32af09 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt701.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt701.txt @@ -16,4 +16,4 @@ public final class Throwables { public final fun propagateIfPossible(/*0*/ throwable: kotlin.Throwable?): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt716.txt b/compiler/testData/diagnostics/tests/regressions/kt716.txt index 6465a2ba805..8c8bf3abd1f 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt716.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt716.txt @@ -10,4 +10,4 @@ internal final class TypeInfo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt743.txt b/compiler/testData/diagnostics/tests/regressions/kt743.txt index c6d74856818..911e88872d2 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt743.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt743.txt @@ -11,4 +11,4 @@ internal final class List { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/kt750.txt b/compiler/testData/diagnostics/tests/regressions/kt750.txt index 04bda5cf82b..dcef8b0a183 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt750.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt750.txt @@ -1,4 +1,4 @@ package internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit -internal fun T?.sure(): T \ No newline at end of file +internal fun T?.sure(): T diff --git a/compiler/testData/diagnostics/tests/regressions/kt762.txt b/compiler/testData/diagnostics/tests/regressions/kt762.txt index aefa0158484..dc8f04a7788 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt762.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt762.txt @@ -1,3 +1,3 @@ package -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt847.txt b/compiler/testData/diagnostics/tests/regressions/kt847.txt index 040c0438fa2..464c9f30c9d 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt847.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt847.txt @@ -1,3 +1,3 @@ package -internal fun T.mustBe(/*0*/ t: T): kotlin.Unit \ No newline at end of file +internal fun T.mustBe(/*0*/ t: T): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/regressions/kt860.txt b/compiler/testData/diagnostics/tests/regressions/kt860.txt index ff2200eadc7..c0795d0de02 100644 --- a/compiler/testData/diagnostics/tests/regressions/kt860.txt +++ b/compiler/testData/diagnostics/tests/regressions/kt860.txt @@ -537,4 +537,4 @@ package kotlin { internal fun > kotlin.Iterator.to(/*0*/ container: U): U internal fun kotlin.Iterator.toArrayList(): java.util.ArrayList } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/regressions/resolveSubclassOfList.txt b/compiler/testData/diagnostics/tests/regressions/resolveSubclassOfList.txt index bff3c996678..57049628cde 100644 --- a/compiler/testData/diagnostics/tests/regressions/resolveSubclassOfList.txt +++ b/compiler/testData/diagnostics/tests/regressions/resolveSubclassOfList.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ p: java.util.List): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ p: java.util.List): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/ambiguityOnPropertiesWithTheSamePackageName.txt b/compiler/testData/diagnostics/tests/resolve/ambiguityOnPropertiesWithTheSamePackageName.txt index ce3548b2f10..264d8297d39 100644 --- a/compiler/testData/diagnostics/tests/resolve/ambiguityOnPropertiesWithTheSamePackageName.txt +++ b/compiler/testData/diagnostics/tests/resolve/ambiguityOnPropertiesWithTheSamePackageName.txt @@ -20,4 +20,4 @@ package c { package d { internal fun a.A.test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/incompleteConstructorInvocation.txt b/compiler/testData/diagnostics/tests/resolve/incompleteConstructorInvocation.txt index ea2dba04299..f4121086445 100644 --- a/compiler/testData/diagnostics/tests/resolve/incompleteConstructorInvocation.txt +++ b/compiler/testData/diagnostics/tests/resolve/incompleteConstructorInvocation.txt @@ -16,4 +16,4 @@ package p { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/KT-4372.txt b/compiler/testData/diagnostics/tests/resolve/invoke/KT-4372.txt index 850ba075c58..6a406de68bf 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/KT-4372.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/KT-4372.txt @@ -41,4 +41,4 @@ internal object Y { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/ambiguityForInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/ambiguityForInvoke.txt index 7bdfd148b3f..ba68263c5e3 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/ambiguityForInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/ambiguityForInvoke.txt @@ -2,4 +2,4 @@ package internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit internal fun kotlin.Int.invoke(/*0*/ a: kotlin.Any, /*1*/ i: kotlin.Int): kotlin.Unit -internal fun kotlin.Int.invoke(/*0*/ i: kotlin.Int, /*1*/ a: kotlin.Any): kotlin.Unit \ No newline at end of file +internal fun kotlin.Int.invoke(/*0*/ i: kotlin.Int, /*1*/ a: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/invisibleInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/invisibleInvoke.txt index 5188348ded6..0913c0e675b 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/invisibleInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/invisibleInvoke.txt @@ -8,4 +8,4 @@ internal final class My { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String private final fun kotlin.Int.invoke(/*0*/ s: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/receiverPresenceErrorForInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/receiverPresenceErrorForInvoke.txt index 92c37baa1e2..5feb3db18c6 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/receiverPresenceErrorForInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/receiverPresenceErrorForInvoke.txt @@ -1,4 +1,4 @@ package internal fun test1(/*0*/ f: kotlin.String.() -> kotlin.Unit): kotlin.Unit -internal fun test2(/*0*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun test2(/*0*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/typeInferenceErrorForInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/typeInferenceErrorForInvoke.txt index d07bdbbb90a..3c65cd53917 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/typeInferenceErrorForInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/typeInferenceErrorForInvoke.txt @@ -8,4 +8,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/unresolvedInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/unresolvedInvoke.txt index 40d343168e4..4e695b1907b 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/unresolvedInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/unresolvedInvoke.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/unsafeCallWithInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/unsafeCallWithInvoke.txt index 633a48d1ee0..4965d77cccc 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/unsafeCallWithInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/unsafeCallWithInvoke.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ s: kotlin.String?): kotlin.Unit -internal fun kotlin.String.invoke(/*0*/ i: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun kotlin.String.invoke(/*0*/ i: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverForInvokeOnExpression.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverForInvokeOnExpression.txt index 3068a4718fe..e5311f17f1d 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverForInvokeOnExpression.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverForInvokeOnExpression.txt @@ -2,4 +2,4 @@ package internal fun test1(): kotlin.Unit internal fun test2(/*0*/ f: kotlin.String.(kotlin.Int) -> kotlin.Unit): kotlin.Unit -internal fun test3(): kotlin.Unit \ No newline at end of file +internal fun test3(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverTypeForInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverTypeForInvoke.txt index 123a4cd5e0b..1105695c0ae 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverTypeForInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/errors/wrongReceiverTypeForInvoke.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit -internal fun kotlin.String.invoke(/*0*/ i: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun kotlin.String.invoke(/*0*/ i: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsExtension.txt b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsExtension.txt index 744ee0110a6..199059a327b 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsExtension.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsExtension.txt @@ -40,4 +40,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMember.txt b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMember.txt index f0fbbc76baa..9728f0aa273 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMember.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMember.txt @@ -40,4 +40,4 @@ internal final class Foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun invoke(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtension.txt b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtension.txt index 2ddb608eea4..12e0c5eeb5c 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtension.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtension.txt @@ -87,4 +87,4 @@ internal trait X { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtensionToExplicitReceiver.txt b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtensionToExplicitReceiver.txt index 30d8d04a11e..dd0dda9ba11 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtensionToExplicitReceiver.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/invokeAsMemberExtensionToExplicitReceiver.txt @@ -14,4 +14,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal abstract fun A.invoke(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/kt3772.txt b/compiler/testData/diagnostics/tests/resolve/invoke/kt3772.txt index d669c104284..7def466d418 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/kt3772.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/kt3772.txt @@ -34,4 +34,4 @@ package bar { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/kt3833-invokeInsideNestedClass.txt b/compiler/testData/diagnostics/tests/resolve/invoke/kt3833-invokeInsideNestedClass.txt index e3684b9e464..2c217eab540 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/kt3833-invokeInsideNestedClass.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/kt3833-invokeInsideNestedClass.txt @@ -63,4 +63,4 @@ package m { internal final fun invoke(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/kt4204-completeNestedCallsForInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/kt4204-completeNestedCallsForInvoke.txt index c1b4a7a1259..e7c7e3b31cd 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/kt4204-completeNestedCallsForInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/kt4204-completeNestedCallsForInvoke.txt @@ -21,4 +21,4 @@ package c { private final fun position(/*0*/ p: kotlin.Int): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/kt4321InvokeOnEnum.txt b/compiler/testData/diagnostics/tests/resolve/invoke/kt4321InvokeOnEnum.txt index da3033732a8..6e97fba1222 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/kt4321InvokeOnEnum.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/kt4321InvokeOnEnum.txt @@ -103,4 +103,4 @@ internal final enum class TestClasses : kotlin.Enum, EnumStyleClass // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): TestClasses public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/invoke/valNamedInvoke.txt b/compiler/testData/diagnostics/tests/resolve/invoke/valNamedInvoke.txt index 4036930a88e..7ae5f4500ff 100644 --- a/compiler/testData/diagnostics/tests/resolve/invoke/valNamedInvoke.txt +++ b/compiler/testData/diagnostics/tests/resolve/invoke/valNamedInvoke.txt @@ -7,4 +7,4 @@ internal trait A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeArgsInFreeExpressionPosition.txt b/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeArgsInFreeExpressionPosition.txt index 1bbb04bf3ee..b94773a5a70 100644 --- a/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeArgsInFreeExpressionPosition.txt +++ b/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeArgsInFreeExpressionPosition.txt @@ -15,4 +15,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeUnmappedArguments.txt b/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeUnmappedArguments.txt index 4a9967095c8..02b7bb30e3d 100644 --- a/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeUnmappedArguments.txt +++ b/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeUnmappedArguments.txt @@ -4,4 +4,4 @@ package c { internal fun foo(/*0*/ x: kotlin.Int): kotlin.Int internal fun test(): kotlin.Unit internal fun with(/*0*/ receiver: T, /*1*/ f: T.() -> R): R -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/nestedCalls/argumentsInParentheses.txt b/compiler/testData/diagnostics/tests/resolve/nestedCalls/argumentsInParentheses.txt index ebfec0f318f..31ec6ab25da 100644 --- a/compiler/testData/diagnostics/tests/resolve/nestedCalls/argumentsInParentheses.txt +++ b/compiler/testData/diagnostics/tests/resolve/nestedCalls/argumentsInParentheses.txt @@ -23,4 +23,4 @@ internal trait Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeTypeInferenceForNestedInNoneApplicable.txt b/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeTypeInferenceForNestedInNoneApplicable.txt index 6dff421987a..682d33f42f1 100644 --- a/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeTypeInferenceForNestedInNoneApplicable.txt +++ b/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeTypeInferenceForNestedInNoneApplicable.txt @@ -5,4 +5,4 @@ package h { internal fun foo(/*0*/ i: kotlin.Int): kotlin.Int internal fun foo(/*0*/ s: kotlin.String): kotlin.String internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeUnmappedArguments.txt b/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeUnmappedArguments.txt index 45cf0d8d84e..e0413d45bb8 100644 --- a/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeUnmappedArguments.txt +++ b/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeUnmappedArguments.txt @@ -3,4 +3,4 @@ package package c { internal fun test(): kotlin.Unit internal fun zzz(/*0*/ i: kotlin.Int, /*1*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/nestedCalls/kt5971NestedSafeCall.txt b/compiler/testData/diagnostics/tests/resolve/nestedCalls/kt5971NestedSafeCall.txt index a97626d358d..4bbf203e558 100644 --- a/compiler/testData/diagnostics/tests/resolve/nestedCalls/kt5971NestedSafeCall.txt +++ b/compiler/testData/diagnostics/tests/resolve/nestedCalls/kt5971NestedSafeCall.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit -internal fun test(/*0*/ s: kotlin.String?): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ s: kotlin.String?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralWithId.txt b/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralWithId.txt index df5d272dc36..cd9dd4ba0bd 100644 --- a/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralWithId.txt +++ b/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralWithId.txt @@ -26,4 +26,4 @@ internal object A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiterals.txt b/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiterals.txt index 3e6a3d4d037..02dca5dfdbc 100644 --- a/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiterals.txt +++ b/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiterals.txt @@ -17,4 +17,4 @@ internal object A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralsOverload.txt b/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralsOverload.txt index e8706614827..80c6dc1911a 100644 --- a/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralsOverload.txt +++ b/compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralsOverload.txt @@ -26,4 +26,4 @@ internal object A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/resolveWithGenerics.txt b/compiler/testData/diagnostics/tests/resolve/resolveWithGenerics.txt index ea7f84264da..11118d37412 100644 --- a/compiler/testData/diagnostics/tests/resolve/resolveWithGenerics.txt +++ b/compiler/testData/diagnostics/tests/resolve/resolveWithGenerics.txt @@ -15,4 +15,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/resolveWithRedeclarationError.txt b/compiler/testData/diagnostics/tests/resolve/resolveWithRedeclarationError.txt index 7ea47229e97..7c261f98e02 100644 --- a/compiler/testData/diagnostics/tests/resolve/resolveWithRedeclarationError.txt +++ b/compiler/testData/diagnostics/tests/resolve/resolveWithRedeclarationError.txt @@ -36,4 +36,4 @@ package c { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/resolveWithSpecifiedFunctionLiteralWithId.txt b/compiler/testData/diagnostics/tests/resolve/resolveWithSpecifiedFunctionLiteralWithId.txt index a46bcbb2a2c..ea0e46910f6 100644 --- a/compiler/testData/diagnostics/tests/resolve/resolveWithSpecifiedFunctionLiteralWithId.txt +++ b/compiler/testData/diagnostics/tests/resolve/resolveWithSpecifiedFunctionLiteralWithId.txt @@ -29,4 +29,4 @@ package a { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/resolveWithoutGenerics.txt b/compiler/testData/diagnostics/tests/resolve/resolveWithoutGenerics.txt index a299032ed9c..e15e7eb184a 100644 --- a/compiler/testData/diagnostics/tests/resolve/resolveWithoutGenerics.txt +++ b/compiler/testData/diagnostics/tests/resolve/resolveWithoutGenerics.txt @@ -15,4 +15,4 @@ package c { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/specialConstructions/elvisAsCall.txt b/compiler/testData/diagnostics/tests/resolve/specialConstructions/elvisAsCall.txt index e80ff98affb..93626401584 100644 --- a/compiler/testData/diagnostics/tests/resolve/specialConstructions/elvisAsCall.txt +++ b/compiler/testData/diagnostics/tests/resolve/specialConstructions/elvisAsCall.txt @@ -16,4 +16,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/specialConstructions/exclExclAsCall.txt b/compiler/testData/diagnostics/tests/resolve/specialConstructions/exclExclAsCall.txt index 10f21f401e7..619929191d5 100644 --- a/compiler/testData/diagnostics/tests/resolve/specialConstructions/exclExclAsCall.txt +++ b/compiler/testData/diagnostics/tests/resolve/specialConstructions/exclExclAsCall.txt @@ -15,4 +15,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/specialConstructions/reportTypeMismatchDeeplyOnBranches.txt b/compiler/testData/diagnostics/tests/resolve/specialConstructions/reportTypeMismatchDeeplyOnBranches.txt index 7691559f99e..a173a94bca0 100644 --- a/compiler/testData/diagnostics/tests/resolve/specialConstructions/reportTypeMismatchDeeplyOnBranches.txt +++ b/compiler/testData/diagnostics/tests/resolve/specialConstructions/reportTypeMismatchDeeplyOnBranches.txt @@ -6,4 +6,4 @@ package b { internal fun test(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Any?, /*2*/ c: kotlin.Int?): kotlin.Unit internal fun test(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Int?): kotlin.Unit internal fun test(/*0*/ a: kotlin.Int?, /*1*/ b: kotlin.Int?, /*2*/ c: kotlin.Int?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/resolve/wrongNumberOfTypeArguments.txt b/compiler/testData/diagnostics/tests/resolve/wrongNumberOfTypeArguments.txt index 0c349336ac6..0d3eb672312 100644 --- a/compiler/testData/diagnostics/tests/resolve/wrongNumberOfTypeArguments.txt +++ b/compiler/testData/diagnostics/tests/resolve/wrongNumberOfTypeArguments.txt @@ -3,4 +3,4 @@ package internal fun bar(/*0*/ t: T, /*1*/ r: R): kotlin.Unit internal fun foo(/*0*/ t: T): T internal fun test1(): kotlin.Unit -internal fun test2(): kotlin.Unit \ No newline at end of file +internal fun test2(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/scopes/AmbiguityBetweenRootAndPackage.txt b/compiler/testData/diagnostics/tests/scopes/AmbiguityBetweenRootAndPackage.txt index d2525e898d3..e0229eba18d 100644 --- a/compiler/testData/diagnostics/tests/scopes/AmbiguityBetweenRootAndPackage.txt +++ b/compiler/testData/diagnostics/tests/scopes/AmbiguityBetweenRootAndPackage.txt @@ -5,4 +5,4 @@ internal fun testFun(): kotlin.Int package test { internal fun testFun(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/AmbiguousNonExtensions.txt b/compiler/testData/diagnostics/tests/scopes/AmbiguousNonExtensions.txt index b64636109c9..a2d2a49d012 100644 --- a/compiler/testData/diagnostics/tests/scopes/AmbiguousNonExtensions.txt +++ b/compiler/testData/diagnostics/tests/scopes/AmbiguousNonExtensions.txt @@ -11,4 +11,4 @@ package a { package b { internal val v: kotlin.Int = 1 internal fun f(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/DontImportRootScope.txt b/compiler/testData/diagnostics/tests/scopes/DontImportRootScope.txt index 72c7449ef0a..f256bc168da 100644 --- a/compiler/testData/diagnostics/tests/scopes/DontImportRootScope.txt +++ b/compiler/testData/diagnostics/tests/scopes/DontImportRootScope.txt @@ -13,4 +13,4 @@ internal final class Klass { package pkg { internal fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportFromCurrentWithDifferentName.txt b/compiler/testData/diagnostics/tests/scopes/ImportFromCurrentWithDifferentName.txt index ae6b147c4e4..c9602a43567 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportFromCurrentWithDifferentName.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportFromCurrentWithDifferentName.txt @@ -8,4 +8,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportObjectAndUseAsSupertype.txt b/compiler/testData/diagnostics/tests/scopes/ImportObjectAndUseAsSupertype.txt index 6c9e9155ee5..35158af3ed2 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportObjectAndUseAsSupertype.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportObjectAndUseAsSupertype.txt @@ -29,4 +29,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportObjectHidesCurrentPackage.txt b/compiler/testData/diagnostics/tests/scopes/ImportObjectHidesCurrentPackage.txt index a9b56d2b076..3cc0381341d 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportObjectHidesCurrentPackage.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportObjectHidesCurrentPackage.txt @@ -19,4 +19,4 @@ package b { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportTwoTimes.txt b/compiler/testData/diagnostics/tests/scopes/ImportTwoTimes.txt index 480ad3b6bae..e121e08d9ff 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportTwoTimes.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportTwoTimes.txt @@ -6,4 +6,4 @@ package myApp { package weatherForecast { internal fun weatherToday(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportTwoTimesStar.txt b/compiler/testData/diagnostics/tests/scopes/ImportTwoTimesStar.txt index 480ad3b6bae..e121e08d9ff 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportTwoTimesStar.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportTwoTimesStar.txt @@ -6,4 +6,4 @@ package myApp { package weatherForecast { internal fun weatherToday(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/Imports-hidden.txt b/compiler/testData/diagnostics/tests/scopes/Imports-hidden.txt index bfa62af2de7..fab51ade2f5 100644 --- a/compiler/testData/diagnostics/tests/scopes/Imports-hidden.txt +++ b/compiler/testData/diagnostics/tests/scopes/Imports-hidden.txt @@ -35,4 +35,4 @@ package c { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/Imports.txt b/compiler/testData/diagnostics/tests/scopes/Imports.txt index e3b8f163162..13cb34c49b1 100644 --- a/compiler/testData/diagnostics/tests/scopes/Imports.txt +++ b/compiler/testData/diagnostics/tests/scopes/Imports.txt @@ -127,4 +127,4 @@ package d { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportsConflicting.txt b/compiler/testData/diagnostics/tests/scopes/ImportsConflicting.txt index 27d807f17eb..ec3afbfcdcd 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportsConflicting.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportsConflicting.txt @@ -9,4 +9,4 @@ package b { package c { internal fun foo(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport.txt b/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport.txt index 520e2a758d4..4aac7cd209c 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport.txt @@ -15,4 +15,4 @@ package a { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport2.txt b/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport2.txt index bcf96c9e588..b15dced5c0b 100644 --- a/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport2.txt +++ b/compiler/testData/diagnostics/tests/scopes/ImportsUselessSimpleImport2.txt @@ -11,4 +11,4 @@ package b { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/NoAmbiguityBetweenRootAndPackage.txt b/compiler/testData/diagnostics/tests/scopes/NoAmbiguityBetweenRootAndPackage.txt index 2a4636b40f4..60ccb07228c 100644 --- a/compiler/testData/diagnostics/tests/scopes/NoAmbiguityBetweenRootAndPackage.txt +++ b/compiler/testData/diagnostics/tests/scopes/NoAmbiguityBetweenRootAndPackage.txt @@ -5,4 +5,4 @@ internal fun testFun(): kotlin.Int package test { internal val t: kotlin.Int internal fun testFun(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/VisibilityInheritModifier.txt b/compiler/testData/diagnostics/tests/scopes/VisibilityInheritModifier.txt index b06a336e06c..63c48c54af5 100644 --- a/compiler/testData/diagnostics/tests/scopes/VisibilityInheritModifier.txt +++ b/compiler/testData/diagnostics/tests/scopes/VisibilityInheritModifier.txt @@ -143,4 +143,4 @@ package b { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/initializerScopeOfExtensionProperty.txt b/compiler/testData/diagnostics/tests/scopes/initializerScopeOfExtensionProperty.txt index fd542313d7d..c68052641cf 100644 --- a/compiler/testData/diagnostics/tests/scopes/initializerScopeOfExtensionProperty.txt +++ b/compiler/testData/diagnostics/tests/scopes/initializerScopeOfExtensionProperty.txt @@ -32,4 +32,4 @@ package i { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1078.txt b/compiler/testData/diagnostics/tests/scopes/kt1078.txt index aba6e22a563..f70d74caa4a 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1078.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1078.txt @@ -11,4 +11,4 @@ package kt1078 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1080.txt b/compiler/testData/diagnostics/tests/scopes/kt1080.txt index 31f2d79ae20..cbac0b4d755 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1080.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1080.txt @@ -21,4 +21,4 @@ package kt1080 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1244.txt b/compiler/testData/diagnostics/tests/scopes/kt1244.txt index 763368bbab0..9715d7e8732 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1244.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1244.txt @@ -16,4 +16,4 @@ package kt1244 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1248.txt b/compiler/testData/diagnostics/tests/scopes/kt1248.txt index d94a90751cb..0251f566730 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1248.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1248.txt @@ -18,4 +18,4 @@ package kt1248 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt151.txt b/compiler/testData/diagnostics/tests/scopes/kt151.txt index a889f0f5ec0..30858a195ce 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt151.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt151.txt @@ -65,4 +65,4 @@ package kt151 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1579.txt b/compiler/testData/diagnostics/tests/scopes/kt1579.txt index 45660ccc12b..63cd04ad532 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1579.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1579.txt @@ -16,4 +16,4 @@ package lib { } package user { -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1579_map_entry.txt b/compiler/testData/diagnostics/tests/scopes/kt1579_map_entry.txt index c8c521265c1..92dd5282f80 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1579_map_entry.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1579_map_entry.txt @@ -10,4 +10,4 @@ package b { package c { internal fun fff(/*0*/ b: kotlin.Map.Entry): kotlin.Map.Entry -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1580.txt b/compiler/testData/diagnostics/tests/scopes/kt1580.txt index ac4b3f9abb3..ac3dbbe3e04 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1580.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1580.txt @@ -17,4 +17,4 @@ package lib { package user { internal fun main(/*0*/ a: lib.WithInner, /*1*/ b: lib.WithInner.Inner): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1642.txt b/compiler/testData/diagnostics/tests/scopes/kt1642.txt index c2dcbac7c47..74f53b2117c 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1642.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1642.txt @@ -4,4 +4,4 @@ package a { package a.java { } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1738.txt b/compiler/testData/diagnostics/tests/scopes/kt1738.txt index 129e118d05e..340346568f3 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1738.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1738.txt @@ -11,4 +11,4 @@ package kt1738 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1805.txt b/compiler/testData/diagnostics/tests/scopes/kt1805.txt index ee04b081f56..902f94078f8 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1805.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1805.txt @@ -19,4 +19,4 @@ package kt1805 { internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1806.txt b/compiler/testData/diagnostics/tests/scopes/kt1806.txt index 86df62c4a55..d9de34214d0 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1806.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1806.txt @@ -28,4 +28,4 @@ package kt1806 { internal final fun test2(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1822.txt b/compiler/testData/diagnostics/tests/scopes/kt1822.txt index 6a05cd0aaf2..5babb5bb050 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1822.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1822.txt @@ -54,4 +54,4 @@ package kt1822 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt1942.txt b/compiler/testData/diagnostics/tests/scopes/kt1942.txt index bf34ac3f87d..53e71027c85 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt1942.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt1942.txt @@ -10,4 +10,4 @@ package d { internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt2262.txt b/compiler/testData/diagnostics/tests/scopes/kt2262.txt index 99f0aa0c048..4a8e09dc71a 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt2262.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt2262.txt @@ -27,4 +27,4 @@ package kt2262 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt250.617.10.txt b/compiler/testData/diagnostics/tests/scopes/kt250.617.10.txt index a89c6e738fd..7fb84894b23 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt250.617.10.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt250.617.10.txt @@ -128,4 +128,4 @@ package kt_250_617_10 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt323.txt b/compiler/testData/diagnostics/tests/scopes/kt323.txt index 8b6d90dad87..edadc8620fb 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt323.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt323.txt @@ -19,4 +19,4 @@ package kt323 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt37.txt b/compiler/testData/diagnostics/tests/scopes/kt37.txt index 9acece159eb..e53ac6f5403 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt37.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt37.txt @@ -10,4 +10,4 @@ package kt37 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt421Scopes.txt b/compiler/testData/diagnostics/tests/scopes/kt421Scopes.txt index 693a84685b4..1a5b1d99c7a 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt421Scopes.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt421Scopes.txt @@ -8,4 +8,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt587.txt b/compiler/testData/diagnostics/tests/scopes/kt587.txt index 4728f459981..a473059a479 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt587.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt587.txt @@ -27,4 +27,4 @@ internal final class Main { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt900-1.txt b/compiler/testData/diagnostics/tests/scopes/kt900-1.txt index d8bd1ef2436..e867a8b28f4 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt900-1.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt900-1.txt @@ -53,4 +53,4 @@ package c { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt900-2.txt b/compiler/testData/diagnostics/tests/scopes/kt900-2.txt index b9fc3ac4c8d..30e53b5ccb3 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt900-2.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt900-2.txt @@ -85,4 +85,4 @@ package d { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt900.txt b/compiler/testData/diagnostics/tests/scopes/kt900.txt index 9aa556ab8fb..6498f3b933e 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt900.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt900.txt @@ -156,4 +156,4 @@ package b { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt939.txt b/compiler/testData/diagnostics/tests/scopes/kt939.txt index a350e23fbd9..3cd0b16afda 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt939.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt939.txt @@ -3,4 +3,4 @@ package package kt939 { internal fun compare(/*0*/ o1: kotlin.String?, /*1*/ o2: kotlin.String?): kotlin.Int internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/kt955.txt b/compiler/testData/diagnostics/tests/scopes/kt955.txt index 6190c499cfb..ce245d70c73 100644 --- a/compiler/testData/diagnostics/tests/scopes/kt955.txt +++ b/compiler/testData/diagnostics/tests/scopes/kt955.txt @@ -17452,4 +17452,4 @@ package java { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/stopResolutionOnAmbiguity.txt b/compiler/testData/diagnostics/tests/scopes/stopResolutionOnAmbiguity.txt index 8ccb71f4f9c..7c91d51059f 100644 --- a/compiler/testData/diagnostics/tests/scopes/stopResolutionOnAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/scopes/stopResolutionOnAmbiguity.txt @@ -18,4 +18,4 @@ package c { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/visibility.txt b/compiler/testData/diagnostics/tests/scopes/visibility.txt index 4b05879fb29..d7d50f11585 100644 --- a/compiler/testData/diagnostics/tests/scopes/visibility.txt +++ b/compiler/testData/diagnostics/tests/scopes/visibility.txt @@ -109,4 +109,4 @@ package test_visibility { package test_visibility2 { internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/scopes/visibility2.txt b/compiler/testData/diagnostics/tests/scopes/visibility2.txt index 6f87dd3e409..7f2b9e1bac9 100644 --- a/compiler/testData/diagnostics/tests/scopes/visibility2.txt +++ b/compiler/testData/diagnostics/tests/scopes/visibility2.txt @@ -99,4 +99,4 @@ package b { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/script/AccessForwardDeclarationInScript.txt b/compiler/testData/diagnostics/tests/script/AccessForwardDeclarationInScript.txt index 95c60f3635b..353b2747d09 100644 --- a/compiler/testData/diagnostics/tests/script/AccessForwardDeclarationInScript.txt +++ b/compiler/testData/diagnostics/tests/script/AccessForwardDeclarationInScript.txt @@ -6,4 +6,4 @@ public final class AccessForwardDeclarationInScript { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/script/ComplexScript.txt b/compiler/testData/diagnostics/tests/script/ComplexScript.txt index 71be8404e94..cdd4ccfa2c5 100644 --- a/compiler/testData/diagnostics/tests/script/ComplexScript.txt +++ b/compiler/testData/diagnostics/tests/script/ComplexScript.txt @@ -6,4 +6,4 @@ public final class ComplexScript { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/script/SimpleScript.txt b/compiler/testData/diagnostics/tests/script/SimpleScript.txt index 46948000bb1..c6c7182d196 100644 --- a/compiler/testData/diagnostics/tests/script/SimpleScript.txt +++ b/compiler/testData/diagnostics/tests/script/SimpleScript.txt @@ -6,4 +6,4 @@ public final class SimpleScript { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/script/imports.txt b/compiler/testData/diagnostics/tests/script/imports.txt index baee643ce0d..94772fc12b5 100644 --- a/compiler/testData/diagnostics/tests/script/imports.txt +++ b/compiler/testData/diagnostics/tests/script/imports.txt @@ -7,4 +7,4 @@ public final class Imports { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/senselessComparison/parenthesized.txt b/compiler/testData/diagnostics/tests/senselessComparison/parenthesized.txt index 79e3333bc5b..f0d4a6cfbe5 100644 --- a/compiler/testData/diagnostics/tests/senselessComparison/parenthesized.txt +++ b/compiler/testData/diagnostics/tests/senselessComparison/parenthesized.txt @@ -3,4 +3,4 @@ package internal fun testEquals(/*0*/ x: kotlin.Int): kotlin.Unit internal fun testEqualsFlipped(/*0*/ x: kotlin.Int): kotlin.Unit internal fun testNotEquals(/*0*/ x: kotlin.Int): kotlin.Unit -internal fun testNotEqualsFlipped(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun testNotEqualsFlipped(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowMultiDeclarationWithFunParameter.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowMultiDeclarationWithFunParameter.txt index 7855fc5bebc..5e3f432fa10 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowMultiDeclarationWithFunParameter.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowMultiDeclarationWithFunParameter.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInFunctionBody.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInFunctionBody.txt index 797b5792eaa..e73b2901e70 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInFunctionBody.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInFunctionBody.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ p: kotlin.Int): kotlin.Int \ No newline at end of file +internal fun f(/*0*/ p: kotlin.Int): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInNestedBlockInFor.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInNestedBlockInFor.txt index 777838d1f7e..44788737d2b 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInNestedBlockInFor.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowParameterInNestedBlockInFor.txt @@ -1,3 +1,3 @@ package -internal fun f(/*0*/ i: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun f(/*0*/ i: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInClosure.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInClosure.txt index af87faba185..68984e9ebc9 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInClosure.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInClosure.txt @@ -1,4 +1,4 @@ package internal val f: () -> kotlin.Int -internal val i: kotlin.Int = 17 \ No newline at end of file +internal val i: kotlin.Int = 17 diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFor.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFor.txt index 487ba278740..78e4ba67178 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFor.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFor.txt @@ -7,4 +7,4 @@ internal final class RedefinePropertyInFor { internal final fun ff(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFunction.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFunction.txt index 91af0088aea..0f35d527e90 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFunction.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowPropertyInFunction.txt @@ -7,4 +7,4 @@ internal final class RedefinePropertyInFunction { internal final fun f(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInFor.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInFor.txt index cfdfd2f2b86..590798f20ff 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInFor.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInFor.txt @@ -1,3 +1,3 @@ package -internal fun ff(): kotlin.Int \ No newline at end of file +internal fun ff(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedBlock.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedBlock.txt index cfdfd2f2b86..590798f20ff 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedBlock.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedBlock.txt @@ -1,3 +1,3 @@ package -internal fun ff(): kotlin.Int \ No newline at end of file +internal fun ff(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosure.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosure.txt index 397572d8a3c..2f8d77fa0c6 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosure.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosure.txt @@ -1,3 +1,3 @@ package -internal fun f(): kotlin.Int \ No newline at end of file +internal fun f(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosureParam.txt b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosureParam.txt index cfdfd2f2b86..590798f20ff 100644 --- a/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosureParam.txt +++ b/compiler/testData/diagnostics/tests/shadowing/ShadowVariableInNestedClosureParam.txt @@ -1,3 +1,3 @@ package -internal fun ff(): kotlin.Int \ No newline at end of file +internal fun ff(): kotlin.Int diff --git a/compiler/testData/diagnostics/tests/smartCasts/afterBinaryExpr.txt b/compiler/testData/diagnostics/tests/smartCasts/afterBinaryExpr.txt index fa1ebd993c5..3865ec5cafb 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/afterBinaryExpr.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/afterBinaryExpr.txt @@ -18,4 +18,4 @@ package o { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/classObjectMember.txt b/compiler/testData/diagnostics/tests/smartCasts/classObjectMember.txt index a7b59899d26..853584b7ade 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/classObjectMember.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/classObjectMember.txt @@ -39,4 +39,4 @@ internal open class T { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/combineWithNoSelectorInfo.txt b/compiler/testData/diagnostics/tests/smartCasts/combineWithNoSelectorInfo.txt index e3e798c2fb5..8bc21b56776 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/combineWithNoSelectorInfo.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/combineWithNoSelectorInfo.txt @@ -10,4 +10,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/dataFlowInfoForArguments.txt b/compiler/testData/diagnostics/tests/smartCasts/dataFlowInfoForArguments.txt index 03ff4781362..cca3f6fb7c7 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/dataFlowInfoForArguments.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/dataFlowInfoForArguments.txt @@ -3,4 +3,4 @@ package package aaa { internal fun bar(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Unit internal fun foo(/*0*/ a: kotlin.Int?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/elvisNothingRHS.txt b/compiler/testData/diagnostics/tests/smartCasts/elvisNothingRHS.txt index 8f095751920..7deff4a1af1 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/elvisNothingRHS.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/elvisNothingRHS.txt @@ -8,4 +8,4 @@ internal final class C { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/elvisRHS.txt b/compiler/testData/diagnostics/tests/smartCasts/elvisRHS.txt index b2e8d641bc5..de8c1e69bf9 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/elvisRHS.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/elvisRHS.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ p1: kotlin.String?, /*1*/ p2: kotlin.String?): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ p1: kotlin.String?, /*1*/ p2: kotlin.String?): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/dependentOnPrevArg.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/dependentOnPrevArg.txt index 6c21e729af6..1e8fa5e8208 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/dependentOnPrevArg.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/dependentOnPrevArg.txt @@ -3,4 +3,4 @@ package package a { internal fun foo(/*0*/ u: T, /*1*/ v: T): T internal fun test(/*0*/ s: kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/intersectionTypes.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/intersectionTypes.txt index fb228528bc3..3d337552c69 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/intersectionTypes.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/intersectionTypes.txt @@ -28,4 +28,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/kt1355.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/kt1355.txt index 74e6d9ecdba..d357f4f95e6 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/kt1355.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/kt1355.txt @@ -17,4 +17,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/kt2746.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/kt2746.txt index fac815388f7..d1808278c9e 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/kt2746.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/kt2746.txt @@ -9,4 +9,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/kt2851.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/kt2851.txt index 3a900548cf5..c79e36953b1 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/kt2851.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/kt2851.txt @@ -12,4 +12,4 @@ package a { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/kt4009.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/kt4009.txt index a783a6c3edf..f504758870d 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/kt4009.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/kt4009.txt @@ -17,4 +17,4 @@ internal trait PsiElement { internal abstract fun getText(): kotlin.String public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/kt4403.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/kt4403.txt index 0480db445e4..c5559030ca5 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/kt4403.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/kt4403.txt @@ -13,4 +13,4 @@ internal trait B : A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/kt4415.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/kt4415.txt index b5d336d867c..528543c2b56 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/kt4415.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/kt4415.txt @@ -24,4 +24,4 @@ internal trait SelfJson { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/smartCastOnReceiver.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/smartCastOnReceiver.txt index 78a2eea270f..dc9a5e7335c 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/inference/smartCastOnReceiver.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/smartCastOnReceiver.txt @@ -29,4 +29,4 @@ internal final class Test { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun test(/*0*/ a: A?, /*1*/ b: B, /*2*/ list: kotlin.MutableList>): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/kt1461.txt b/compiler/testData/diagnostics/tests/smartCasts/kt1461.txt index 80993058cdd..1da9bda0ae3 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/kt1461.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/kt1461.txt @@ -19,4 +19,4 @@ package f { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/kt2422.txt b/compiler/testData/diagnostics/tests/smartCasts/kt2422.txt index d6adda1106d..b5e6e508a33 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/kt2422.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/kt2422.txt @@ -12,4 +12,4 @@ package bar { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun useInt(/*0*/ i: kotlin.Int): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/kt5455.txt b/compiler/testData/diagnostics/tests/smartCasts/kt5455.txt index 53bfd88ec9a..0e409d45a0b 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/kt5455.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/kt5455.txt @@ -19,4 +19,4 @@ internal final class B : A { internal final override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/noErrorCheckForPackageLevelVal.txt b/compiler/testData/diagnostics/tests/smartCasts/noErrorCheckForPackageLevelVal.txt index 7d4c76efaf8..afac7c01129 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/noErrorCheckForPackageLevelVal.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/noErrorCheckForPackageLevelVal.txt @@ -17,4 +17,4 @@ package foo { internal final fun testUseFromClass(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/noUnnecessarySmartCastForReceiver.txt b/compiler/testData/diagnostics/tests/smartCasts/noUnnecessarySmartCastForReceiver.txt index 2fa35fb6aa5..6a024c38048 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/noUnnecessarySmartCastForReceiver.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/noUnnecessarySmartCastForReceiver.txt @@ -1,4 +1,4 @@ package internal fun test(/*0*/ a: kotlin.Any?): kotlin.Unit -internal fun kotlin.Any?.foo(): kotlin.Unit \ No newline at end of file +internal fun kotlin.Any?.foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/smartCasts/publicVal.txt b/compiler/testData/diagnostics/tests/smartCasts/publicVal.txt index ae1ec632ae4..ec6d380dcaf 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/publicVal.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/publicVal.txt @@ -9,4 +9,4 @@ public final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/thisWithLabel.txt b/compiler/testData/diagnostics/tests/smartCasts/thisWithLabel.txt index 6a869735f36..f8ebc7602a2 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/thisWithLabel.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/thisWithLabel.txt @@ -22,4 +22,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/smartCasts/thisWithLabelAsReceiverPart.txt b/compiler/testData/diagnostics/tests/smartCasts/thisWithLabelAsReceiverPart.txt index 74e4e2b5b94..41deaef7d39 100644 --- a/compiler/testData/diagnostics/tests/smartCasts/thisWithLabelAsReceiverPart.txt +++ b/compiler/testData/diagnostics/tests/smartCasts/thisWithLabelAsReceiverPart.txt @@ -30,4 +30,4 @@ package foo { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/substitutions/kt1558-short.txt b/compiler/testData/diagnostics/tests/substitutions/kt1558-short.txt index 532d886d9db..b7edd292f87 100644 --- a/compiler/testData/diagnostics/tests/substitutions/kt1558-short.txt +++ b/compiler/testData/diagnostics/tests/substitutions/kt1558-short.txt @@ -1,4 +1,4 @@ package internal fun testArrays(/*0*/ ci: kotlin.List): kotlin.Unit -internal fun kotlin.List.toArray(/*0*/ ar: kotlin.Array): kotlin.Array \ No newline at end of file +internal fun kotlin.List.toArray(/*0*/ ar: kotlin.Array): kotlin.Array diff --git a/compiler/testData/diagnostics/tests/substitutions/kt4887.txt b/compiler/testData/diagnostics/tests/substitutions/kt4887.txt index d67d1bb30db..a47698c7f4b 100644 --- a/compiler/testData/diagnostics/tests/substitutions/kt4887.txt +++ b/compiler/testData/diagnostics/tests/substitutions/kt4887.txt @@ -9,4 +9,4 @@ package h { internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithAmbiguity.txt b/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithAmbiguity.txt index b339b6ce607..54d835653f6 100644 --- a/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithAmbiguity.txt +++ b/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithAmbiguity.txt @@ -5,4 +5,4 @@ internal fun test(/*0*/ l: kotlin.List): kotlin.Unit package foo { internal fun f(/*0*/ l: kotlin.List): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithErrorTypes.txt b/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithErrorTypes.txt index a1397ce503b..eb045084cdb 100644 --- a/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithErrorTypes.txt +++ b/compiler/testData/diagnostics/tests/substitutions/upperBoundsSubstitutionForOverloadResolutionWithErrorTypes.txt @@ -3,4 +3,4 @@ package internal fun f1(/*0*/ l: [ERROR : List1]): T internal fun f1(/*0*/ l: [ERROR : List2]): T internal fun f1(/*0*/ c: kotlin.Collection): T -internal fun test(/*0*/ l: kotlin.List): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ l: kotlin.List): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/subtyping/kt-1457.txt b/compiler/testData/diagnostics/tests/subtyping/kt-1457.txt index ce212b40703..4e8cb1997bc 100644 --- a/compiler/testData/diagnostics/tests/subtyping/kt-1457.txt +++ b/compiler/testData/diagnostics/tests/subtyping/kt-1457.txt @@ -56,4 +56,4 @@ internal final class Pair { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/kt2069.txt b/compiler/testData/diagnostics/tests/subtyping/kt2069.txt index 25bcbcd1ebd..f2a17709507 100644 --- a/compiler/testData/diagnostics/tests/subtyping/kt2069.txt +++ b/compiler/testData/diagnostics/tests/subtyping/kt2069.txt @@ -24,4 +24,4 @@ package kt2069 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/kt2744.txt b/compiler/testData/diagnostics/tests/subtyping/kt2744.txt index 3218d2b2cce..74614d5217e 100644 --- a/compiler/testData/diagnostics/tests/subtyping/kt2744.txt +++ b/compiler/testData/diagnostics/tests/subtyping/kt2744.txt @@ -7,4 +7,4 @@ internal final class X { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/kt304.txt b/compiler/testData/diagnostics/tests/subtyping/kt304.txt index 5dbb2754e19..b571f57e9dd 100644 --- a/compiler/testData/diagnostics/tests/subtyping/kt304.txt +++ b/compiler/testData/diagnostics/tests/subtyping/kt304.txt @@ -12,4 +12,4 @@ internal open class Foo { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/kt3159.txt b/compiler/testData/diagnostics/tests/subtyping/kt3159.txt index c878a50dd58..37f14d79cd6 100644 --- a/compiler/testData/diagnostics/tests/subtyping/kt3159.txt +++ b/compiler/testData/diagnostics/tests/subtyping/kt3159.txt @@ -15,4 +15,4 @@ internal trait Super { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/localAnonymousObjects.txt b/compiler/testData/diagnostics/tests/subtyping/localAnonymousObjects.txt index a60e97c2409..b8def46715c 100644 --- a/compiler/testData/diagnostics/tests/subtyping/localAnonymousObjects.txt +++ b/compiler/testData/diagnostics/tests/subtyping/localAnonymousObjects.txt @@ -1,3 +1,3 @@ package -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/subtyping/localClasses.txt b/compiler/testData/diagnostics/tests/subtyping/localClasses.txt index 9bfe56ae78e..d9975349dd7 100644 --- a/compiler/testData/diagnostics/tests/subtyping/localClasses.txt +++ b/compiler/testData/diagnostics/tests/subtyping/localClasses.txt @@ -5,4 +5,4 @@ package p { internal fun foo(/*0*/ a: kotlin.Int): p.foo..A internal fun run(/*0*/ f: () -> T): T internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/memberAnonymousObjects.txt b/compiler/testData/diagnostics/tests/subtyping/memberAnonymousObjects.txt index 62a2a9ec6ee..bcbde5378ee 100644 --- a/compiler/testData/diagnostics/tests/subtyping/memberAnonymousObjects.txt +++ b/compiler/testData/diagnostics/tests/subtyping/memberAnonymousObjects.txt @@ -6,4 +6,4 @@ internal final class Test { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/nestedIntoLocalClasses.txt b/compiler/testData/diagnostics/tests/subtyping/nestedIntoLocalClasses.txt index b8a5d0b9b27..fb386737855 100644 --- a/compiler/testData/diagnostics/tests/subtyping/nestedIntoLocalClasses.txt +++ b/compiler/testData/diagnostics/tests/subtyping/nestedIntoLocalClasses.txt @@ -5,4 +5,4 @@ package p { internal fun foo(/*0*/ a: kotlin.Int): p.foo...A internal fun run(/*0*/ f: () -> T): T internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/nestedLocalClasses.txt b/compiler/testData/diagnostics/tests/subtyping/nestedLocalClasses.txt index de0ad8f514d..433f76192e6 100644 --- a/compiler/testData/diagnostics/tests/subtyping/nestedLocalClasses.txt +++ b/compiler/testData/diagnostics/tests/subtyping/nestedLocalClasses.txt @@ -5,4 +5,4 @@ package p { internal fun foo(/*0*/ a: kotlin.Int): p.foo..A.B internal fun run(/*0*/ f: () -> T): T internal fun test(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/subtyping/topLevelAnonymousObjects.txt b/compiler/testData/diagnostics/tests/subtyping/topLevelAnonymousObjects.txt index 8c095fbffe7..0e3db7a9c59 100644 --- a/compiler/testData/diagnostics/tests/subtyping/topLevelAnonymousObjects.txt +++ b/compiler/testData/diagnostics/tests/subtyping/topLevelAnonymousObjects.txt @@ -1,4 +1,4 @@ package private var x: kotlin.Any -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClass.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClass.txt index 85a85184d92..15b4838524f 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClass.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClass.txt @@ -6,4 +6,4 @@ kotlin.suppress(names = {"warnings"}: kotlin.Array) internal fina internal final fun foo(/*0*/ p: kotlin.String?): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClassObject.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClassObject.txt index ce0b33ef93d..aafe966f697 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClassObject.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnClassObject.txt @@ -13,4 +13,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnExpression.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnExpression.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnExpression.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnExpression.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnFunction.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnFunction.txt index 6bf99a9a387..117d6dec350 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnFunction.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnFunction.txt @@ -6,4 +6,4 @@ internal final class C { kotlin.suppress(names = {"warnings"}: kotlin.Array) internal final fun foo(/*0*/ p: kotlin.String?): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnObject.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnObject.txt index cde124a5473..70851890d97 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnObject.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnObject.txt @@ -14,4 +14,4 @@ kotlin.suppress(names = {"warnings"}: kotlin.Array) internal obje public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnParameter.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnParameter.txt index 32e91327bd2..537d3b302a2 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnParameter.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnParameter.txt @@ -6,4 +6,4 @@ internal final class C { internal final fun foo(/*0*/ kotlin.suppress(names = {"warnings"}: kotlin.Array) p: kotlin.String? = ...): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnProperty.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnProperty.txt index a2c2b713ed8..8a0cdbeae39 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnProperty.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnProperty.txt @@ -6,4 +6,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnPropertyAccessor.txt b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnPropertyAccessor.txt index a2515e2d0a8..fd444c9e207 100644 --- a/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnPropertyAccessor.txt +++ b/compiler/testData/diagnostics/tests/suppress/allWarnings/suppressWarningsOnPropertyAccessor.txt @@ -6,4 +6,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/mixed.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/mixed.txt index 8da1755e6d8..bf29504cab9 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/mixed.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/mixed.txt @@ -6,4 +6,4 @@ kotlin.suppress(names = {"REDUNDANT_NULLABLE"}: kotlin.Array) int kotlin.suppress(names = {"UNNECESSARY_NOT_NULL_ASSERTION"}: kotlin.Array) internal final fun foo(): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClass.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClass.txt index c7b15e86681..7568558d0f4 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClass.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClass.txt @@ -6,4 +6,4 @@ kotlin.suppress(names = {"REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION"} internal final fun foo(): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClassObject.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClassObject.txt index d5809255816..d50a6e330b5 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClassObject.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onClassObject.txt @@ -13,4 +13,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onExpression.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onExpression.txt index 234126e38e9..26b10e9dbf8 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onExpression.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onExpression.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Any? \ No newline at end of file +internal fun foo(): kotlin.Any? diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onFunction.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onFunction.txt index 13063229265..008954c9076 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onFunction.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onFunction.txt @@ -6,4 +6,4 @@ internal final class C { kotlin.suppress(names = {"REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION"}: kotlin.Array) internal final fun foo(): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onObject.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onObject.txt index d7dcaa474b7..bea4208645f 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onObject.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onObject.txt @@ -14,4 +14,4 @@ kotlin.suppress(names = {"REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION"} public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onParameter.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onParameter.txt index f2441204de7..c2f16510342 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onParameter.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onParameter.txt @@ -6,4 +6,4 @@ internal final class C { internal final fun foo(/*0*/ kotlin.suppress(names = {"REDUNDANT_NULLABLE", "UNNECESSARY_NOT_NULL_ASSERTION"}: kotlin.Array) p: kotlin.String? = ...): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onProperty.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onProperty.txt index f1fb5de6e75..c20d32c5b2c 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onProperty.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onProperty.txt @@ -6,4 +6,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onPropertyAccessor.txt b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onPropertyAccessor.txt index a2515e2d0a8..fd444c9e207 100644 --- a/compiler/testData/diagnostics/tests/suppress/manyWarnings/onPropertyAccessor.txt +++ b/compiler/testData/diagnostics/tests/suppress/manyWarnings/onPropertyAccessor.txt @@ -6,4 +6,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onClass.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onClass.txt index 1cffd790145..d30fb6da480 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onClass.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onClass.txt @@ -6,4 +6,4 @@ kotlin.suppress(names = {"REDUNDANT_NULLABLE"}: kotlin.Array) int internal final fun foo(): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onClassObject.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onClassObject.txt index 7af7694acbf..28c4ffd478d 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onClassObject.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onClassObject.txt @@ -13,4 +13,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onExpression.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onExpression.txt index 234126e38e9..26b10e9dbf8 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onExpression.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onExpression.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Any? \ No newline at end of file +internal fun foo(): kotlin.Any? diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onFunction.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onFunction.txt index 8f241732985..eb43f9d5a8e 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onFunction.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onFunction.txt @@ -6,4 +6,4 @@ internal final class C { kotlin.suppress(names = {"REDUNDANT_NULLABLE"}: kotlin.Array) internal final fun foo(): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onLocalVariable.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onLocalVariable.txt index 36a518cbdcc..b32b95e74c6 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onLocalVariable.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onLocalVariable.txt @@ -6,4 +6,4 @@ internal final class C { internal final fun foo(): kotlin.Any? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onObject.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onObject.txt index 79043c7abe1..0631711435a 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onObject.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onObject.txt @@ -14,4 +14,4 @@ kotlin.suppress(names = {"REDUNDANT_NULLABLE"}: kotlin.Array) int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onParameter.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onParameter.txt index 361c3cc94f0..ac81889e164 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onParameter.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onParameter.txt @@ -6,4 +6,4 @@ internal final class C { internal final fun foo(/*0*/ kotlin.suppress(names = {"REDUNDANT_NULLABLE"}: kotlin.Array) p: kotlin.String? = ...): kotlin.String? public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onProperty.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onProperty.txt index 9ab594483c4..425d429ab72 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onProperty.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onProperty.txt @@ -6,4 +6,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/suppress/oneWarning/onPropertyAccessor.txt b/compiler/testData/diagnostics/tests/suppress/oneWarning/onPropertyAccessor.txt index a2515e2d0a8..fd444c9e207 100644 --- a/compiler/testData/diagnostics/tests/suppress/oneWarning/onPropertyAccessor.txt +++ b/compiler/testData/diagnostics/tests/suppress/oneWarning/onPropertyAccessor.txt @@ -6,4 +6,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/QualifiedThis.txt b/compiler/testData/diagnostics/tests/thisAndSuper/QualifiedThis.txt index 9a98be59353..aa68495db72 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/QualifiedThis.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/QualifiedThis.txt @@ -9,4 +9,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/Super.txt b/compiler/testData/diagnostics/tests/thisAndSuper/Super.txt index 6d603a83c73..21b42807ee9 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/Super.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/Super.txt @@ -59,4 +59,4 @@ package example { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/ambigousLabelOnThis.txt b/compiler/testData/diagnostics/tests/thisAndSuper/ambigousLabelOnThis.txt index c1083d2357a..2ddf27d4300 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/ambigousLabelOnThis.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/ambigousLabelOnThis.txt @@ -6,4 +6,4 @@ internal final class Dup { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/notAccessibleSuperInTrait.txt b/compiler/testData/diagnostics/tests/thisAndSuper/notAccessibleSuperInTrait.txt index 4d53f377953..902534193d2 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/notAccessibleSuperInTrait.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/notAccessibleSuperInTrait.txt @@ -13,4 +13,4 @@ internal trait ATrait : A { internal open override /*1*/ fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunction.txt b/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunction.txt index e8cbc232996..ca669c46ecb 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunction.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunction.txt @@ -1,3 +1,3 @@ package -internal fun kotlin.String.f(): kotlin.Unit \ No newline at end of file +internal fun kotlin.String.f(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunctionCall.txt b/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunctionCall.txt index 21ee5b31060..d472e21d010 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunctionCall.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/superInExtensionFunctionCall.txt @@ -6,4 +6,4 @@ internal final class A1 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/superInToplevelFunction.txt b/compiler/testData/diagnostics/tests/thisAndSuper/superInToplevelFunction.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/superInToplevelFunction.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/superInToplevelFunction.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/superIsNotAnExpression.txt b/compiler/testData/diagnostics/tests/thisAndSuper/superIsNotAnExpression.txt index 92a45a7ea34..91a61aeab10 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/superIsNotAnExpression.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/superIsNotAnExpression.txt @@ -1,4 +1,4 @@ package internal fun any(/*0*/ a: kotlin.Any): kotlin.Unit -internal fun notAnExpression(): kotlin.Unit \ No newline at end of file +internal fun notAnExpression(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/thisInFunctionLiterals.txt b/compiler/testData/diagnostics/tests/thisAndSuper/thisInFunctionLiterals.txt index 87861cd8319..00e6d0ebcb3 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/thisInFunctionLiterals.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/thisInFunctionLiterals.txt @@ -14,4 +14,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun kotlin.Char.xx(): kotlin.Any } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/thisInInnerClasses.txt b/compiler/testData/diagnostics/tests/thisAndSuper/thisInInnerClasses.txt index 33bac2e37dd..34e1a3c77f7 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/thisInInnerClasses.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/thisInInnerClasses.txt @@ -17,4 +17,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/thisInPropertyInitializer.txt b/compiler/testData/diagnostics/tests/thisAndSuper/thisInPropertyInitializer.txt index 7024f1c641c..3668427372e 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/thisInPropertyInitializer.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/thisInPropertyInitializer.txt @@ -7,4 +7,4 @@ internal trait Base { internal abstract fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/thisAndSuper/thisInToplevelFunction.txt b/compiler/testData/diagnostics/tests/thisAndSuper/thisInToplevelFunction.txt index 72db8941983..ecc550c2e00 100644 --- a/compiler/testData/diagnostics/tests/thisAndSuper/thisInToplevelFunction.txt +++ b/compiler/testData/diagnostics/tests/thisAndSuper/thisInToplevelFunction.txt @@ -1,3 +1,3 @@ package -internal fun foo1(): kotlin.Unit \ No newline at end of file +internal fun foo1(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/abstractClass.txt b/compiler/testData/diagnostics/tests/traitWithRequired/abstractClass.txt index ae11f34ebd3..6f6f70c2b4a 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/abstractClass.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/abstractClass.txt @@ -25,4 +25,4 @@ internal trait Trait : Required { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/anonymousObjectExtendsTraitWithRequired.txt b/compiler/testData/diagnostics/tests/traitWithRequired/anonymousObjectExtendsTraitWithRequired.txt index 5e276f9fe67..89efef6566a 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/anonymousObjectExtendsTraitWithRequired.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/anonymousObjectExtendsTraitWithRequired.txt @@ -14,4 +14,4 @@ internal open class Required { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/differentGenericArguments.txt b/compiler/testData/diagnostics/tests/traitWithRequired/differentGenericArguments.txt index aa8ff09d021..1d3b515110d 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/differentGenericArguments.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/differentGenericArguments.txt @@ -31,4 +31,4 @@ internal final class Z : A, B, Generic { public open override /*3*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*3*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*3*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/kt3006.txt b/compiler/testData/diagnostics/tests/traitWithRequired/kt3006.txt index ec504a3ac7f..281e8d78481 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/kt3006.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/kt3006.txt @@ -38,4 +38,4 @@ internal object ObjectImpl : Derived { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/manyRequirementsDisallowed.txt b/compiler/testData/diagnostics/tests/traitWithRequired/manyRequirementsDisallowed.txt index 2e2ff029676..10290b5e921 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/manyRequirementsDisallowed.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/manyRequirementsDisallowed.txt @@ -18,4 +18,4 @@ internal trait C : A, B { public open override /*2*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/manyTraitsRequireSameClass.txt b/compiler/testData/diagnostics/tests/traitWithRequired/manyTraitsRequireSameClass.txt index 5e493836009..abc258149b4 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/manyTraitsRequireSameClass.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/manyTraitsRequireSameClass.txt @@ -57,4 +57,4 @@ internal final class Z : D, C, Required { public open override /*3*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*3*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*3*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/requirementFulfilledBySubclass.txt b/compiler/testData/diagnostics/tests/traitWithRequired/requirementFulfilledBySubclass.txt index d4c8c47f1fd..a488bc7c4a7 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/requirementFulfilledBySubclass.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/requirementFulfilledBySubclass.txt @@ -32,4 +32,4 @@ internal trait Trait : RequiredBase { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/traitExtendsTraitWithRequired.txt b/compiler/testData/diagnostics/tests/traitWithRequired/traitExtendsTraitWithRequired.txt index f42551b63a7..01a5670a157 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/traitExtendsTraitWithRequired.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/traitExtendsTraitWithRequired.txt @@ -36,4 +36,4 @@ internal final class Z : Second, Required { public open override /*2*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*2*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*2*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/traitRequiresAny.txt b/compiler/testData/diagnostics/tests/traitWithRequired/traitRequiresAny.txt index 21af2fdb6ee..0a63560d325 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/traitRequiresAny.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/traitRequiresAny.txt @@ -18,4 +18,4 @@ internal final class Foo : AnyTrait { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/traitSupertypeList.txt b/compiler/testData/diagnostics/tests/traitWithRequired/traitSupertypeList.txt index ddec05f2215..d6e728cda7d 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/traitSupertypeList.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/traitSupertypeList.txt @@ -31,4 +31,4 @@ internal open class bar { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/traitWithRequired/uninheritableTraitDifferentGenericArguments.txt b/compiler/testData/diagnostics/tests/traitWithRequired/uninheritableTraitDifferentGenericArguments.txt index 3822666b189..40bbbe4c50c 100644 --- a/compiler/testData/diagnostics/tests/traitWithRequired/uninheritableTraitDifferentGenericArguments.txt +++ b/compiler/testData/diagnostics/tests/traitWithRequired/uninheritableTraitDifferentGenericArguments.txt @@ -23,4 +23,4 @@ internal open class Generic { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/typedefs/TypedefsUnsupported.txt b/compiler/testData/diagnostics/tests/typedefs/TypedefsUnsupported.txt index 7b404ae581c..093bfc34070 100644 --- a/compiler/testData/diagnostics/tests/typedefs/TypedefsUnsupported.txt +++ b/compiler/testData/diagnostics/tests/typedefs/TypedefsUnsupported.txt @@ -1,3 +1,3 @@ package -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/unit/nullableUnit.txt b/compiler/testData/diagnostics/tests/unit/nullableUnit.txt index 8df0bebdf29..8647cd07f66 100644 --- a/compiler/testData/diagnostics/tests/unit/nullableUnit.txt +++ b/compiler/testData/diagnostics/tests/unit/nullableUnit.txt @@ -1,4 +1,4 @@ package internal val x: kotlin.Unit? -internal fun foo(): kotlin.Unit \ No newline at end of file +internal fun foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/varargs/AmbiguousVararg.txt b/compiler/testData/diagnostics/tests/varargs/AmbiguousVararg.txt index 92775ad77ed..920f98ab611 100644 --- a/compiler/testData/diagnostics/tests/varargs/AmbiguousVararg.txt +++ b/compiler/testData/diagnostics/tests/varargs/AmbiguousVararg.txt @@ -2,4 +2,4 @@ package internal fun foo(/*0*/ vararg t: kotlin.String /*kotlin.Array*/): kotlin.String internal fun foo(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/): kotlin.String -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/varargs/MoreSpecificVarargsOfEqualLength.txt b/compiler/testData/diagnostics/tests/varargs/MoreSpecificVarargsOfEqualLength.txt index c95b9977bd7..ae4d8e356e3 100644 --- a/compiler/testData/diagnostics/tests/varargs/MoreSpecificVarargsOfEqualLength.txt +++ b/compiler/testData/diagnostics/tests/varargs/MoreSpecificVarargsOfEqualLength.txt @@ -9,4 +9,4 @@ internal final class D { internal final fun from(/*0*/ vararg a: kotlin.String /*kotlin.Array*/): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/varargs/MostSepcificVarargsWithJava.txt b/compiler/testData/diagnostics/tests/varargs/MostSepcificVarargsWithJava.txt index 25070cd70d6..67fbe2902bf 100644 --- a/compiler/testData/diagnostics/tests/varargs/MostSepcificVarargsWithJava.txt +++ b/compiler/testData/diagnostics/tests/varargs/MostSepcificVarargsWithJava.txt @@ -12,4 +12,4 @@ public open class C { public/*package*/ open fun from(/*0*/ s: kotlin.String!, /*1*/ s1: kotlin.String!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/varargs/NilaryVsVararg.txt b/compiler/testData/diagnostics/tests/varargs/NilaryVsVararg.txt index bd5439022a5..643f83250cf 100644 --- a/compiler/testData/diagnostics/tests/varargs/NilaryVsVararg.txt +++ b/compiler/testData/diagnostics/tests/varargs/NilaryVsVararg.txt @@ -2,4 +2,4 @@ package internal fun foo0(): kotlin.String internal fun foo0(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/): kotlin.String -internal fun test0(): kotlin.Unit \ No newline at end of file +internal fun test0(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/varargs/UnaryVsVararg.txt b/compiler/testData/diagnostics/tests/varargs/UnaryVsVararg.txt index c811fd4b343..47554ea0aec 100644 --- a/compiler/testData/diagnostics/tests/varargs/UnaryVsVararg.txt +++ b/compiler/testData/diagnostics/tests/varargs/UnaryVsVararg.txt @@ -2,4 +2,4 @@ package internal fun foo1(/*0*/ a: kotlin.Int): kotlin.String internal fun foo1(/*0*/ a: kotlin.Int, /*1*/ vararg t: kotlin.Int /*kotlin.IntArray*/): kotlin.String -internal fun test1(): kotlin.Unit \ No newline at end of file +internal fun test1(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/varargs/kt1781.txt b/compiler/testData/diagnostics/tests/varargs/kt1781.txt index 200f1432be0..9d73757fee3 100644 --- a/compiler/testData/diagnostics/tests/varargs/kt1781.txt +++ b/compiler/testData/diagnostics/tests/varargs/kt1781.txt @@ -8,4 +8,4 @@ public open class JavaClass { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/varargs/kt1835.txt b/compiler/testData/diagnostics/tests/varargs/kt1835.txt index b01afb07777..fd0840e32a9 100644 --- a/compiler/testData/diagnostics/tests/varargs/kt1835.txt +++ b/compiler/testData/diagnostics/tests/varargs/kt1835.txt @@ -9,4 +9,4 @@ public open class JavaClass { public/*package*/ open fun from(/*0*/ s: kotlin.String!): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/varargs/kt1838-param.txt b/compiler/testData/diagnostics/tests/varargs/kt1838-param.txt index 10e822dc535..30fa5309f0d 100644 --- a/compiler/testData/diagnostics/tests/varargs/kt1838-param.txt +++ b/compiler/testData/diagnostics/tests/varargs/kt1838-param.txt @@ -5,4 +5,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/varargs/kt1838-val.txt b/compiler/testData/diagnostics/tests/varargs/kt1838-val.txt index 235ab21fe67..a44a960271e 100644 --- a/compiler/testData/diagnostics/tests/varargs/kt1838-val.txt +++ b/compiler/testData/diagnostics/tests/varargs/kt1838-val.txt @@ -6,4 +6,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/varargs/kt422.txt b/compiler/testData/diagnostics/tests/varargs/kt422.txt index cae06824b95..a44fe8309fd 100644 --- a/compiler/testData/diagnostics/tests/varargs/kt422.txt +++ b/compiler/testData/diagnostics/tests/varargs/kt422.txt @@ -6,4 +6,4 @@ internal fun foo(/*0*/ vararg t: T /*kotlin.Array*/): kotlin.Array< internal fun foo(/*0*/ vararg a: kotlin.Int /*kotlin.IntArray*/): kotlin.IntArray internal fun foo(/*0*/ vararg a: kotlin.Long /*kotlin.LongArray*/): kotlin.LongArray internal fun test(): kotlin.Unit -internal fun test1(): kotlin.Unit \ No newline at end of file +internal fun test1(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/varargs/varargsAndFunctionLiterals.txt b/compiler/testData/diagnostics/tests/varargs/varargsAndFunctionLiterals.txt index 5f531db8dbe..69517bb19d9 100644 --- a/compiler/testData/diagnostics/tests/varargs/varargsAndFunctionLiterals.txt +++ b/compiler/testData/diagnostics/tests/varargs/varargsAndFunctionLiterals.txt @@ -1,4 +1,4 @@ package internal fun f(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/when/AnnotatedWhenStatement.txt b/compiler/testData/diagnostics/tests/when/AnnotatedWhenStatement.txt index 75b6431158e..a1a550e49f0 100644 --- a/compiler/testData/diagnostics/tests/when/AnnotatedWhenStatement.txt +++ b/compiler/testData/diagnostics/tests/when/AnnotatedWhenStatement.txt @@ -7,4 +7,4 @@ internal final annotation class ann : kotlin.Annotation { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/when/ElseOnNullableEnum.txt b/compiler/testData/diagnostics/tests/when/ElseOnNullableEnum.txt index d914a6980d5..25b0bf4d57b 100644 --- a/compiler/testData/diagnostics/tests/when/ElseOnNullableEnum.txt +++ b/compiler/testData/diagnostics/tests/when/ElseOnNullableEnum.txt @@ -68,4 +68,4 @@ public/*package*/ open class J { // Static members public/*package*/ open fun foo(): E! -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/when/ElseOnNullableEnumWithSmartCast.txt b/compiler/testData/diagnostics/tests/when/ElseOnNullableEnumWithSmartCast.txt index 5d74db9314d..4889cf04120 100644 --- a/compiler/testData/diagnostics/tests/when/ElseOnNullableEnumWithSmartCast.txt +++ b/compiler/testData/diagnostics/tests/when/ElseOnNullableEnumWithSmartCast.txt @@ -54,4 +54,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/tests/when/NoElseExpectedUnit.txt b/compiler/testData/diagnostics/tests/when/NoElseExpectedUnit.txt index 3963aa7290c..0fe32030bfa 100644 --- a/compiler/testData/diagnostics/tests/when/NoElseExpectedUnit.txt +++ b/compiler/testData/diagnostics/tests/when/NoElseExpectedUnit.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/when/NoElseNoExpectedType.txt b/compiler/testData/diagnostics/tests/when/NoElseNoExpectedType.txt index ba2bb5e5d7e..f7a814a7dc4 100644 --- a/compiler/testData/diagnostics/tests/when/NoElseNoExpectedType.txt +++ b/compiler/testData/diagnostics/tests/when/NoElseNoExpectedType.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Int): kotlin.Any \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Int): kotlin.Any diff --git a/compiler/testData/diagnostics/tests/when/NoElseReturnedCoercionToUnit.txt b/compiler/testData/diagnostics/tests/when/NoElseReturnedCoercionToUnit.txt index f4675c540da..c5c03db9544 100644 --- a/compiler/testData/diagnostics/tests/when/NoElseReturnedCoercionToUnit.txt +++ b/compiler/testData/diagnostics/tests/when/NoElseReturnedCoercionToUnit.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit -internal fun r(/*0*/ f: () -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun r(/*0*/ f: () -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/when/NoElseReturnedFromLambdaExpectedInt.txt b/compiler/testData/diagnostics/tests/when/NoElseReturnedFromLambdaExpectedInt.txt index dd8fec7ea14..e5391bfe431 100644 --- a/compiler/testData/diagnostics/tests/when/NoElseReturnedFromLambdaExpectedInt.txt +++ b/compiler/testData/diagnostics/tests/when/NoElseReturnedFromLambdaExpectedInt.txt @@ -1,4 +1,4 @@ package internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit -internal fun r(/*0*/ f: () -> kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun r(/*0*/ f: () -> kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/when/NoElseReturnedNonUnit.txt b/compiler/testData/diagnostics/tests/when/NoElseReturnedNonUnit.txt index ba2bb5e5d7e..f7a814a7dc4 100644 --- a/compiler/testData/diagnostics/tests/when/NoElseReturnedNonUnit.txt +++ b/compiler/testData/diagnostics/tests/when/NoElseReturnedNonUnit.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Int): kotlin.Any \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Int): kotlin.Any diff --git a/compiler/testData/diagnostics/tests/when/NoElseReturnedUnit.txt b/compiler/testData/diagnostics/tests/when/NoElseReturnedUnit.txt index 3963aa7290c..0fe32030bfa 100644 --- a/compiler/testData/diagnostics/tests/when/NoElseReturnedUnit.txt +++ b/compiler/testData/diagnostics/tests/when/NoElseReturnedUnit.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/when/NoElseWhenStatement.txt b/compiler/testData/diagnostics/tests/when/NoElseWhenStatement.txt index 3963aa7290c..0fe32030bfa 100644 --- a/compiler/testData/diagnostics/tests/when/NoElseWhenStatement.txt +++ b/compiler/testData/diagnostics/tests/when/NoElseWhenStatement.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ x: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/diagnostics/tests/when/When.txt b/compiler/testData/diagnostics/tests/when/When.txt index 01e6b4744f6..2a793883840 100644 --- a/compiler/testData/diagnostics/tests/when/When.txt +++ b/compiler/testData/diagnostics/tests/when/When.txt @@ -3,4 +3,4 @@ package internal val _type_test: kotlin.Int internal fun foo(): kotlin.Int internal fun test(): kotlin.Unit -internal fun kotlin.Int.foo(): kotlin.Boolean \ No newline at end of file +internal fun kotlin.Int.foo(): kotlin.Boolean diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/ClassObjectAnnotatedWithItsClass.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/ClassObjectAnnotatedWithItsClass.txt index 157ad455fde..55a59fe98cb 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/ClassObjectAnnotatedWithItsClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/ClassObjectAnnotatedWithItsClass.txt @@ -23,4 +23,4 @@ package test { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/illegalPlatformName.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/illegalPlatformName.txt index 4d4d9cf26cf..b7abfc4041d 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/illegalPlatformName.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/illegalPlatformName.txt @@ -3,4 +3,4 @@ package kotlin.platform.platformName(name = ".": kotlin.String) internal fun foo(): kotlin.Unit kotlin.platform.platformName(name = "": kotlin.String) internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit kotlin.platform.platformName(name = "<": kotlin.String) internal fun fooLT(): kotlin.Unit -kotlin.platform.platformName(name = "/": kotlin.String) internal fun fooSlash(): kotlin.Unit \ No newline at end of file +kotlin.platform.platformName(name = "/": kotlin.String) internal fun fooSlash(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/platformName.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/platformName.txt index 939235db959..348d65731b3 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/platformName.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/platformName.txt @@ -20,4 +20,4 @@ kotlin.platform.platformName(name = "C": kotlin.String) internal final class C { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String kotlin.platform.platformName(name = "b": kotlin.String) internal final fun kotlin.Any.foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/array.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/array.txt index 838d3a3584a..d4a296f831c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/array.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/array.txt @@ -50,4 +50,4 @@ AnnJC(i = {Test.class}: kotlin.Array>) AnnJC(i public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/classLiteral.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/classLiteral.txt index fbb90a4051d..f624fa6fdce 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/classLiteral.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/classLiteral.txt @@ -29,4 +29,4 @@ AnnC(c = A.class: java.lang.Class) internal final class Test2 { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.txt index 609128c880a..e921951124c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/simple.txt @@ -68,4 +68,4 @@ Ann(i = 1: kotlin.Int) Ann(i = 1: kotlin.Int) Ann() Ann() AnnIA() AnnSA() intern public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/vararg.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/vararg.txt index a9761d67e65..33c7c994a9e 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/vararg.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameterMustBeConstant/vararg.txt @@ -50,4 +50,4 @@ AnnJC(i = {Test.class}: kotlin.Array>) AnnJC(i public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/functions.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/functions.txt index 873540bf0d5..81da1ed1f87 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/functions.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/functions.txt @@ -63,4 +63,4 @@ internal trait B { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/localFun.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/localFun.txt index aefa0158484..dc8f04a7788 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/localFun.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/localFun.txt @@ -1,3 +1,3 @@ package -internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun main(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/property.txt b/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/property.txt index 219b31262ff..9ed5e1fbae2 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/property.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/platformStatic/property.txt @@ -34,4 +34,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/abstractClassConstructors.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/abstractClassConstructors.txt index ffea27da0a5..44fc782f081 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/abstractClassConstructors.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/abstractClassConstructors.txt @@ -34,4 +34,4 @@ internal final enum class D : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): D public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/ambiguityTopLevelVsTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/ambiguityTopLevelVsTopLevel.txt index d2552c438ae..bc84e7e3a28 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/ambiguityTopLevelVsTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/ambiguityTopLevelVsTopLevel.txt @@ -2,4 +2,4 @@ package internal fun foo(/*0*/ x: kotlin.Any, /*1*/ y: kotlin.Int): kotlin.Int internal fun foo(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Any): kotlin.Int -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/callableRefrenceOnNestedObject.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/callableRefrenceOnNestedObject.txt index 2ee2d5a735a..57a87aba4e5 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/callableRefrenceOnNestedObject.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/callableRefrenceOnNestedObject.txt @@ -24,4 +24,4 @@ internal open class A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromClass.txt index 0981b0e3a21..db6213d420e 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromClass.txt @@ -14,4 +14,4 @@ internal final class SomeOtherClass { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtension.txt index 0223ecbe8d6..3445338cd40 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtension.txt @@ -14,4 +14,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtensionInClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtensionInClass.txt index 6bf88584649..4bb5b055587 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtensionInClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromExtensionInClass.txt @@ -14,4 +14,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun A.ext(): kotlin.Unit internal final fun B.ext(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromTopLevel.txt index e7edd249cec..363c0aa202c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/constructorFromTopLevel.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageClass.txt index c6cb13dc765..0e458064daa 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageClass.txt @@ -15,4 +15,4 @@ package first { package other { internal fun main(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageExtension.txt index 20d6635b66b..2a1f841413f 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageExtension.txt @@ -15,4 +15,4 @@ package first { package other { internal fun main(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageTopLevel.txt index 83cd0a08685..d708e611eee 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/differentPackageTopLevel.txt @@ -8,4 +8,4 @@ package first { package other { internal fun main(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/empty.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/empty.txt index e7edd249cec..363c0aa202c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/empty.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/empty.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromClass.txt index b798cfe919c..34bd985cad4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromClass.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtension.txt index 08d5fb8bcd0..7aa9551b7e4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtension.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtensionInClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtensionInClass.txt index 1eb0357751a..04f674f8319 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtensionInClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromExtensionInClass.txt @@ -17,4 +17,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromTopLevel.txt index 06bb9ba7529..c1ee733ab14 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionFromTopLevel.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionInClassDisallowed.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionInClassDisallowed.txt index 5c034b2b064..e03d3696c27 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionInClassDisallowed.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionInClassDisallowed.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun A.extA(/*0*/ x: kotlin.String): kotlin.String internal final fun kotlin.Int.extInt(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionOnNullable.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionOnNullable.txt index 2b66b396dac..4fc98ce4243 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionOnNullable.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionOnNullable.txt @@ -10,4 +10,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/genericClassFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/genericClassFromTopLevel.txt index cc77f6d98f6..9f1eb92509c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/genericClassFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/genericClassFromTopLevel.txt @@ -9,4 +9,4 @@ internal final class A { internal final fun foo(): T public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/importedInnerConstructor.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/importedInnerConstructor.txt index 266eb607ec6..8e29c51f9d4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/importedInnerConstructor.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/importedInnerConstructor.txt @@ -14,4 +14,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromClass.txt index 0d2acb9a4d2..ab2ba7d660b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromClass.txt @@ -29,4 +29,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromExtension.txt index 4cbfac6892e..cecd2e2924b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromExtension.txt @@ -15,4 +15,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromTopLevel.txt index 266eb607ec6..8e29c51f9d4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/innerConstructorFromTopLevel.txt @@ -14,4 +14,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/javaStaticMethod.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/javaStaticMethod.txt index 709f48c222a..3c638eb0f74 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/javaStaticMethod.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/javaStaticMethod.txt @@ -1,3 +1,3 @@ package -internal fun foo(/*0*/ args: kotlin.Array): kotlin.Unit \ No newline at end of file +internal fun foo(/*0*/ args: kotlin.Array): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/lhsNotAClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/lhsNotAClass.txt index d49bf6b5f10..52dd088e120 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/lhsNotAClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/lhsNotAClass.txt @@ -10,4 +10,4 @@ internal final class A { internal final fun foo(): [ERROR : Error function type] public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructor.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructor.txt index 53f33c6a9b2..5bb1585d730 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructor.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructor.txt @@ -1,3 +1,3 @@ package -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromExtensionInLocalClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromExtensionInLocalClass.txt index 53f33c6a9b2..5bb1585d730 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromExtensionInLocalClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromExtensionInLocalClass.txt @@ -1,3 +1,3 @@ package -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalClass.txt index 53f33c6a9b2..5bb1585d730 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalClass.txt @@ -1,3 +1,3 @@ package -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalExtension.txt index 53f33c6a9b2..5bb1585d730 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localConstructorFromLocalExtension.txt @@ -1,3 +1,3 @@ package -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFun.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFun.txt index 53f33c6a9b2..5bb1585d730 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFun.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFun.txt @@ -1,3 +1,3 @@ package -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromExtensionInLocalClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromExtensionInLocalClass.txt index e7edd249cec..363c0aa202c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromExtensionInLocalClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromExtensionInLocalClass.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalClass.txt index 53f33c6a9b2..5bb1585d730 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalClass.txt @@ -1,3 +1,3 @@ package -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalExtension.txt index e7edd249cec..363c0aa202c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/localNamedFunFromLocalExtension.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedName.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedName.txt index 3175cc47bf8..91dc773ac00 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedName.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedName.txt @@ -17,4 +17,4 @@ package a { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedNameGeneric.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedNameGeneric.txt index 8d560d90500..48487ac49fe 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedNameGeneric.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/longQualifiedNameGeneric.txt @@ -17,4 +17,4 @@ package a { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromClass.txt index 161b87203cd..30696b04976 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromClass.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtension.txt index 82731e271f7..265a9acc310 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtension.txt @@ -10,4 +10,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtensionInClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtensionInClass.txt index be93af4fcb6..ae27b61d78c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtensionInClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromExtensionInClass.txt @@ -16,4 +16,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun A.main(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromTopLevel.txt index 247e2308300..3976313bfe6 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/memberFromTopLevel.txt @@ -10,4 +10,4 @@ internal final class A { internal final fun foo(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromClass.txt index d0fdb47f678..963b31a7857 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromClass.txt @@ -29,4 +29,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromExtension.txt index b6682fdc2f4..e10844d794b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromExtension.txt @@ -15,4 +15,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromTopLevel.txt index 400985be109..fec8cc6c938 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/nestedConstructorFromTopLevel.txt @@ -14,4 +14,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityLocalVsTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityLocalVsTopLevel.txt index 1b9fce7664e..4be7ee35139 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityLocalVsTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityLocalVsTopLevel.txt @@ -1,4 +1,4 @@ package internal fun bar(): kotlin.Int -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsExtension.txt index 664e91d28fb..505041e80ea 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsExtension.txt @@ -9,4 +9,4 @@ internal final class A { internal final fun foo(): kotlin.Int public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsTopLevel.txt index f960ebc4a9f..5bb1486ac54 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/noAmbiguityMemberVsTopLevel.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/renameOnImport.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/renameOnImport.txt index 6e43ae6388c..29d47c0ff8c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/renameOnImport.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/renameOnImport.txt @@ -13,4 +13,4 @@ package other { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromClass.txt index a908339e91a..79909c57c36 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromClass.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun main(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtension.txt index fb17d6b1e27..866c5e4ce10 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtension.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtensionInClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtensionInClass.txt index a0db8973ca5..9611187aa62 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtensionInClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromExtensionInClass.txt @@ -17,4 +17,4 @@ internal final class B { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String internal final fun A.main(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromTopLevel.txt index 2d5bb91e015..4155c38fcd8 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/topLevelFromTopLevel.txt @@ -3,4 +3,4 @@ package internal fun bar(/*0*/ x: kotlin.Int): kotlin.Unit internal fun baz(): kotlin.String internal fun foo(): kotlin.Unit -internal fun main(): kotlin.Unit \ No newline at end of file +internal fun main(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/unresolved.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/unresolved.txt index e7edd249cec..363c0aa202c 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/unresolved.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/function/unresolved.txt @@ -7,4 +7,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/abstractPropertyViaSubclasses.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/abstractPropertyViaSubclasses.txt index ec2c2af51dc..13e10a2a077 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/abstractPropertyViaSubclasses.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/abstractPropertyViaSubclasses.txt @@ -31,4 +31,4 @@ internal final class C : B { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/accessViaSubclass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/accessViaSubclass.txt index b3879378001..9c957dea4d5 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/accessViaSubclass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/accessViaSubclass.txt @@ -16,4 +16,4 @@ internal open class Derived : Base { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/classFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/classFromClass.txt index 1d3f4347f9e..bef04d57660 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/classFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/classFromClass.txt @@ -8,4 +8,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromClass.txt index 7d15fbf1d6f..19250e4b8e4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromClass.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int internal final fun test(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromTopLevel.txt index 090822eab45..083207df43f 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionFromTopLevel.txt @@ -2,4 +2,4 @@ package internal val kotlin.String.countCharacters: kotlin.Int internal var kotlin.Int.meaning: kotlin.Long -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionPropertyOnNullable.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionPropertyOnNullable.txt index b487886aa3b..b3bfb361e2b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionPropertyOnNullable.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/extensionPropertyOnNullable.txt @@ -1,4 +1,4 @@ package internal val kotlin.Any?.meaning: kotlin.Int -internal fun test(): kotlin.Unit \ No newline at end of file +internal fun test(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/genericClass.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/genericClass.txt index ceca1d1500c..6bbedca1c2a 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/genericClass.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/genericClass.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaInstanceField.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaInstanceField.txt index 7ea10953749..aa251753034 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaInstanceField.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaInstanceField.txt @@ -13,4 +13,4 @@ public open class JavaClass { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaStaticFieldViaImport.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaStaticFieldViaImport.txt index 3f0af349abc..dc166d4106a 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaStaticFieldViaImport.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/javaStaticFieldViaImport.txt @@ -15,4 +15,4 @@ public open class JavaClass { protected/*protected static*/ final var protectedMutable: kotlin.Char public final val publicFinal: kotlin.String! public final var publicMutable: kotlin.Any! -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/localVariable.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/localVariable.txt index 74bf8acf3e2..34f021041ea 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/localVariable.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/localVariable.txt @@ -1,3 +1,3 @@ package -internal fun test(/*0*/ param: kotlin.String): kotlin.Unit \ No newline at end of file +internal fun test(/*0*/ param: kotlin.String): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromExtension.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromExtension.txt index 4e0852f7a20..237c0ed4cc9 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromExtension.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromExtension.txt @@ -10,4 +10,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromTopLevel.txt index bb7bf4f9992..e879b4fb032 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/memberFromTopLevel.txt @@ -9,4 +9,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/topLevelFromTopLevel.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/topLevelFromTopLevel.txt index 32fb2406ac4..4a67fc1e8f5 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/topLevelFromTopLevel.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/property/topLevelFromTopLevel.txt @@ -3,4 +3,4 @@ package internal var x: kotlin.Int internal val y: kotlin.String internal fun testX(): kotlin.Unit -internal fun testY(): kotlin.Unit \ No newline at end of file +internal fun testY(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/callableReference/unused.txt b/compiler/testData/diagnostics/testsWithStdLib/callableReference/unused.txt index adbb6b880fe..2c7013884b7 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/callableReference/unused.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/callableReference/unused.txt @@ -17,4 +17,4 @@ internal final class A { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/delegatedProperty.txt b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/delegatedProperty.txt index fc2d35bd84e..5fdacda7cac 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/delegatedProperty.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/delegatedProperty.txt @@ -7,4 +7,4 @@ internal final class C { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNames.txt b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNames.txt index 1ca9b109666..ab9807ed3d4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNames.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNames.txt @@ -1,4 +1,4 @@ package kotlin.platform.platformName(name = "bar": kotlin.String) internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit -internal fun kotlin.Any.foo(): kotlin.Unit \ No newline at end of file +internal fun kotlin.Any.foo(): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNamesDuplicate.txt b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNamesDuplicate.txt index 67e5cd3cb15..45536a405be 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNamesDuplicate.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformNamesDuplicate.txt @@ -1,4 +1,4 @@ package internal fun bar(/*0*/ a: kotlin.Any): kotlin.Unit -kotlin.platform.platformName(name = "bar": kotlin.String) internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit \ No newline at end of file +kotlin.platform.platformName(name = "bar": kotlin.String) internal fun foo(/*0*/ a: kotlin.Any): kotlin.Unit diff --git a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInClassObject.txt b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInClassObject.txt index 0bdcad56d9e..c0eed12c7dc 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInClassObject.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInClassObject.txt @@ -22,4 +22,4 @@ internal final class Derived : Base { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInObject.txt b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInObject.txt index 358fd131651..0e9670eb6e4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInObject.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/duplicateJvmSignature/platformStaticInObject.txt @@ -24,4 +24,4 @@ internal object Derived : Base { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/functionLiterals/pseudocodeMemoryOverhead.txt b/compiler/testData/diagnostics/testsWithStdLib/functionLiterals/pseudocodeMemoryOverhead.txt index e2133775527..68c750f6fd4 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/functionLiterals/pseudocodeMemoryOverhead.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/functionLiterals/pseudocodeMemoryOverhead.txt @@ -64,4 +64,4 @@ kotlin.data() private final class UnaryOperationKey { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/constructorNamedArguments.txt b/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/constructorNamedArguments.txt index 8a037fa09b3..69ad509e1ad 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/constructorNamedArguments.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/constructorNamedArguments.txt @@ -7,4 +7,4 @@ public open class A { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/parameterNames.txt b/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/parameterNames.txt index 8c4cb94b34b..f7292720f4b 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/parameterNames.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/kotlinSignature/parameterNames.txt @@ -23,4 +23,4 @@ internal final class C : A { public open override /*1*/ fun foo(/*0*/ kotlinSignatureName: kotlin.String): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/diagnostics/testsWithStdLib/nonLocalReturns/prohibitNonLocalReturnOutOfTryCatchFinally.txt b/compiler/testData/diagnostics/testsWithStdLib/nonLocalReturns/prohibitNonLocalReturnOutOfTryCatchFinally.txt index e49a093a036..cfcb82080f2 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/nonLocalReturns/prohibitNonLocalReturnOutOfTryCatchFinally.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/nonLocalReturns/prohibitNonLocalReturnOutOfTryCatchFinally.txt @@ -4,4 +4,4 @@ internal fun testRead(/*0*/ l: java.util.concurrent.locks.ReentrantReadWriteLock internal fun testSynchronized(): kotlin.Int internal fun testUse(/*0*/ f: java.io.Closeable): kotlin.Int internal fun testWithLock(/*0*/ l: java.util.concurrent.locks.Lock): kotlin.Int -internal fun testWrite(/*0*/ l: java.util.concurrent.locks.ReentrantReadWriteLock): kotlin.Int \ No newline at end of file +internal fun testWrite(/*0*/ l: java.util.concurrent.locks.ReentrantReadWriteLock): kotlin.Int diff --git a/compiler/testData/lazyResolve/recursiveComparator/AnnotationOnObject.txt b/compiler/testData/lazyResolve/recursiveComparator/AnnotationOnObject.txt index ea614f52c0a..595cd08d68f 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/AnnotationOnObject.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/AnnotationOnObject.txt @@ -16,4 +16,4 @@ test.A(a = IntegerValueType(12): IntegerValueType(12), c = "Hello": kotlin.Strin public class object : test.SomeObject { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/CyclicHierarchy.txt b/compiler/testData/lazyResolve/recursiveComparator/CyclicHierarchy.txt index 84ed7b4db31..2b5136f8c42 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/CyclicHierarchy.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/CyclicHierarchy.txt @@ -22,4 +22,4 @@ internal trait G : test.F { } internal trait H : test.F { -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/InnerClassNameClash.txt b/compiler/testData/lazyResolve/recursiveComparator/InnerClassNameClash.txt index 01650be26c5..3b344fb33e0 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/InnerClassNameClash.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/InnerClassNameClash.txt @@ -11,4 +11,4 @@ internal final class B { /*primary*/ public constructor C() } } -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/OverrideWithErrors.txt b/compiler/testData/lazyResolve/recursiveComparator/OverrideWithErrors.txt index 20e20497dbf..9ae8e1e735d 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/OverrideWithErrors.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/OverrideWithErrors.txt @@ -8,4 +8,4 @@ internal open class A { internal final class B : test.A { /*primary*/ public constructor B() internal open override /*1*/ fun foo(/*0*/ a: [ERROR : E]): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/UnresolvedAnnotationOnObject.txt b/compiler/testData/lazyResolve/recursiveComparator/UnresolvedAnnotationOnObject.txt index 7f3c68c95db..aa1f539d4d1 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/UnresolvedAnnotationOnObject.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/UnresolvedAnnotationOnObject.txt @@ -9,4 +9,4 @@ internal val some: test.SomeObject public class object : test.SomeObject { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/WrongAnnotationArgsOnObject.txt b/compiler/testData/lazyResolve/recursiveComparator/WrongAnnotationArgsOnObject.txt index 96e078ed234..b41d41c9ec3 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/WrongAnnotationArgsOnObject.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/WrongAnnotationArgsOnObject.txt @@ -15,4 +15,4 @@ test.BadAnnotation(s = IntegerValueType(1): IntegerValueType(1)) internal object public class object : test.SomeObject { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/classObjectHeader.txt b/compiler/testData/lazyResolve/recursiveComparator/classObjectHeader.txt index e0c874a26b2..8c6f0d9fe9e 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/classObjectHeader.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/classObjectHeader.txt @@ -12,4 +12,4 @@ internal final class TestSome { internal open class ToResolve { /*primary*/ public constructor ToResolve(/*0*/ f: (kotlin.Int) -> kotlin.Int) -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/fileDependencyRecursion.txt b/compiler/testData/lazyResolve/recursiveComparator/fileDependencyRecursion.txt index cccd6f258a1..04f3e36c5a8 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/fileDependencyRecursion.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/fileDependencyRecursion.txt @@ -3,4 +3,4 @@ package test internal val fromImported: kotlin.Int = 1 internal fun (): kotlin.Int internal val normal: kotlin.Int = 1 - internal fun (): kotlin.Int \ No newline at end of file + internal fun (): kotlin.Int diff --git a/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImport.txt b/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImport.txt index 2ff6f45308b..81556426d80 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImport.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImport.txt @@ -5,4 +5,4 @@ internal val inferTypeFromImportedFun: kotlin.Int internal final class B : testOther.A { /*primary*/ public constructor B() -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImportAfterNamedImport.txt b/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImportAfterNamedImport.txt index 4df11b5c3b9..319a27e9212 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImportAfterNamedImport.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/importFunctionWithAllUnderImportAfterNamedImport.txt @@ -1,4 +1,4 @@ package test internal val a: [ERROR : Type for TestFun()] - internal fun (): [ERROR : Type for TestFun()] \ No newline at end of file + internal fun (): [ERROR : Type for TestFun()] diff --git a/compiler/testData/lazyResolve/recursiveComparator/propertyClassFileDependencyRecursion.txt b/compiler/testData/lazyResolve/recursiveComparator/propertyClassFileDependencyRecursion.txt index 718b1343a77..3c017ccf85f 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/propertyClassFileDependencyRecursion.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/propertyClassFileDependencyRecursion.txt @@ -5,4 +5,4 @@ internal val checkTypeProp: test.PropType? = null internal final class PropType { /*primary*/ public constructor PropType() -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/resolveFunctionInsideClassObject.txt b/compiler/testData/lazyResolve/recursiveComparator/resolveFunctionInsideClassObject.txt index 1f8656f3c7b..8172e8a20d8 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/resolveFunctionInsideClassObject.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/resolveFunctionInsideClassObject.txt @@ -9,4 +9,4 @@ internal final class Test { internal final val a: kotlin.Int internal final fun (): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/sameClassNameResolve.txt b/compiler/testData/lazyResolve/recursiveComparator/sameClassNameResolve.txt index eaec579b30f..e405b9bfa21 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/sameClassNameResolve.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/sameClassNameResolve.txt @@ -6,4 +6,4 @@ internal open class Base { internal final class SubBase : test.Base { /*primary*/ public constructor SubBase() -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/simpleClass.txt b/compiler/testData/lazyResolve/recursiveComparator/simpleClass.txt index 7f6376f1eb2..4e076bfedd4 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/simpleClass.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/simpleClass.txt @@ -25,4 +25,4 @@ package test.p { internal open override /*1*/ fun f(): E internal final fun g(): E } -} \ No newline at end of file +} diff --git a/compiler/testData/lazyResolve/recursiveComparator/varargIterator.txt b/compiler/testData/lazyResolve/recursiveComparator/varargIterator.txt index 38340b57ace..767a03025d4 100644 --- a/compiler/testData/lazyResolve/recursiveComparator/varargIterator.txt +++ b/compiler/testData/lazyResolve/recursiveComparator/varargIterator.txt @@ -4,4 +4,4 @@ internal final class CompositeIterator { /*primary*/ public constructor CompositeIterator(/*0*/ vararg iterators: java.util.Iterator /*kotlin.Array>*/) internal final val iteratorsIter: kotlin.Iterator> internal final fun (): kotlin.Iterator> -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ArrayTypeVariance.txt b/compiler/testData/loadJava/compiledJava/ArrayTypeVariance.txt index 768c4d5365c..f4f7754d760 100644 --- a/compiler/testData/loadJava/compiledJava/ArrayTypeVariance.txt +++ b/compiler/testData/loadJava/compiledJava/ArrayTypeVariance.txt @@ -3,4 +3,4 @@ package test public final class ArrayTypeVariance { public constructor ArrayTypeVariance() public final fun toArray(/*0*/ p0: kotlin.Array<(out) kotlin.Any!>!): kotlin.Array<(out) kotlin.Any!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassDoesNotOverrideMethod.txt b/compiler/testData/loadJava/compiledJava/ClassDoesNotOverrideMethod.txt index 4372e88e934..22fb85990f9 100644 --- a/compiler/testData/loadJava/compiledJava/ClassDoesNotOverrideMethod.txt +++ b/compiler/testData/loadJava/compiledJava/ClassDoesNotOverrideMethod.txt @@ -32,4 +32,4 @@ public abstract class ClassDoesNotOverrideMethod : java.util.Date { kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open override /*1*/ /*fake_override*/ fun toGMTString(): kotlin.String! kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open override /*1*/ /*fake_override*/ fun toLocaleString(): kotlin.String! invisible_fake open override /*1*/ /*fake_override*/ fun writeObject(/*0*/ p0: java.io.ObjectOutputStream!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassWithConstVal.txt b/compiler/testData/loadJava/compiledJava/ClassWithConstVal.txt index 73976b21276..383720d408e 100644 --- a/compiler/testData/loadJava/compiledJava/ClassWithConstVal.txt +++ b/compiler/testData/loadJava/compiledJava/ClassWithConstVal.txt @@ -4,4 +4,4 @@ public final class ClassWithConstVal { public constructor ClassWithConstVal() public final val f: kotlin.Int = 1 public final val f2: kotlin.Int = 1 -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassWithTypeP.txt b/compiler/testData/loadJava/compiledJava/ClassWithTypeP.txt index f7b8e7c126b..d210d16c87d 100644 --- a/compiler/testData/loadJava/compiledJava/ClassWithTypeP.txt +++ b/compiler/testData/loadJava/compiledJava/ClassWithTypeP.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypeP { public constructor ClassWithTypeP() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassWithTypePExtendsIterableP.txt b/compiler/testData/loadJava/compiledJava/ClassWithTypePExtendsIterableP.txt index 60575f715b0..aaf0c788b2a 100644 --- a/compiler/testData/loadJava/compiledJava/ClassWithTypePExtendsIterableP.txt +++ b/compiler/testData/loadJava/compiledJava/ClassWithTypePExtendsIterableP.txt @@ -3,4 +3,4 @@ package test public abstract class ClassWithTypePExtendsIterableP : kotlin.MutableIterable { public constructor ClassWithTypePExtendsIterableP() public abstract override /*1*/ /*fake_override*/ fun iterator(): kotlin.MutableIterator -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassWithTypePP.txt b/compiler/testData/loadJava/compiledJava/ClassWithTypePP.txt index 0af43b51251..9921b69714e 100644 --- a/compiler/testData/loadJava/compiledJava/ClassWithTypePP.txt +++ b/compiler/testData/loadJava/compiledJava/ClassWithTypePP.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypePP { public constructor ClassWithTypePP() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassWithTypePRefNext.txt b/compiler/testData/loadJava/compiledJava/ClassWithTypePRefNext.txt index 97486e5a37a..c9c4b67e5bb 100644 --- a/compiler/testData/loadJava/compiledJava/ClassWithTypePRefNext.txt +++ b/compiler/testData/loadJava/compiledJava/ClassWithTypePRefNext.txt @@ -2,4 +2,4 @@ package test public open class ClassWithTypePRefNext!, /*1*/ P> { public constructor ClassWithTypePRefNext!, /*1*/ P>() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelf.txt b/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelf.txt index 44d0c5db5ad..aea8b50aeaf 100644 --- a/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelf.txt +++ b/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelf.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypePRefSelf!> { public constructor ClassWithTypePRefSelf!>() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelfAndClass.txt b/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelfAndClass.txt index 593c898b4d7..7413374c60d 100644 --- a/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelfAndClass.txt +++ b/compiler/testData/loadJava/compiledJava/ClassWithTypePRefSelfAndClass.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypePRefSelfAndClass!> { public constructor ClassWithTypePRefSelfAndClass!>() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/EnumMembers.txt b/compiler/testData/loadJava/compiledJava/EnumMembers.txt index 0f6d79fcdf1..22e7b72057a 100644 --- a/compiler/testData/loadJava/compiledJava/EnumMembers.txt +++ b/compiler/testData/loadJava/compiledJava/EnumMembers.txt @@ -47,4 +47,4 @@ public final enum class EnumMembers : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.EnumMembers public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/FieldAsVar.txt b/compiler/testData/loadJava/compiledJava/FieldAsVar.txt index 1b8c7804cb8..7cc3799837e 100644 --- a/compiler/testData/loadJava/compiledJava/FieldAsVar.txt +++ b/compiler/testData/loadJava/compiledJava/FieldAsVar.txt @@ -3,4 +3,4 @@ package test public final class FieldAsVar { public constructor FieldAsVar() public final var f: kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/FieldOfArrayType.txt b/compiler/testData/loadJava/compiledJava/FieldOfArrayType.txt index d04dd9c6631..567b838a6b3 100644 --- a/compiler/testData/loadJava/compiledJava/FieldOfArrayType.txt +++ b/compiler/testData/loadJava/compiledJava/FieldOfArrayType.txt @@ -3,4 +3,4 @@ package test public open class FieldOfArrayType { public constructor FieldOfArrayType() public final var files: kotlin.Array<(out) java.io.File!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/FinalFieldAsVal.txt b/compiler/testData/loadJava/compiledJava/FinalFieldAsVal.txt index a7d360e3709..5e0eb8b96b6 100644 --- a/compiler/testData/loadJava/compiledJava/FinalFieldAsVal.txt +++ b/compiler/testData/loadJava/compiledJava/FinalFieldAsVal.txt @@ -3,4 +3,4 @@ package test public final class FinalFieldAsVal { public constructor FinalFieldAsVal() public final val f: kotlin.Int = 1 -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypes.txt b/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypes.txt index 7d1d8590608..dcdd3a7083d 100644 --- a/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypes.txt +++ b/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypes.txt @@ -17,4 +17,4 @@ public final class InheritMethodsDifferentReturnTypes { public abstract fun bar(): kotlin.CharSequence! public abstract fun foo(): kotlin.String! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypesGeneric.txt b/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypesGeneric.txt index 0f1fd4c8451..b7fa12bb112 100644 --- a/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypesGeneric.txt +++ b/compiler/testData/loadJava/compiledJava/InheritMethodsDifferentReturnTypesGeneric.txt @@ -17,4 +17,4 @@ public final class InheritMethodsDifferentReturnTypesGeneric { public abstract fun bar(): BB! public abstract fun foo(): FF! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/InnerClass.txt b/compiler/testData/loadJava/compiledJava/InnerClass.txt index 5777f3ec96b..7ff7234c27f 100644 --- a/compiler/testData/loadJava/compiledJava/InnerClass.txt +++ b/compiler/testData/loadJava/compiledJava/InnerClass.txt @@ -6,4 +6,4 @@ public open class InnerClass { public open inner class Inner { public constructor Inner() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/InnerClassReferencesOuterTP.txt b/compiler/testData/loadJava/compiledJava/InnerClassReferencesOuterTP.txt index 58375e00237..8449349a102 100644 --- a/compiler/testData/loadJava/compiledJava/InnerClassReferencesOuterTP.txt +++ b/compiler/testData/loadJava/compiledJava/InnerClassReferencesOuterTP.txt @@ -6,4 +6,4 @@ public open class InnerClassReferencesOuterTP { public open inner class Inner { public constructor Inner() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/InnerClassesInGeneric.txt b/compiler/testData/loadJava/compiledJava/InnerClassesInGeneric.txt index 6dfdc9188f5..a77fb7f3dc3 100644 --- a/compiler/testData/loadJava/compiledJava/InnerClassesInGeneric.txt +++ b/compiler/testData/loadJava/compiledJava/InnerClassesInGeneric.txt @@ -11,4 +11,4 @@ public open class InnerClassesInGeneric { public constructor Inner2() public open fun iterator(): kotlin.(Mutable)Iterator! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/InnerOfGeneric.txt b/compiler/testData/loadJava/compiledJava/InnerOfGeneric.txt index 84e10e98bc8..b7d4c2d2359 100644 --- a/compiler/testData/loadJava/compiledJava/InnerOfGeneric.txt +++ b/compiler/testData/loadJava/compiledJava/InnerOfGeneric.txt @@ -27,4 +27,4 @@ public open class InnerOfGeneric { // Static members public final /*synthesized*/ fun S(/*0*/ function: () -> kotlin.(Mutable)Iterator!): test.InnerOfGeneric.S -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/JavaEnum.txt b/compiler/testData/loadJava/compiledJava/JavaEnum.txt index 5fec68ed34a..e6e0db576cd 100644 --- a/compiler/testData/loadJava/compiledJava/JavaEnum.txt +++ b/compiler/testData/loadJava/compiledJava/JavaEnum.txt @@ -37,4 +37,4 @@ public final enum class JavaEnum : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.JavaEnum public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MethodReferencesOuterClassTP.txt b/compiler/testData/loadJava/compiledJava/MethodReferencesOuterClassTP.txt index 28206d9ba9a..9da1146ef5f 100644 --- a/compiler/testData/loadJava/compiledJava/MethodReferencesOuterClassTP.txt +++ b/compiler/testData/loadJava/compiledJava/MethodReferencesOuterClassTP.txt @@ -7,4 +7,4 @@ public final class MethodReferencesOuterClassTP { public constructor Inner() public final fun f(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MethodTypePOneUpperBound.txt b/compiler/testData/loadJava/compiledJava/MethodTypePOneUpperBound.txt index 3ff4ba889f1..8ae76aa6322 100644 --- a/compiler/testData/loadJava/compiledJava/MethodTypePOneUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/MethodTypePOneUpperBound.txt @@ -3,4 +3,4 @@ package test public open class MethodTypePOneUpperBound { public constructor MethodTypePOneUpperBound() public open fun bar(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MethodTypePTwoUpperBounds.txt b/compiler/testData/loadJava/compiledJava/MethodTypePTwoUpperBounds.txt index e46fa0f2884..cb0b79383e7 100644 --- a/compiler/testData/loadJava/compiledJava/MethodTypePTwoUpperBounds.txt +++ b/compiler/testData/loadJava/compiledJava/MethodTypePTwoUpperBounds.txt @@ -3,4 +3,4 @@ package test public open class MethodTypePTwoUpperBounds { public constructor MethodTypePTwoUpperBounds() public open fun foo(): kotlin.Unit where T : java.lang.Runnable! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MethodWithTypeP.txt b/compiler/testData/loadJava/compiledJava/MethodWithTypeP.txt index c9c57192819..05849efead9 100644 --- a/compiler/testData/loadJava/compiledJava/MethodWithTypeP.txt +++ b/compiler/testData/loadJava/compiledJava/MethodWithTypeP.txt @@ -3,4 +3,4 @@ package test public final class MethodWithTypeP { public constructor MethodWithTypeP() public final fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MethodWithTypePP.txt b/compiler/testData/loadJava/compiledJava/MethodWithTypePP.txt index fce9b2ac503..3384c76e783 100644 --- a/compiler/testData/loadJava/compiledJava/MethodWithTypePP.txt +++ b/compiler/testData/loadJava/compiledJava/MethodWithTypePP.txt @@ -3,4 +3,4 @@ package test public final class MethodWithTypePP { public constructor MethodWithTypePP() public final fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MethodWithTypePRefClassP.txt b/compiler/testData/loadJava/compiledJava/MethodWithTypePRefClassP.txt index 423ba353b8a..3b0e3580d34 100644 --- a/compiler/testData/loadJava/compiledJava/MethodWithTypePRefClassP.txt +++ b/compiler/testData/loadJava/compiledJava/MethodWithTypePRefClassP.txt @@ -3,4 +3,4 @@ package test public open class MethodWithTypePRefClassP { public constructor MethodWithTypePRefClassP() public final fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MethosWithPRefTP.txt b/compiler/testData/loadJava/compiledJava/MethosWithPRefTP.txt index ad9a88f159e..83de328230d 100644 --- a/compiler/testData/loadJava/compiledJava/MethosWithPRefTP.txt +++ b/compiler/testData/loadJava/compiledJava/MethosWithPRefTP.txt @@ -3,4 +3,4 @@ package test public final class MethosWithPRefTP { public constructor MethosWithPRefTP() public final fun f(/*0*/ p0: P!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/MyException.txt b/compiler/testData/loadJava/compiledJava/MyException.txt index 5c1d1e78918..67182826192 100644 --- a/compiler/testData/loadJava/compiledJava/MyException.txt +++ b/compiler/testData/loadJava/compiledJava/MyException.txt @@ -2,4 +2,4 @@ package test public open class MyException { public constructor MyException(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.Throwable!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/NestedClass.txt b/compiler/testData/loadJava/compiledJava/NestedClass.txt index 6c00b4dbb5a..541987ba206 100644 --- a/compiler/testData/loadJava/compiledJava/NestedClass.txt +++ b/compiler/testData/loadJava/compiledJava/NestedClass.txt @@ -6,4 +6,4 @@ public open class NestedClass { public open class Nested { public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/OverrideMethod.txt b/compiler/testData/loadJava/compiledJava/OverrideMethod.txt index 750f162a9f1..39ada0599c6 100644 --- a/compiler/testData/loadJava/compiledJava/OverrideMethod.txt +++ b/compiler/testData/loadJava/compiledJava/OverrideMethod.txt @@ -22,4 +22,4 @@ public open class OverrideMethod { public/*package*/ constructor SuperBase() public/*package*/ open fun quux(/*0*/ p0: kotlin.Int): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt b/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt index 95e2e259854..5e15af38eef 100644 --- a/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt +++ b/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt @@ -3,4 +3,4 @@ package test public open class JFrame : awt.Frame { public constructor JFrame() protected/*protected and package*/ final var accessibleContext: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/PrivateMembers.txt b/compiler/testData/loadJava/compiledJava/PrivateMembers.txt index 0193845795b..5fd7b1e476c 100644 --- a/compiler/testData/loadJava/compiledJava/PrivateMembers.txt +++ b/compiler/testData/loadJava/compiledJava/PrivateMembers.txt @@ -26,4 +26,4 @@ public open class PrivateMembers { private final var staticField: kotlin.Int private final /*synthesized*/ fun SamInterface(/*0*/ function: () -> kotlin.Unit): test.PrivateMembers.SamInterface private open fun staticMethod(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/PrivateMembersInHierarchy.txt b/compiler/testData/loadJava/compiledJava/PrivateMembersInHierarchy.txt index 9606cc1b81c..b59e47ac24d 100644 --- a/compiler/testData/loadJava/compiledJava/PrivateMembersInHierarchy.txt +++ b/compiler/testData/loadJava/compiledJava/PrivateMembersInHierarchy.txt @@ -16,4 +16,4 @@ public open class PrivateMembersInHierarchy { private final var field2: kotlin.Int private open fun method(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/RawTypeWithUpperBound.txt b/compiler/testData/loadJava/compiledJava/RawTypeWithUpperBound.txt index b9386b8848c..0a7b6b2ba56 100644 --- a/compiler/testData/loadJava/compiledJava/RawTypeWithUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/RawTypeWithUpperBound.txt @@ -11,4 +11,4 @@ public trait RawTypeWithUpperBound { // Static members public final /*synthesized*/ fun Bar(/*0*/ function: (test.RawTypeWithUpperBound.Foo!) -> kotlin.Unit): test.RawTypeWithUpperBound.Bar -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/RawUpperBound.txt b/compiler/testData/loadJava/compiledJava/RawUpperBound.txt index dc2520b8044..65d8019851c 100644 --- a/compiler/testData/loadJava/compiledJava/RawUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/RawUpperBound.txt @@ -1,4 +1,4 @@ package test public trait RawUpperBound!> { -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/RecursiveRawUpperBound.txt b/compiler/testData/loadJava/compiledJava/RecursiveRawUpperBound.txt index 0095ef35a23..ad788854a94 100644 --- a/compiler/testData/loadJava/compiledJava/RecursiveRawUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/RecursiveRawUpperBound.txt @@ -1,4 +1,4 @@ package test public trait RecursiveRawUpperBound!> { -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/RecursiveWildcardUpperBound.txt b/compiler/testData/loadJava/compiledJava/RecursiveWildcardUpperBound.txt index ec30033f9c8..696b42d1f99 100644 --- a/compiler/testData/loadJava/compiledJava/RecursiveWildcardUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/RecursiveWildcardUpperBound.txt @@ -1,4 +1,4 @@ package test public trait RecursiveWildcardUpperBound!> { -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/RemoveRedundantProjectionKind.txt b/compiler/testData/loadJava/compiledJava/RemoveRedundantProjectionKind.txt index 79eafc1cf66..dc7ef424f95 100644 --- a/compiler/testData/loadJava/compiledJava/RemoveRedundantProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/RemoveRedundantProjectionKind.txt @@ -3,4 +3,4 @@ package test public trait RemoveRedundantProjectionKind { public abstract fun f(/*0*/ p0: (kotlin.MutableCollection..kotlin.Collection?)): kotlin.Unit public abstract fun f(/*0*/ p0: kotlin.Comparable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/Simple.txt b/compiler/testData/loadJava/compiledJava/Simple.txt index 18b05d70c85..68d64bc8da2 100644 --- a/compiler/testData/loadJava/compiledJava/Simple.txt +++ b/compiler/testData/loadJava/compiledJava/Simple.txt @@ -2,4 +2,4 @@ package test public final class Simple { public constructor Simple() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/SubclassFromNested.txt b/compiler/testData/loadJava/compiledJava/SubclassFromNested.txt index 31af81c7ec3..43c922aaa87 100644 --- a/compiler/testData/loadJava/compiledJava/SubclassFromNested.txt +++ b/compiler/testData/loadJava/compiledJava/SubclassFromNested.txt @@ -9,4 +9,4 @@ public/*package*/ open class B { public open class SubclassFromNested : test.B.C { public constructor SubclassFromNested() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/TwoFields.txt b/compiler/testData/loadJava/compiledJava/TwoFields.txt index c578f895f53..3219f7b614a 100644 --- a/compiler/testData/loadJava/compiledJava/TwoFields.txt +++ b/compiler/testData/loadJava/compiledJava/TwoFields.txt @@ -4,4 +4,4 @@ public final class TwoFields { public constructor TwoFields() public final var a: kotlin.Int public final var b: kotlin.Short -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/UnboundWildcard.txt b/compiler/testData/loadJava/compiledJava/UnboundWildcard.txt index 520c5e7bc80..94bd6583d3d 100644 --- a/compiler/testData/loadJava/compiledJava/UnboundWildcard.txt +++ b/compiler/testData/loadJava/compiledJava/UnboundWildcard.txt @@ -6,4 +6,4 @@ public final class UnboundWildcard { public trait MyClass { } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotatedAnnotation.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotatedAnnotation.txt index 8cfb09dd637..f96ba4792ab 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotatedAnnotation.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotatedAnnotation.txt @@ -2,4 +2,4 @@ package test test.AnnotatedAnnotation() public final annotation class AnnotatedAnnotation : kotlin.Annotation { public constructor AnnotatedAnnotation() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotatedMethod.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotatedMethod.txt index b816d8bfe07..8590bec62e7 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotatedMethod.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotatedMethod.txt @@ -3,4 +3,4 @@ package test public open class AnnotatedMethod { public constructor AnnotatedMethod() kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/AnnotationInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/AnnotationInParam.txt index 9f8e85157dc..0253de3ed0a 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/AnnotationInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/AnnotationInParam.txt @@ -44,4 +44,4 @@ public trait AnnotationInParam { public constructor MyAnnotationWithParam3(/*0*/ value: test.AnnotationInParam.MyAnnotation3) public abstract fun value(): test.AnnotationInParam.MyAnnotation3 } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/ArithmeticExpressionInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/ArithmeticExpressionInParam.txt index debdac75833..a876eb5e40d 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/ArithmeticExpressionInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/ArithmeticExpressionInParam.txt @@ -11,4 +11,4 @@ public open class ArithmeticExpressionInParam { test.ArithmeticExpressionInParam.Anno(value = 42: kotlin.Int) public open class Class { public constructor Class() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/ArrayOfEnumInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/ArrayOfEnumInParam.txt index 76663857f74..ec04c206e72 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/ArrayOfEnumInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/ArrayOfEnumInParam.txt @@ -6,4 +6,4 @@ public trait ArrayOfEnumInParam { public constructor targetAnnotation(/*0*/ value: kotlin.String) public abstract fun value(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/ArrayOfStringInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/ArrayOfStringInParam.txt index 565b1fc4cb3..ad7b5fdd9a2 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/ArrayOfStringInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/ArrayOfStringInParam.txt @@ -10,4 +10,4 @@ public trait ArrayOfStringInParam { public constructor MyAnnotation(/*0*/ vararg value: kotlin.String /*kotlin.Array*/) public abstract fun value(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/ClassObjectArrayInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/ClassObjectArrayInParam.txt index aeb3ae9c0c0..9a0413b006e 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/ClassObjectArrayInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/ClassObjectArrayInParam.txt @@ -11,4 +11,4 @@ public open class ClassObjectArrayInParam { test.ClassObjectArrayInParam.Anno(value = {test.ClassObjectArrayInParam.class, test.ClassObjectArrayInParam.Nested.class, kotlin.String.class}: kotlin.Array>) public open class Nested { public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/ClassObjectInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/ClassObjectInParam.txt index 9b67eb7674b..49ec309a11b 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/ClassObjectInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/ClassObjectInParam.txt @@ -11,4 +11,4 @@ public open class ClassObjectInParam { test.ClassObjectInParam.Anno(value = test.ClassObjectInParam.class: java.lang.Class) public open class Nested { public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt index 45169e72321..a22c82e6ec7 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotation.txt @@ -35,4 +35,4 @@ public trait CustomAnnotation { test.CustomAnnotation.MyAnnotation(value = MyEnum.ONE: test.CustomAnnotation.MyEnum) public open class MyTest { public constructor MyTest() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt index d37fff44df1..a0a612a9947 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/CustomAnnotationWithDefaultParameter.txt @@ -11,4 +11,4 @@ public trait CustomAnnotationWithDefaultParameter { test.CustomAnnotationWithDefaultParameter.MyAnnotation(first = "f": kotlin.String, second = "s": kotlin.String) public open class MyTest { public constructor MyTest() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/EmptyArrayInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/EmptyArrayInParam.txt index 88cb53d341d..8bd2efdce70 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/EmptyArrayInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/EmptyArrayInParam.txt @@ -10,4 +10,4 @@ public trait EmptyArrayInParam { public constructor MyAnnotation(/*0*/ vararg value: kotlin.String /*kotlin.Array*/) public abstract fun value(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/EnumInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/EnumInParam.txt index 22454052f76..ccc5c28fe0c 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/EnumInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/EnumInParam.txt @@ -6,4 +6,4 @@ public trait EnumInParam { public constructor RetentionAnnotation(/*0*/ value: kotlin.String) public abstract fun value(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/NestedEnumArgument.txt b/compiler/testData/loadJava/compiledJava/annotations/NestedEnumArgument.txt index c445d861f15..a8cde7941ec 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/NestedEnumArgument.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/NestedEnumArgument.txt @@ -33,4 +33,4 @@ public open class NestedEnumArgument { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.NestedEnumArgument.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/PrimitiveValueInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/PrimitiveValueInParam.txt index b29b0ee0675..aff0b3debc5 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/PrimitiveValueInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/PrimitiveValueInParam.txt @@ -15,4 +15,4 @@ public trait PrimitiveValueInParam { public abstract fun l(): kotlin.Long public abstract fun str(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt index eb09bb5b062..04229db6562 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation.txt @@ -11,4 +11,4 @@ public trait RecursiveAnnotation { public constructor B(/*0*/ value: test.RecursiveAnnotation.A) public abstract fun value(): test.RecursiveAnnotation.A } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt index 9842e170602..7c48173b7b3 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/RecursiveAnnotation2.txt @@ -11,4 +11,4 @@ public trait RecursiveAnnotation2 { public constructor B(/*0*/ value: kotlin.String) public abstract fun value(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/SimpleAnnotation.txt b/compiler/testData/loadJava/compiledJava/annotations/SimpleAnnotation.txt index f3e54e6a046..b53630f497e 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/SimpleAnnotation.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/SimpleAnnotation.txt @@ -2,4 +2,4 @@ package test public final annotation class SimpleAnnotation : kotlin.Annotation { public constructor SimpleAnnotation() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/StringConcatenationInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/StringConcatenationInParam.txt index 373646ebdf3..fd7790b8f7f 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/StringConcatenationInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/StringConcatenationInParam.txt @@ -10,4 +10,4 @@ public trait StringConcatenationInParam { test.StringConcatenationInParam.Anno(value = "hello": kotlin.String) public open class Class { public constructor Class() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/StringConstantInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/StringConstantInParam.txt index 0618775f556..f0a51dcb9f4 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/StringConstantInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/StringConstantInParam.txt @@ -13,4 +13,4 @@ public trait StringConstantInParam { // Static members public final val HEL: kotlin.String = "hel" -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/annotations/StringInParam.txt b/compiler/testData/loadJava/compiledJava/annotations/StringInParam.txt index 8270c696ecd..84c91d6efbe 100644 --- a/compiler/testData/loadJava/compiledJava/annotations/StringInParam.txt +++ b/compiler/testData/loadJava/compiledJava/annotations/StringInParam.txt @@ -10,4 +10,4 @@ public trait StringInParam { test.StringInParam.Anno(value = "hello": kotlin.String) public open class Class { public constructor Class() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericDeep.txt b/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericDeep.txt index 6e1e52cc8ed..f5b0442f9dd 100644 --- a/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericDeep.txt +++ b/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericDeep.txt @@ -2,4 +2,4 @@ package test public open class ConstructorGenericDeep { public constructor ConstructorGenericDeep(/*0*/ p0: java.lang.Class!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.txt b/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.txt index 5ed0daacf24..11b091671b0 100644 --- a/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.txt +++ b/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.txt @@ -2,4 +2,4 @@ package test public open class ConstructorGenericSimple { public constructor ConstructorGenericSimple(/*0*/ p0: kotlin.Any!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.txt b/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.txt index 4381fed40ac..23ed8d349ce 100644 --- a/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.txt @@ -2,4 +2,4 @@ package test public open class ConstructorGenericUpperBound { public constructor ConstructorGenericUpperBound(/*0*/ p0: java.util.RandomAccess!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/javaBean/DifferentGetterAndSetter.txt b/compiler/testData/loadJava/compiledJava/javaBean/DifferentGetterAndSetter.txt index b7efe50e41d..c955510bae8 100644 --- a/compiler/testData/loadJava/compiledJava/javaBean/DifferentGetterAndSetter.txt +++ b/compiler/testData/loadJava/compiledJava/javaBean/DifferentGetterAndSetter.txt @@ -4,4 +4,4 @@ public open class DifferentGetterAndSetter { public constructor DifferentGetterAndSetter() public open fun getSomething(): kotlin.Int public open fun setSomething(/*0*/ p0: kotlin.String!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanAbstractGetter.txt b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanAbstractGetter.txt index c8317d9ae2d..597adaea6c9 100644 --- a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanAbstractGetter.txt +++ b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanAbstractGetter.txt @@ -3,4 +3,4 @@ package test public trait JavaBeanAbstractGetter { public abstract fun getBlue(): kotlin.Int public abstract fun getRed(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVal.txt b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVal.txt index 938cb6eb968..ab21612209b 100644 --- a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVal.txt +++ b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVal.txt @@ -3,4 +3,4 @@ package test public open class JavaBeanVal { public constructor JavaBeanVal() public open fun getColor(): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVar.txt b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVar.txt index be156694f0c..10f4ef5f5d5 100644 --- a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVar.txt +++ b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVar.txt @@ -4,4 +4,4 @@ public open class JavaBeanVar { public constructor JavaBeanVar() public open fun getColor(): kotlin.String! public open fun setColor(/*0*/ p0: kotlin.String!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVarOfGenericType.txt b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVarOfGenericType.txt index bc907714b82..72cbd7fe749 100644 --- a/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVarOfGenericType.txt +++ b/compiler/testData/loadJava/compiledJava/javaBean/JavaBeanVarOfGenericType.txt @@ -4,4 +4,4 @@ public open class JavaBeanVarOfGenericType { public constructor JavaBeanVarOfGenericType() public open fun getCharacters(): java.util.ArrayList! public open fun setCharacters(/*0*/ p0: java.util.ArrayList!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/javaBean/TwoSetters.txt b/compiler/testData/loadJava/compiledJava/javaBean/TwoSetters.txt index aca51e46fc9..c71955f412f 100644 --- a/compiler/testData/loadJava/compiledJava/javaBean/TwoSetters.txt +++ b/compiler/testData/loadJava/compiledJava/javaBean/TwoSetters.txt @@ -4,4 +4,4 @@ public open class TwoSetters { public constructor TwoSetters() public open fun setSize(/*0*/ p0: kotlin.Int): kotlin.Unit public open fun setSize(/*0*/ p0: kotlin.String!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/AllBoundsInWhen.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/AllBoundsInWhen.txt index cb55220d1b0..636978b88de 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/AllBoundsInWhen.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/AllBoundsInWhen.txt @@ -3,4 +3,4 @@ package test public open class AllBoundsInWhen { public constructor AllBoundsInWhen() public open fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/ArrayType.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/ArrayType.txt index 304936017c9..b491c661211 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/ArrayType.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/ArrayType.txt @@ -3,4 +3,4 @@ package test public open class ArrayType { public constructor ArrayType() public open fun foo(): kotlin.Array<(out) kotlin.String!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithNewTypeParams.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithNewTypeParams.txt index 5acbcd2ed3a..c788eaf8de0 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithNewTypeParams.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithNewTypeParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithNewTypeParams { public constructor ConstructorWithNewTypeParams(/*0*/ first: kotlin.Any!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithParentTypeParams.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithParentTypeParams.txt index 634d5700de7..b4cc072ad29 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithParentTypeParams.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithParentTypeParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithParentTypeParams { public constructor ConstructorWithParentTypeParams(/*0*/ first: T!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithSeveralParams.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithSeveralParams.txt index 85bd5504f3c..7a2f4045dc3 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithSeveralParams.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithSeveralParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithSeveralParams { public constructor ConstructorWithSeveralParams(/*0*/ integer: kotlin.Int!, /*1*/ intField: kotlin.Int, /*2*/ collection: java.util.ArrayList!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithoutParams.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithoutParams.txt index 9256c8b6b0a..362255d8ac3 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithoutParams.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/ConstructorWithoutParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithoutParams { public constructor ConstructorWithoutParams() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/CustomProjectionKind.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/CustomProjectionKind.txt index d886af757ad..676b276ddd5 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/CustomProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/CustomProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class CustomProjectionKind { public constructor CustomProjectionKind() public open fun foo(): kotlin.(Mutable)List! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithFunctionTypes.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithFunctionTypes.txt index 93c0ff2c802..bbadf981ea0 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithFunctionTypes.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithFunctionTypes.txt @@ -3,4 +3,4 @@ package test public open class MethodWithFunctionTypes { public constructor MethodWithFunctionTypes() public open fun foo(/*0*/ f: ((kotlin.String!) -> kotlin.String!)!): (kotlin.String!.() -> kotlin.String!)! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithGenerics.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithGenerics.txt index a255656acb7..aab3686817a 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithGenerics.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithGenerics.txt @@ -3,4 +3,4 @@ package test public open class MethodWithGenerics { public constructor MethodWithGenerics() public open fun foo(/*0*/ a: kotlin.String!, /*1*/ b: kotlin.(Mutable)List!>!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithMappedClasses.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithMappedClasses.txt index 87bdf42457b..af3fde71cba 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithMappedClasses.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithMappedClasses.txt @@ -3,4 +3,4 @@ package test public open class MethodWithMappedClasses { public constructor MethodWithMappedClasses() public open fun copy(/*0*/ dest: kotlin.(Mutable)List!, /*1*/ src: kotlin.(Mutable)List!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithTypeParameters.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithTypeParameters.txt index 94e402ccc62..8a999647cfc 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithTypeParameters.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithTypeParameters.txt @@ -3,4 +3,4 @@ package test public open class MethodWithTypeParameters { public constructor MethodWithTypeParameters() public open fun foo(/*0*/ a: A!, /*1*/ b: (kotlin.MutableList..kotlin.List?), /*2*/ c: kotlin.(Mutable)List!): kotlin.Unit where B : kotlin.(Mutable)List! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithVararg.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithVararg.txt index 6ff7fa02627..2130807dcb1 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithVararg.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/MethodWithVararg.txt @@ -3,4 +3,4 @@ package test public open class MethodWithVararg { public constructor MethodWithVararg() public open fun foo(/*0*/ vararg s: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyArrayTypes.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyArrayTypes.txt index c77139f1b32..a40f423ce31 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyArrayTypes.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyArrayTypes.txt @@ -5,4 +5,4 @@ public open class PropertyArrayTypes { public final var array: kotlin.Array<(out) kotlin.String!>! public final var arrayOfArrays: kotlin.Array<(out) kotlin.Array<(out) kotlin.String!>!>! public final var genericArray: kotlin.Array<(out) T!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyComplexTypes.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyComplexTypes.txt index bdfae93d9f4..a5286b41794 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyComplexTypes.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertyComplexTypes.txt @@ -6,4 +6,4 @@ public open class PropertyComplexTypes { public final var listDefinedGeneric: java.util.ArrayList! public final var listGeneric: java.util.ArrayList! public final var listOfGenericList: java.util.ArrayList!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertySimpleType.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertySimpleType.txt index 4abe943daa6..4c75cfc9626 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertySimpleType.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/PropertySimpleType.txt @@ -4,4 +4,4 @@ public open class PropertySimpleType { public constructor PropertySimpleType() public final var fieldOne: kotlin.String! public final var fieldTwo: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/StarProjection.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/StarProjection.txt index c91670193a4..d072ac17cbb 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/StarProjection.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/StarProjection.txt @@ -6,4 +6,4 @@ public final class StarProjection { public trait MyClass { } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/AddingNullability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/AddingNullability.txt index ef27f508673..d673339d6c7 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/AddingNullability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/AddingNullability.txt @@ -3,4 +3,4 @@ package test public open class AddingNullability { public constructor AddingNullability() public open fun foo(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ConflictingProjectionKind.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ConflictingProjectionKind.txt index 21373c17c70..04991e9d630 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ConflictingProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ConflictingProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class ConflictingProjectionKind { public constructor ConflictingProjectionKind() public open fun foo(/*0*/ p0: kotlin.(Mutable)List!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt index 364347f92b4..307507b91ad 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt @@ -3,4 +3,4 @@ package test public open class ExplicitFieldGettersAndSetters { public constructor ExplicitFieldGettersAndSetters() public final var foo: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExtraUpperBound.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExtraUpperBound.txt index 644a4060549..1738562a3b1 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExtraUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ExtraUpperBound.txt @@ -3,4 +3,4 @@ package test public open class ExtraUpperBound { public constructor ExtraUpperBound() public open fun foo(): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/MissingUpperBound.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/MissingUpperBound.txt index b9d5ab2c332..d457bbae3ae 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/MissingUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/MissingUpperBound.txt @@ -3,4 +3,4 @@ package test public open class MissingUpperBound { public constructor MissingUpperBound() public open fun foo(): kotlin.String! where A : kotlin.Cloneable! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NoFieldTypeRef.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NoFieldTypeRef.txt index f4989b12928..e508522b29b 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NoFieldTypeRef.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NoFieldTypeRef.txt @@ -3,4 +3,4 @@ package test public open class NoFieldTypeRef { public constructor NoFieldTypeRef() public final var foo: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt index d5c310d716f..484bf2caf43 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt @@ -3,4 +3,4 @@ package test public open class NotVarargReplacedWithVararg { public constructor NotVarargReplacedWithVararg() public open fun foo(/*0*/ p0: kotlin.String!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/RedundantProjectionKind.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/RedundantProjectionKind.txt index 9eee69ab163..d637b5455d4 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/RedundantProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/RedundantProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class RedundantProjectionKind { public constructor RedundantProjectionKind() public open fun foo(/*0*/ list: kotlin.(Mutable)List!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ReturnTypeMissing.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ReturnTypeMissing.txt index 1e7dfe8a02f..53e99875ff9 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ReturnTypeMissing.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/ReturnTypeMissing.txt @@ -3,4 +3,4 @@ package test public open class ReturnTypeMissing { public constructor ReturnTypeMissing() public open fun foo(/*0*/ p0: kotlin.String!): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxError.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxError.txt index ce4afc9b3ea..19684a70ead 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxError.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxError.txt @@ -3,4 +3,4 @@ package test public open class SyntaxError { public constructor SyntaxError() public open fun foo(): kotlin.Int! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt index 4812580b3ca..525bb51a098 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt @@ -3,4 +3,4 @@ package test public open class SyntaxErrorInFieldAnnotation { public constructor SyntaxErrorInFieldAnnotation() public final var foo: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt index 3994f193b8e..eed5132ac74 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt @@ -3,4 +3,4 @@ package test public open class VarargReplacedWithNotVararg { public constructor VarargReplacedWithNotVararg() public open fun foo(/*0*/ vararg p0: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldInitializer.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldInitializer.txt index 1e21e82fdd2..0b651101037 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldInitializer.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldInitializer.txt @@ -3,4 +3,4 @@ package test public open class WrongFieldInitializer { public constructor WrongFieldInitializer() public final var foo: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldMutability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldMutability.txt index 8b849cf8213..e724a36fbf2 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldMutability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldMutability.txt @@ -4,4 +4,4 @@ public open class WrongFieldMutability { public constructor WrongFieldMutability() public final val fooFinal: kotlin.String! = "Test" public final var fooNotFinal: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldName.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldName.txt index 91140d18476..7e090f0f95b 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldName.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongFieldName.txt @@ -3,4 +3,4 @@ package test public open class WrongFieldName { public constructor WrongFieldName() public final var foo: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongMethodName.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongMethodName.txt index d249bc68d89..937fed5961c 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongMethodName.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongMethodName.txt @@ -3,4 +3,4 @@ package test public open class WrongMethodName { public constructor WrongMethodName() public open fun foo(): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongProjectionKind.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongProjectionKind.txt index 336a6839507..2c9cbed6367 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class WrongProjectionKind { public constructor WrongProjectionKind() public open fun copy(/*0*/ a: kotlin.Array<(out) kotlin.Number!>!, /*1*/ b: kotlin.Array<(out) kotlin.Number!>!): kotlin.(Mutable)List! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongReturnTypeStructure.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongReturnTypeStructure.txt index d70aecc17e3..c41571566df 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongReturnTypeStructure.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongReturnTypeStructure.txt @@ -3,4 +3,4 @@ package test public open class WrongReturnTypeStructure { public constructor WrongReturnTypeStructure() public open fun foo(/*0*/ a: kotlin.String!, /*1*/ b: kotlin.(Mutable)List!>!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName1.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName1.txt index bad3b729d08..a6cda062bd5 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName1.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName1.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeName1 { public constructor WrongTypeName1() public open fun foo(/*0*/ p0: kotlin.String!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName2.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName2.txt index f0f4f102cea..ae585048749 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName2.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName2.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeName2 { public constructor WrongTypeName2() public open fun foo(/*0*/ p0: kotlin.String!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName3.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName3.txt index bb1a5e7318a..0df001562cd 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName3.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeName3.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeName3 { public constructor WrongTypeName3() public open fun foo(/*0*/ p0: kotlin.String!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt index 6c94af8aeec..caa01f2edbc 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeParameterBoundStructure1 { public constructor WrongTypeParameterBoundStructure1() public open fun foo(/*0*/ a: A!, /*1*/ b: (kotlin.MutableList..kotlin.List?)): kotlin.Unit where B : kotlin.(Mutable)List! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt index 4464f83263c..46bef27be50 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeParameterBoundStructure2 { public constructor WrongTypeParameterBoundStructure2() public open fun foo(/*0*/ a: A!, /*1*/ b: (kotlin.MutableList..kotlin.List?)): kotlin.Unit where B : kotlin.(Mutable)List! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParametersCount.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParametersCount.txt index f335f881b05..6bbe503b2bf 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParametersCount.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongTypeParametersCount.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeParametersCount { public constructor WrongTypeParametersCount() public open fun foo(/*0*/ p0: A!, /*1*/ p1: (kotlin.MutableList..kotlin.List?)): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure1.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure1.txt index 9cde47b3c63..cb957849e7e 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure1.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure1.txt @@ -3,4 +3,4 @@ package test public open class WrongValueParameterStructure1 { public constructor WrongValueParameterStructure1() public open fun foo(/*0*/ a: kotlin.String!, /*1*/ b: kotlin.(Mutable)List!>!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure2.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure2.txt index 0f7c992194e..3465bcf7dfe 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure2.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParameterStructure2.txt @@ -3,4 +3,4 @@ package test public open class WrongValueParameterStructure2 { public constructor WrongValueParameterStructure2() public open fun foo(/*0*/ a: kotlin.String!, /*1*/ b: kotlin.(Mutable)List!>!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParametersCount.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParametersCount.txt index a73bb726653..b4cde051a9c 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParametersCount.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/error/WrongValueParametersCount.txt @@ -3,4 +3,4 @@ package test public open class WrongValueParametersCount { public constructor WrongValueParametersCount() public open fun foo(): kotlin.Int! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt index 0b0ad825144..85f4370f23d 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt @@ -19,4 +19,4 @@ public trait PropagateTypeArgumentNullable { public abstract fun outR(): kotlin.(Mutable)List! public abstract fun outS(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt index c195975989b..b8b22ffd656 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt @@ -11,4 +11,4 @@ public trait ChangeProjectionKind1 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt index 5be6d2946ad..85789993833 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt @@ -11,4 +11,4 @@ public trait ChangeProjectionKind2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt index 04b4937e458..3d6383c247f 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: T!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt index da50df0c7f5..b987addc4a2 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: T!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritMutability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritMutability.txt index bea3445b08a..d3888dedbea 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritMutability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritMutability.txt @@ -11,4 +11,4 @@ public trait InheritMutability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt index 85f2e5704bb..1b91007bbe2 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt @@ -11,4 +11,4 @@ public trait InheritNotVararg { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.Array<(out) kotlin.String!>!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt index bdf03576d16..f2905b5ddf3 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt @@ -11,4 +11,4 @@ public trait InheritNotVarargInteger { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.Array<(out) kotlin.Int!>!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt index 1ffc56da448..cbb166db4b6 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt @@ -11,4 +11,4 @@ public trait InheritNotVarargNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.Array<(out) kotlin.String!>!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt index 58fea9544c4..e557d7f332f 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt @@ -11,4 +11,4 @@ public trait InheritNotVarargPrimitive { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.IntArray!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNullability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNullability.txt index 554a062984d..3cfb7f44cf9 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNullability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritNullability.txt @@ -11,4 +11,4 @@ public trait InheritNullability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ org.jetbrains.annotations.NotNull() p0: kotlin.String!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt index 9f5ec818547..a7978aee1ea 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt @@ -11,4 +11,4 @@ public trait InheritProjectionKind { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt index 998ca7b7961..f86d83f538d 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt @@ -11,4 +11,4 @@ public trait InheritReadOnliness { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVararg.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVararg.txt index e8caa77c478..5c4c75220a7 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVararg.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVararg.txt @@ -11,4 +11,4 @@ public trait InheritVararg { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p0: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt index a960c631a37..0a5311756ec 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt @@ -11,4 +11,4 @@ public trait InheritVarargInteger { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p0: kotlin.Int! /*kotlin.Array<(out) kotlin.Int!>!*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt index ccdae973db3..0964f285463 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt @@ -11,4 +11,4 @@ public trait InheritVarargNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt index 045e0646f29..7ab4356d05d 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt @@ -11,4 +11,4 @@ public trait InheritVarargPrimitive { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p0: kotlin.Int /*kotlin.IntArray!*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/Kt3302.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/Kt3302.txt index df35251adf1..56628c0c26c 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/Kt3302.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/Kt3302.txt @@ -16,4 +16,4 @@ public trait Kt3302 { public abstract fun dummy(): kotlin.Unit public abstract fun put(/*0*/ key: K!, /*1*/ value: V!): V! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt index 03b96ae5036..c77795faed5 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt @@ -11,4 +11,4 @@ public trait MutableToReadOnly { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt index 5ba26e4b454..ec8605e0f4b 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt @@ -11,4 +11,4 @@ public trait NotNullToNullable { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ org.jetbrains.annotations.NotNull() p0: kotlin.String!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt index 439d29941f9..35b4106e1eb 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt @@ -11,4 +11,4 @@ public trait NullableToNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.String!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt index 814c74ed755..f51f28e10ea 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt @@ -11,4 +11,4 @@ public trait NullableToNotNullKotlinSignature { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.String!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt index e247a33603f..214b4e995a1 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt @@ -12,4 +12,4 @@ public trait OverrideWithErasedParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: T!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt index b79a090cbd4..4dd3d88270f 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt @@ -11,4 +11,4 @@ public trait ReadOnlyToMutable { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.(Mutable)List!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt index 74d5e41db19..4fc5e5f8c2f 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt @@ -16,4 +16,4 @@ public trait SubclassFromGenericAndNot { public abstract override /*2*/ /*fake_override*/ fun dummy(): kotlin.Unit public abstract override /*2*/ fun foo(/*0*/ key: kotlin.String!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt index 3fbb6722d04..f4e9ce0ab02 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt @@ -11,4 +11,4 @@ public trait SubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: T!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt index 603a9b6d7f6..781ccbde284 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt @@ -16,4 +16,4 @@ public trait SubstitutedClassParameters { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: E!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt index 992f1bacad8..c9880dd6031 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt @@ -11,4 +11,4 @@ public trait AddNotNullJavaSubtype { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt index 6e788437d87..4f9b57fa7c2 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt @@ -11,4 +11,4 @@ public trait AddNotNullSameJavaType { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt index bb442611513..7dfa8bba352 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt @@ -11,4 +11,4 @@ public trait AddNullabilityJavaSubtype { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt index dc172ec4c1b..8b31b45875b 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt @@ -11,4 +11,4 @@ public trait AddNullabilitySameGenericType1 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt index b268dc8174d..1ac7cc97227 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt @@ -11,4 +11,4 @@ public trait AddNullabilitySameGenericType2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt index 43d0a86e1a4..5045b53186f 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt @@ -11,4 +11,4 @@ public trait AddNullabilitySameJavaType { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt index 53c34fcda5b..936aee3587b 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt @@ -11,4 +11,4 @@ public trait CantMakeImmutableInSubclass { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)Collection! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt index bb872912cc0..6723799cdae 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt index bc57edf2da1..5c5b1963b9c 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt index bc42a6f53b2..707893575c2 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt @@ -35,4 +35,4 @@ public trait HalfSubstitutedTypeParameters { public abstract override /*1*/ /*fake_override*/ fun size(): kotlin.Int public abstract override /*1*/ /*fake_override*/ fun subList(/*0*/ fromIndex: kotlin.Int, /*1*/ toIndex: kotlin.Int): kotlin.MutableList } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt index 7168bf71c4e..310abaab4e9 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt @@ -11,4 +11,4 @@ public trait InheritNullabilityGenericSubclassSimple { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)Collection! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt index d691e724910..6fc7a098989 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt @@ -11,4 +11,4 @@ public trait InheritNullabilityJavaSubtype { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt index b5c702d04c9..8cb3aa01658 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt @@ -11,4 +11,4 @@ public trait InheritNullabilitySameGenericType { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt index 18e5aeaf07b..61fec7bc2be 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt @@ -11,4 +11,4 @@ public trait InheritNullabilitySameJavaType { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritProjectionKind.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritProjectionKind.txt index 087d809d9b3..e4be2bcb948 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritProjectionKind.txt @@ -11,4 +11,4 @@ public trait InheritProjectionKind { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)Collection! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt index c66ce430b52..e32da9851c0 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt @@ -11,4 +11,4 @@ public trait InheritReadOnlinessOfArgument { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List!>! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt index ceaa0428b5f..20e967d1960 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt @@ -11,4 +11,4 @@ public trait InheritReadOnlinessSameClass { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt index 9dfd037fc08..2f6fccf2aef 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt @@ -11,4 +11,4 @@ public trait InheritReadOnlinessSubclass { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)Collection! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SameProjectionKind.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SameProjectionKind.txt index 9d8f3340ca5..773ba286511 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SameProjectionKind.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SameProjectionKind.txt @@ -11,4 +11,4 @@ public trait SameProjectionKind { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): (kotlin.MutableCollection..kotlin.Collection?) } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt index 6174110f9ef..53c89e449bf 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt @@ -16,4 +16,4 @@ public trait SubclassFromGenericAndNot { public abstract override /*2*/ /*fake_override*/ fun dummy(): kotlin.Unit public abstract override /*2*/ fun foo(): kotlin.String! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfCollection.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfCollection.txt index db2c961ebba..a50442ef69e 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfCollection.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfCollection.txt @@ -12,4 +12,4 @@ public trait SubclassOfCollection : kotlin.MutableCollection { public abstract override /*1*/ /*fake_override*/ fun removeAll(/*0*/ c: kotlin.Collection): kotlin.Boolean public abstract override /*1*/ /*fake_override*/ fun retainAll(/*0*/ c: kotlin.Collection): kotlin.Boolean public abstract override /*1*/ /*fake_override*/ fun size(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt index f7207114cc1..fd57826f36c 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt @@ -4,4 +4,4 @@ public trait SubclassOfMapEntry : kotlin.MutableMap.MutableEnt 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*/ value: V!): V! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt index 67f7684c6b4..560146ef065 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt @@ -11,4 +11,4 @@ public trait SubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt index ff0cad0de76..165cfd7d630 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt @@ -16,4 +16,4 @@ public trait SubstitutedClassParameters { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): E! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt index 38706e9639b..c49ee0992a6 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesConflictingProjectionKinds { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)Collection! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt index 22ad0eca835..cbb69eafdcd 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesInvariantAndCovariantInferMutability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List!>! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt index 91afe75e7a2..8c2ac5e6a46 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesInvariantAndCovariantInferNullability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt index 99bd0496e2c..4a9bbacbf8d 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesMutableAndNot { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt index 954e7733553..a0170b86e16 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesReturnJavaSubtype { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt index caffc98defc..9fb0daa5679 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesReturnSameJavaType { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): kotlin.CharSequence! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt index 867395f3c92..063af5e1f53 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesSupplementNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.(Mutable)List! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClass.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClass.txt index c426c442b64..6101579e0f6 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClass.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClass.txt @@ -11,4 +11,4 @@ public trait TypeParamOfClass { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): T! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt index 5e253a724b6..b13b81a0dda 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt @@ -11,4 +11,4 @@ public trait TypeParamOfClassSubstituted { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): T! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfFun.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfFun.txt index 6d53271ab54..98af80e8626 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfFun.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/return/TypeParamOfFun.txt @@ -11,4 +11,4 @@ public trait TypeParamOfFun { public abstract fun dummy(): kotlin.Unit org.jetbrains.annotations.NotNull() public abstract fun foo(): T! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt index e741cea467a..fce85f1e366 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt @@ -9,4 +9,4 @@ public trait InheritMutability { public trait Super { public abstract fun !> foo(/*0*/ a: A!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt index 5302c5b521d..3a26a35eb16 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt @@ -9,4 +9,4 @@ public trait InheritNullability { public trait Super { public abstract fun foo(/*0*/ a: A!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt index f4d2455dda5..bf71cbb492a 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt @@ -9,4 +9,4 @@ public trait InheritReadOnliness { public trait Super { public abstract fun !> foo(/*0*/ a: A!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt index d17e66e308d..ed0a5dfce72 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt @@ -9,4 +9,4 @@ public trait TwoBounds { public trait Super { public abstract fun foo(/*0*/ a: A!): kotlin.Unit where A : kotlin.Cloneable! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt index 7059ed0d3a6..4f2065abb60 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt @@ -13,4 +13,4 @@ public trait TwoSuperclasses { public trait Super2 { public abstract fun foo(/*0*/ a: B!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt index 243f8b878f0..a5c862e99df 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt @@ -9,4 +9,4 @@ public trait TwoTypeParameters { public trait Super { public abstract fun foo(/*0*/ a: A!, /*1*/ b: B!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt index dddc80dd434..9a1d8cef490 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt @@ -9,4 +9,4 @@ public trait UseParameterAsUpperBound { public trait Super { public abstract fun foo(/*0*/ a: A!, /*1*/ b: B!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt index f56d32569f4..f70b6357766 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt @@ -9,4 +9,4 @@ public trait UseParameterInUpperBound { public trait Super { public abstract fun !> foo(/*0*/ a: A!, /*1*/ b: B!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt index d10e7689168..e12c03e5d01 100644 --- a/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt +++ b/compiler/testData/loadJava/compiledJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt @@ -9,4 +9,4 @@ public trait UseParameterInUpperBoundWithKotlinSignature { public trait Super { public abstract fun !> foo(/*0*/ a: A!, /*1*/ b: B!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/library/LoadIterable.txt b/compiler/testData/loadJava/compiledJava/library/LoadIterable.txt index b333cae51ec..60e4d7a8992 100644 --- a/compiler/testData/loadJava/compiledJava/library/LoadIterable.txt +++ b/compiler/testData/loadJava/compiledJava/library/LoadIterable.txt @@ -3,4 +3,4 @@ package test public trait LoadIterable { public abstract fun getIterable(): kotlin.(Mutable)Iterable! public abstract fun setIterable(/*0*/ p0: kotlin.(Mutable)Iterable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/library/LoadIterator.txt b/compiler/testData/loadJava/compiledJava/library/LoadIterator.txt index 20f8bbbce71..a0353e2a5e7 100644 --- a/compiler/testData/loadJava/compiledJava/library/LoadIterator.txt +++ b/compiler/testData/loadJava/compiledJava/library/LoadIterator.txt @@ -3,4 +3,4 @@ package test public trait LoadIterator { public abstract fun getIterator(): kotlin.(Mutable)Iterator! public abstract fun setIterator(/*0*/ p0: kotlin.(Mutable)Iterator!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/library/Max.txt b/compiler/testData/loadJava/compiledJava/library/Max.txt index eb90b62b6d6..5f6467ee76a 100644 --- a/compiler/testData/loadJava/compiledJava/library/Max.txt +++ b/compiler/testData/loadJava/compiledJava/library/Max.txt @@ -3,4 +3,4 @@ package test public open class Max { public constructor Max() public open fun max(/*0*/ p0: (kotlin.MutableCollection..kotlin.Collection?)): T! where T : kotlin.Comparable! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/modality/ModalityOfFakeOverrides.txt b/compiler/testData/loadJava/compiledJava/modality/ModalityOfFakeOverrides.txt index c908f229632..950176e0de4 100644 --- a/compiler/testData/loadJava/compiledJava/modality/ModalityOfFakeOverrides.txt +++ b/compiler/testData/loadJava/compiledJava/modality/ModalityOfFakeOverrides.txt @@ -29,4 +29,4 @@ public open class ModalityOfFakeOverrides : java.util.AbstractList! public open override /*1*/ /*fake_override*/ fun toArray(): kotlin.Array<(out) kotlin.Any!>! public open override /*1*/ /*fake_override*/ fun toArray(/*0*/ a: kotlin.Array<(out) T!>!): kotlin.Array<(out) T!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/mutability/LoadIterable.txt b/compiler/testData/loadJava/compiledJava/mutability/LoadIterable.txt index ea22778e9f3..2e945fe6593 100644 --- a/compiler/testData/loadJava/compiledJava/mutability/LoadIterable.txt +++ b/compiler/testData/loadJava/compiledJava/mutability/LoadIterable.txt @@ -5,4 +5,4 @@ public trait LoadIterable { org.jetbrains.annotations.ReadOnly() public abstract fun getReadOnlyIterable(): kotlin.(Mutable)Iterable! public abstract fun setIterable(/*0*/ org.jetbrains.annotations.Mutable() p0: kotlin.(Mutable)Iterable!): kotlin.Unit public abstract fun setReadOnlyIterable(/*0*/ org.jetbrains.annotations.ReadOnly() p0: kotlin.(Mutable)Iterable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithConflict.txt b/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithConflict.txt index 06a56f86707..025cc9c0b0f 100644 --- a/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithConflict.txt +++ b/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithConflict.txt @@ -3,4 +3,4 @@ package test public trait LoadIterableWithConflict { org.jetbrains.annotations.ReadOnly() org.jetbrains.annotations.Mutable() public abstract fun getIterable(): kotlin.(Mutable)Iterable! public abstract fun setIterable(/*0*/ org.jetbrains.annotations.ReadOnly() org.jetbrains.annotations.Mutable() p0: kotlin.(Mutable)Iterable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithNullability.txt b/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithNullability.txt index 7819f7052b8..d4cc87d6321 100644 --- a/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithNullability.txt +++ b/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithNullability.txt @@ -5,4 +5,4 @@ public trait LoadIterableWithNullability { org.jetbrains.annotations.NotNull() org.jetbrains.annotations.ReadOnly() public abstract fun getReadOnlyIterable(): kotlin.(Mutable)Iterable! public abstract fun setIterable(/*0*/ org.jetbrains.annotations.Mutable() org.jetbrains.annotations.NotNull() p0: kotlin.(Mutable)Iterable!): kotlin.Unit public abstract fun setReadOnlyIterable(/*0*/ org.jetbrains.annotations.ReadOnly() org.jetbrains.annotations.NotNull() p0: kotlin.(Mutable)Iterable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithPropagation.txt b/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithPropagation.txt index 04f791b03e4..7523e927545 100644 --- a/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithPropagation.txt +++ b/compiler/testData/loadJava/compiledJava/mutability/LoadIterableWithPropagation.txt @@ -16,4 +16,4 @@ public trait LoadIterableWithPropagation { public open override /*1*/ fun setIterable(/*0*/ p0: kotlin.(Mutable)Iterable!): kotlin.Unit public open override /*1*/ fun setReadOnlyIterable(/*0*/ p0: kotlin.(Mutable)Iterable!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/notNull/NotNullField.txt b/compiler/testData/loadJava/compiledJava/notNull/NotNullField.txt index 3dd0fd24e50..18c748212c0 100644 --- a/compiler/testData/loadJava/compiledJava/notNull/NotNullField.txt +++ b/compiler/testData/loadJava/compiledJava/notNull/NotNullField.txt @@ -3,4 +3,4 @@ package test public open class NotNullField { public constructor NotNullField() org.jetbrains.annotations.NotNull() public final var hi: kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/notNull/NotNullIntArray.txt b/compiler/testData/loadJava/compiledJava/notNull/NotNullIntArray.txt index 483d55d69c3..d755f202faa 100644 --- a/compiler/testData/loadJava/compiledJava/notNull/NotNullIntArray.txt +++ b/compiler/testData/loadJava/compiledJava/notNull/NotNullIntArray.txt @@ -3,4 +3,4 @@ package test public open class NotNullIntArray { public constructor NotNullIntArray() org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.IntArray! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/notNull/NotNullMethod.txt b/compiler/testData/loadJava/compiledJava/notNull/NotNullMethod.txt index 6eabff82036..156a9fe5391 100644 --- a/compiler/testData/loadJava/compiledJava/notNull/NotNullMethod.txt +++ b/compiler/testData/loadJava/compiledJava/notNull/NotNullMethod.txt @@ -3,4 +3,4 @@ package test public open class NotNullMethod { public constructor NotNullMethod() org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/notNull/NotNullObjectArray.txt b/compiler/testData/loadJava/compiledJava/notNull/NotNullObjectArray.txt index 4876cf001f6..d96514dc9ec 100644 --- a/compiler/testData/loadJava/compiledJava/notNull/NotNullObjectArray.txt +++ b/compiler/testData/loadJava/compiledJava/notNull/NotNullObjectArray.txt @@ -3,4 +3,4 @@ package test public open class NotNullObjectArray { public constructor NotNullObjectArray() org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.Array<(out) kotlin.Any!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/notNull/NotNullParameter.txt b/compiler/testData/loadJava/compiledJava/notNull/NotNullParameter.txt index f27e3b1f14b..9cb03cf421f 100644 --- a/compiler/testData/loadJava/compiledJava/notNull/NotNullParameter.txt +++ b/compiler/testData/loadJava/compiledJava/notNull/NotNullParameter.txt @@ -3,4 +3,4 @@ package test public open class NotNullParameter { public constructor NotNullParameter() public open fun hi(/*0*/ org.jetbrains.annotations.NotNull() p0: kotlin.String!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageConstructor.txt b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageConstructor.txt index f86d8104c30..a0e229ec8da 100644 --- a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageConstructor.txt +++ b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageConstructor.txt @@ -6,4 +6,4 @@ public open class ProtectedPackageConstructor { protected/*protected static*/ open class Foo { protected/*protected and package*/ constructor Foo() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt index 129b088bbd0..c39445fb8d2 100644 --- a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt +++ b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageFun.txt @@ -3,4 +3,4 @@ package test public open class ProtectedPackageFun { public constructor ProtectedPackageFun() protected/*protected and package*/ open fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt index e3e19015991..85268b6f9bf 100644 --- a/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt +++ b/compiler/testData/loadJava/compiledJava/protectedPackage/ProtectedPackageProperty.txt @@ -3,4 +3,4 @@ package test public open class ProtectedPackageProperty { public constructor ProtectedPackageProperty() protected/*protected and package*/ final var foo: kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/protectedStatic/ConstructorInProtectedStaticNestedClass.txt b/compiler/testData/loadJava/compiledJava/protectedStatic/ConstructorInProtectedStaticNestedClass.txt index 8ab8817031d..9e7b4fdd5d1 100644 --- a/compiler/testData/loadJava/compiledJava/protectedStatic/ConstructorInProtectedStaticNestedClass.txt +++ b/compiler/testData/loadJava/compiledJava/protectedStatic/ConstructorInProtectedStaticNestedClass.txt @@ -6,4 +6,4 @@ public open class ConstructorInProtectedStaticNestedClass { protected/*protected static*/ open class Inner { protected/*protected and package*/ constructor Inner() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/rendering/Rendering.txt b/compiler/testData/loadJava/compiledJava/rendering/Rendering.txt index 6dbda99564c..d19e9fbc6d8 100644 --- a/compiler/testData/loadJava/compiledJava/rendering/Rendering.txt +++ b/compiler/testData/loadJava/compiledJava/rendering/Rendering.txt @@ -54,4 +54,4 @@ public open class Rendering { public abstract fun foo5(/*0*/ p0: test.Rendering.D_SuperG!): kotlin.Unit public abstract fun foo6(/*0*/ p0: test.Rendering.D_SuperG!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/Comparator.txt b/compiler/testData/loadJava/compiledJava/sam/Comparator.txt index 12fa2bfd3b6..6fd478c32a4 100644 --- a/compiler/testData/loadJava/compiledJava/sam/Comparator.txt +++ b/compiler/testData/loadJava/compiledJava/sam/Comparator.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun Comparator(/*0*/ function: (T!, T!) -> kotl public trait Comparator { public abstract fun compare(/*0*/ p0: T!, /*1*/ p1: T!): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/FilenameFilter.txt b/compiler/testData/loadJava/compiledJava/sam/FilenameFilter.txt index d2a0669fafe..6085a6c4b86 100644 --- a/compiler/testData/loadJava/compiledJava/sam/FilenameFilter.txt +++ b/compiler/testData/loadJava/compiledJava/sam/FilenameFilter.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun FilenameFilter(/*0*/ function: (java.io.File!, kotlin public trait FilenameFilter { public abstract fun accept(/*0*/ p0: java.io.File!, /*1*/ p1: kotlin.String!): kotlin.Boolean -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParameterWithSelfBound.txt b/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParameterWithSelfBound.txt index a99740c3f41..04c323b6459 100644 --- a/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParameterWithSelfBound.txt +++ b/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParameterWithSelfBound.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun !> { public abstract fun method(/*0*/ p0: T!): T! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParametersWithBounds.txt b/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParametersWithBounds.txt index b125c60ae0d..ed9c8a36b6a 100644 --- a/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParametersWithBounds.txt +++ b/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParametersWithBounds.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun !, /*1*/ B : kotlin.( public trait GenericInterfaceParametersWithBounds!, /*1*/ B : kotlin.(Mutable)List!> where A : kotlin.Cloneable! { public abstract fun method(/*0*/ p0: kotlin.Array<(out) A!>!, /*1*/ p1: B!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/GenericMethodParameters.txt b/compiler/testData/loadJava/compiledJava/sam/GenericMethodParameters.txt index e73d56aeca0..426b9a2fcab 100644 --- a/compiler/testData/loadJava/compiledJava/sam/GenericMethodParameters.txt +++ b/compiler/testData/loadJava/compiledJava/sam/GenericMethodParameters.txt @@ -2,4 +2,4 @@ package test public trait GenericMethodParameters { public abstract fun !> method(/*0*/ p0: kotlin.Array<(out) A!>!, /*1*/ p1: B!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/InterfaceWithObjectMethod.txt b/compiler/testData/loadJava/compiledJava/sam/InterfaceWithObjectMethod.txt index 38f4e869326..7727fe5cdbd 100644 --- a/compiler/testData/loadJava/compiledJava/sam/InterfaceWithObjectMethod.txt +++ b/compiler/testData/loadJava/compiledJava/sam/InterfaceWithObjectMethod.txt @@ -1,4 +1,4 @@ package test public trait InterfaceWithObjectMethod { -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/Nested.txt b/compiler/testData/loadJava/compiledJava/sam/Nested.txt index 0c5998b7b18..7ba4f81a1aa 100644 --- a/compiler/testData/loadJava/compiledJava/sam/Nested.txt +++ b/compiler/testData/loadJava/compiledJava/sam/Nested.txt @@ -26,4 +26,4 @@ public trait Nested { // Static members public final /*synthesized*/ fun Runnable(/*0*/ function: () -> kotlin.Unit): test.Nested.Runnable -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/Runnable.txt b/compiler/testData/loadJava/compiledJava/sam/Runnable.txt index ed966d962ea..825a213b0b4 100644 --- a/compiler/testData/loadJava/compiledJava/sam/Runnable.txt +++ b/compiler/testData/loadJava/compiledJava/sam/Runnable.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun Runnable(/*0*/ function: () -> kotlin.Unit): test.Run public trait Runnable { public abstract fun run(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOfTwo.txt b/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOfTwo.txt index bde20775319..920e446803e 100644 --- a/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOfTwo.txt +++ b/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOfTwo.txt @@ -18,4 +18,4 @@ public trait SamSubinterfaceOfTwo { public final /*synthesized*/ fun Sub(/*0*/ function: () -> kotlin.String!): test.SamSubinterfaceOfTwo.Sub public final /*synthesized*/ fun Super1(/*0*/ function: () -> kotlin.CharSequence!): test.SamSubinterfaceOfTwo.Super1 public final /*synthesized*/ fun Super2(/*0*/ function: () -> T!): test.SamSubinterfaceOfTwo.Super2 -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOverridding.txt b/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOverridding.txt index 2c895725481..d30c2bf84fe 100644 --- a/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOverridding.txt +++ b/compiler/testData/loadJava/compiledJava/sam/SamSubinterfaceOverridding.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun SamSubinterfaceOverridding(/*0*/ function: () -> kotl public trait SamSubinterfaceOverridding : java.lang.Runnable { public abstract override /*1*/ fun run(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterface.txt b/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterface.txt index 11846d49422..4e465e7fefa 100644 --- a/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterface.txt +++ b/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterface.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun SubstitutedSamInterface(/*0*/ function: (kotlin.Strin public trait SubstitutedSamInterface : java.util.Comparator { public abstract override /*1*/ /*fake_override*/ fun compare(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.String!): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterfaceSubclassOfBuiltin.txt b/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterfaceSubclassOfBuiltin.txt index ff9e210d8ff..7103eb80b8b 100644 --- a/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterfaceSubclassOfBuiltin.txt +++ b/compiler/testData/loadJava/compiledJava/sam/SubstitutedSamInterfaceSubclassOfBuiltin.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun SubstitutedSamInterfaceSubclassOfBuiltin(/*0*/ functi public trait SubstitutedSamInterfaceSubclassOfBuiltin : kotlin.Comparable { public abstract override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.SubstitutedSamInterfaceSubclassOfBuiltin!): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/VarargParameter.txt b/compiler/testData/loadJava/compiledJava/sam/VarargParameter.txt index 10301a73b36..a6c513dcbad 100644 --- a/compiler/testData/loadJava/compiledJava/sam/VarargParameter.txt +++ b/compiler/testData/loadJava/compiledJava/sam/VarargParameter.txt @@ -4,4 +4,4 @@ public /*synthesized*/ fun VarargParameter(/*0*/ function: (kotlin.Array<(out) k public trait VarargParameter { public abstract fun f(/*0*/ vararg p0: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/AmbiguousAdapters.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/AmbiguousAdapters.txt index 812e004c5a4..67cd27aa493 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/AmbiguousAdapters.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/AmbiguousAdapters.txt @@ -6,4 +6,4 @@ public open class AmbiguousAdapters { public final /*synthesized*/ fun foo(/*0*/ p0: (() -> kotlin.Unit)!): kotlin.Unit public open fun foo(/*0*/ p0: java.io.Closeable!): kotlin.Unit public open fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/Basic.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/Basic.txt index 01e05695fd5..757d293d9a3 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/Basic.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/Basic.txt @@ -8,4 +8,4 @@ public open class Basic { // Static members public final /*synthesized*/ fun bar(/*0*/ p0: (() -> kotlin.Unit)!): kotlin.Unit public open fun bar(/*0*/ p0: java.lang.Runnable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/Constructor.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/Constructor.txt index bdff6496804..f85e89a2c92 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/Constructor.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/Constructor.txt @@ -3,4 +3,4 @@ package test public open class Constructor { public /*synthesized*/ constructor Constructor(/*0*/ p0: (() -> kotlin.Unit)!) public constructor Constructor(/*0*/ p0: java.lang.Runnable!) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/DeepSamLoop.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/DeepSamLoop.txt index b026896fb84..8b28b6b1030 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/DeepSamLoop.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/DeepSamLoop.txt @@ -15,4 +15,4 @@ public trait DeepSamLoop { // Static members public final /*synthesized*/ fun Bar(/*0*/ function: (test.DeepSamLoop.Foo!) -> kotlin.Unit): test.DeepSamLoop.Bar public final /*synthesized*/ fun Foo(/*0*/ function: (test.DeepSamLoop.Bar!) -> kotlin.Unit): test.DeepSamLoop.Foo -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/NonTrivialFunctionType.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/NonTrivialFunctionType.txt index 6cbd8394b69..e8338dfd6b2 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/NonTrivialFunctionType.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/NonTrivialFunctionType.txt @@ -9,4 +9,4 @@ public open class NonTrivialFunctionType { public final /*synthesized*/ fun wildcardBound(/*0*/ p0: ((kotlin.CharSequence!, kotlin.CharSequence!) -> kotlin.Int)!): kotlin.Unit public open fun wildcardBound(/*0*/ p0: java.util.Comparator!): kotlin.Unit public open fun wildcardUnbound(/*0*/ p0: java.util.Comparator!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.txt index 6549e85acab..0167719076f 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/SelfAsParameter.txt @@ -5,4 +5,4 @@ public /*synthesized*/ fun SelfAsParameter(/*0*/ function: (test.SelfAsParameter public trait SelfAsParameter { public final /*synthesized*/ fun foo(/*0*/ p0: ((test.SelfAsParameter!) -> kotlin.Unit)!): kotlin.Unit public abstract fun foo(/*0*/ p0: test.SelfAsParameter!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/SeveralSamParameters.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/SeveralSamParameters.txt index 2c4ad6efc63..a891dcc7f49 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/SeveralSamParameters.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/SeveralSamParameters.txt @@ -6,4 +6,4 @@ public open class SeveralSamParameters { // Static members public final /*synthesized*/ fun findMaxAndInvokeCallback(/*0*/ p0: ((kotlin.String!, kotlin.String!) -> kotlin.Int)!, /*1*/ p1: kotlin.String!, /*2*/ p2: kotlin.String!, /*3*/ p3: (() -> kotlin.Unit)!): kotlin.String! public open fun findMaxAndInvokeCallback(/*0*/ p0: java.util.Comparator!, /*1*/ p1: kotlin.String!, /*2*/ p2: kotlin.String!, /*3*/ p3: java.lang.Runnable!): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfClass.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfClass.txt index a4d40b7d592..41b399cb364 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfClass.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfClass.txt @@ -4,4 +4,4 @@ public open class TypeParameterOfClass { public constructor TypeParameterOfClass() public final /*synthesized*/ fun foo(/*0*/ p0: ((T!, T!) -> kotlin.Int)!): kotlin.Unit public open fun foo(/*0*/ p0: java.util.Comparator!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfMethod.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfMethod.txt index 5b988d20022..a82d094f377 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfMethod.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfMethod.txt @@ -10,4 +10,4 @@ public open class TypeParameterOfMethod { public open fun max2(/*0*/ p0: java.util.Comparator!, /*1*/ p1: T!, /*2*/ p2: T!): T! public final /*synthesized*/ fun !> method(/*0*/ p0: ((A!, A!) -> kotlin.Int)!, /*1*/ p1: B!): kotlin.Unit public open fun !> method(/*0*/ p0: java.util.Comparator!, /*1*/ p1: B!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfOuterClass.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfOuterClass.txt index 0793dbf78ba..2cc5708f804 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfOuterClass.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/TypeParameterOfOuterClass.txt @@ -8,4 +8,4 @@ public open class TypeParameterOfOuterClass { public final /*synthesized*/ fun foo(/*0*/ p0: ((T!, T!) -> kotlin.Int)!): kotlin.Unit public open fun foo(/*0*/ p0: java.util.Comparator!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/AdapterDoesntOverrideDeclaration.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/AdapterDoesntOverrideDeclaration.txt index b83061b10c3..25fa5efd545 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/AdapterDoesntOverrideDeclaration.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/AdapterDoesntOverrideDeclaration.txt @@ -14,4 +14,4 @@ public trait AdapterDoesntOverrideDeclaration { // Static members public final /*synthesized*/ fun Super(/*0*/ function: ((() -> kotlin.Unit!)!) -> kotlin.Unit): test.AdapterDoesntOverrideDeclaration.Super -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAdapterAndDeclaration.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAdapterAndDeclaration.txt index 8c1be41eaf0..d41e90271e4 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAdapterAndDeclaration.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAdapterAndDeclaration.txt @@ -13,4 +13,4 @@ public trait InheritedAdapterAndDeclaration { public final /*synthesized*/ fun foo(/*0*/ p0: (() -> kotlin.Unit)!): kotlin.Unit public abstract fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAmbiguousAdapters.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAmbiguousAdapters.txt index ed70ad5da11..85b21f7a92c 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAmbiguousAdapters.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAmbiguousAdapters.txt @@ -15,4 +15,4 @@ public trait InheritedAmbiguousAdapters { public abstract fun foo(/*0*/ p0: java.io.Closeable!): kotlin.Unit public abstract fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAndOverriddenAmbiguousAdapters.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAndOverriddenAmbiguousAdapters.txt index 8eedb1445eb..d26fcd92cfc 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAndOverriddenAmbiguousAdapters.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedAndOverriddenAmbiguousAdapters.txt @@ -15,4 +15,4 @@ public trait InheritedAndOverriddenAmbiguousAdapters { public abstract fun foo(/*0*/ p0: java.io.Closeable!): kotlin.Unit public abstract fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverridden.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverridden.txt index 27d9b2ddd21..56df91abef0 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverridden.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverridden.txt @@ -13,4 +13,4 @@ public trait InheritedOverridden { public final /*synthesized*/ fun foo(/*0*/ p0: (() -> kotlin.Unit)!): kotlin.Unit public open fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverriddenAdapter.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverriddenAdapter.txt index 0a627b5ae80..42b12e26641 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverriddenAdapter.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedOverriddenAdapter.txt @@ -13,4 +13,4 @@ public trait InheritedOverriddenAdapter { public final /*synthesized*/ fun foo(/*0*/ p0: (() -> kotlin.Unit)!): kotlin.Unit public open fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdapters.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdapters.txt index adebdb11e85..f76f3c96b31 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdapters.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdapters.txt @@ -21,4 +21,4 @@ public trait InheritedSameAdapters { public final /*synthesized*/ fun Sub(/*0*/ function: (java.lang.Runnable!) -> kotlin.Unit): test.InheritedSameAdapters.Sub public final /*synthesized*/ fun Super1(/*0*/ function: (java.lang.Runnable!) -> kotlin.Unit): test.InheritedSameAdapters.Super1 public final /*synthesized*/ fun Super2(/*0*/ function: (java.lang.Runnable!) -> kotlin.Unit): test.InheritedSameAdapters.Super2 -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdaptersWithSubstitution.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdaptersWithSubstitution.txt index 302d2c53b07..2b8ef835106 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdaptersWithSubstitution.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSameAdaptersWithSubstitution.txt @@ -27,4 +27,4 @@ public trait InheritedSameAdaptersWithSubstitution { public final /*synthesized*/ fun Super1(/*0*/ function: (java.util.Comparator!) -> kotlin.Unit): test.InheritedSameAdaptersWithSubstitution.Super1 public final /*synthesized*/ fun Super2(/*0*/ function: (java.util.Comparator!) -> kotlin.Unit): test.InheritedSameAdaptersWithSubstitution.Super2 public final /*synthesized*/ fun Super2Substituted(/*0*/ function: (java.util.Comparator!) -> kotlin.Unit): test.InheritedSameAdaptersWithSubstitution.Super2Substituted -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSimple.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSimple.txt index 71087a9fff6..eb5e0d5625b 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSimple.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/InheritedSimple.txt @@ -15,4 +15,4 @@ public trait InheritedSimple { // Static members public final /*synthesized*/ fun Sub(/*0*/ function: (java.lang.Runnable!) -> kotlin.Unit): test.InheritedSimple.Sub public final /*synthesized*/ fun Super(/*0*/ function: (java.lang.Runnable!) -> kotlin.Unit): test.InheritedSimple.Super -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/OverriddenAmbiguousAdapters.txt b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/OverriddenAmbiguousAdapters.txt index 77989e499ab..153434ee896 100644 --- a/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/OverriddenAmbiguousAdapters.txt +++ b/compiler/testData/loadJava/compiledJava/sam/adapters/inheritance/OverriddenAmbiguousAdapters.txt @@ -14,4 +14,4 @@ public trait OverriddenAmbiguousAdapters { public abstract fun foo(/*0*/ p0: java.io.Closeable!): kotlin.Unit public abstract fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt index 1707daa1394..126e113526c 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/ArraysInSubtypes.txt @@ -13,4 +13,4 @@ public trait ArraysInSubtypes { public abstract fun listOfArray(): (kotlin.MutableList!>..kotlin.List!>?) public abstract fun objArray(): kotlin.Array<(out) kotlin.Any!>! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt index 333567df6bf..b3f8fa2a13d 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/MethodTypeParameterErased.txt @@ -10,4 +10,4 @@ public trait MethodTypeParameterErased { public constructor SubBug() public open fun save(): test.MethodTypeParameterErased.SubBug! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt index 8f9aaab245c..e05e1e2b558 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/RawSuperType.txt @@ -14,4 +14,4 @@ public open class RawSuperType { // Static members public final /*synthesized*/ fun Super(/*0*/ function: (T!) -> kotlin.Unit): test.RawSuperType.Super -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt index 43415a3a1a7..8d3069ac5df 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/ReturnInnerSubclassOfSupersInner.txt @@ -19,4 +19,4 @@ public trait ReturnInnerSubclassOfSupersInner { public/*package*/ open fun get(): test.ReturnInnerSubclassOfSupersInner.Super! } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt index 5b5f156a232..d5ab48bfac4 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/SubclassWithRawType.txt @@ -23,4 +23,4 @@ public trait SubclassWithRawType { public abstract fun simple3(): kotlin.(Mutable)List! public abstract fun wildcard(): (kotlin.MutableList..kotlin.List?) } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt index 41d4e3482d5..d63b6058250 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesInconsistentGenericTypes.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesInconsistentGenericTypes { // Static members public final /*synthesized*/ fun Other(/*0*/ function: () -> kotlin.(Mutable)List!): test.TwoSuperclassesInconsistentGenericTypes.Other -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt index bca34642c17..0670c7f21db 100644 --- a/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt +++ b/compiler/testData/loadJava/compiledJava/signaturePropagation/TwoSuperclassesVarargAndNot.txt @@ -17,4 +17,4 @@ public trait TwoSuperclassesVarargAndNot { // Static members public final /*synthesized*/ fun Super1(/*0*/ function: (kotlin.Array<(out) kotlin.String!>!) -> kotlin.Unit): test.TwoSuperclassesVarargAndNot.Super1 public final /*synthesized*/ fun Super2(/*0*/ function: (kotlin.Array<(out) kotlin.String!>!) -> kotlin.Unit): test.TwoSuperclassesVarargAndNot.Super2 -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt b/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt index 2ec98d3c5e1..aee1eb7b456 100644 --- a/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt +++ b/compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.txt @@ -17,4 +17,4 @@ public open class DeeplyInnerClass { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt b/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt index 2ea15560d32..e71e71617c6 100644 --- a/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt +++ b/compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.txt @@ -13,4 +13,4 @@ public open class DeeplyNestedStatic { public open fun method(): kotlin.Unit } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/static/Enum.txt b/compiler/testData/loadJava/compiledJava/static/Enum.txt index d4696ab28d0..c0a5137bd86 100644 --- a/compiler/testData/loadJava/compiledJava/static/Enum.txt +++ b/compiler/testData/loadJava/compiledJava/static/Enum.txt @@ -63,4 +63,4 @@ public final enum class Enum : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.Enum public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/static/InnerClass.txt b/compiler/testData/loadJava/compiledJava/static/InnerClass.txt index 07c3e7f6df2..c90dcfa3c82 100644 --- a/compiler/testData/loadJava/compiledJava/static/InnerClass.txt +++ b/compiler/testData/loadJava/compiledJava/static/InnerClass.txt @@ -12,4 +12,4 @@ public open class InnerClass { public constructor Nested() public open fun bar(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/static/Simple.txt b/compiler/testData/loadJava/compiledJava/static/Simple.txt index 0a4fed21dd2..c44bc2960a8 100644 --- a/compiler/testData/loadJava/compiledJava/static/Simple.txt +++ b/compiler/testData/loadJava/compiledJava/static/Simple.txt @@ -6,4 +6,4 @@ public open class Simple { // Static members public open fun bar(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt b/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt index ab7f9361889..5e53daafac6 100644 --- a/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt +++ b/compiler/testData/loadJava/compiledJava/static/StaticFinal.txt @@ -5,4 +5,4 @@ public open class StaticFinal { // Static members public final val foo: kotlin.String = "aaa" -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt b/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt index ee4eb2feb3e..6e73f77f08e 100644 --- a/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt +++ b/compiler/testData/loadJava/compiledJava/static/StaticMembersInEnum.txt @@ -28,4 +28,4 @@ public final enum class StaticMembersInEnum : kotlin.Enum public open fun values(/*0*/ p0: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/vararg/VarargInt.txt b/compiler/testData/loadJava/compiledJava/vararg/VarargInt.txt index 4e4c8c1b756..dcb964db97d 100644 --- a/compiler/testData/loadJava/compiledJava/vararg/VarargInt.txt +++ b/compiler/testData/loadJava/compiledJava/vararg/VarargInt.txt @@ -3,4 +3,4 @@ package test public open class VarargInt { public constructor VarargInt() public open fun vararg(/*0*/ vararg p0: kotlin.Int /*kotlin.IntArray!*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJava/vararg/VarargString.txt b/compiler/testData/loadJava/compiledJava/vararg/VarargString.txt index 5d4094fba60..36414b98d49 100644 --- a/compiler/testData/loadJava/compiledJava/vararg/VarargString.txt +++ b/compiler/testData/loadJava/compiledJava/vararg/VarargString.txt @@ -3,4 +3,4 @@ package test public open class VarargString { public constructor VarargString() public open fun vararg(/*0*/ vararg p0: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJavaAndKotlin/MixedPackage.txt b/compiler/testData/loadJava/compiledJavaAndKotlin/MixedPackage.txt index 0e8add796b9..5a63392b69b 100644 --- a/compiler/testData/loadJava/compiledJavaAndKotlin/MixedPackage.txt +++ b/compiler/testData/loadJava/compiledJavaAndKotlin/MixedPackage.txt @@ -28,4 +28,4 @@ package test.sub { // Static members public open fun staticMethod(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt index fe5567da64a..96ba443f37e 100644 --- a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt +++ b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/ClassWithObjectMethod.txt @@ -5,4 +5,4 @@ public final class ClassWithObjectMethod { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ fun toString(): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/EmptyInterface.txt b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/EmptyInterface.txt index ce635110762..a4e468ce7bf 100644 --- a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/EmptyInterface.txt +++ b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/EmptyInterface.txt @@ -4,4 +4,4 @@ public trait EmptyInterface { public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt index 2cb5beef463..441a3660465 100644 --- a/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt +++ b/compiler/testData/loadJava/compiledJavaIncludeObjectMethods/InterfaceWithObjectMethods.txt @@ -6,4 +6,4 @@ public trait InterfaceWithObjectMethods { public abstract fun finalize(): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedAnnotation.txt b/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedAnnotation.txt index 64d684ea7e8..d1caf03972e 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedAnnotation.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedAnnotation.txt @@ -2,4 +2,4 @@ package test test.AnnotatedAnnotation() public final annotation class AnnotatedAnnotation : kotlin.Annotation { /*primary*/ public constructor AnnotatedAnnotation() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedMethod.txt b/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedMethod.txt index b2b5e907421..f3da8c54687 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedMethod.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/AnnotatedMethod.txt @@ -3,4 +3,4 @@ package test public open class AnnotatedMethod { /*primary*/ public constructor AnnotatedMethod() kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/SimpleAnnotation.txt b/compiler/testData/loadJava/compiledKotlin/annotations/SimpleAnnotation.txt index 7ebb95827f9..99a705e74ff 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/SimpleAnnotation.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/SimpleAnnotation.txt @@ -2,4 +2,4 @@ package test public final annotation class SimpleAnnotation : kotlin.Annotation { /*primary*/ public constructor SimpleAnnotation() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/ClassObjectPropertyField.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/ClassObjectPropertyField.txt index 29ff8214daf..e691dcc3017 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/ClassObjectPropertyField.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/ClassObjectPropertyField.txt @@ -13,4 +13,4 @@ internal final class Class { internal final fun (): kotlin.Int internal final fun (/*0*/ : kotlin.Int): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/DelegatedProperty.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/DelegatedProperty.txt index 0b0f1204a09..d269b2347a0 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/DelegatedProperty.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/DelegatedProperty.txt @@ -8,4 +8,4 @@ internal final class Class { /*primary*/ public constructor Class() test.Anno() internal final val x: kotlin.Int internal final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/EnumArgument.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/EnumArgument.txt index e94581754f2..7d89c1eb860 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/EnumArgument.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/EnumArgument.txt @@ -12,4 +12,4 @@ internal final class Class { internal final fun (): kotlin.Int internal final fun (/*0*/ : kotlin.Int): kotlin.Unit test.Anno(t = ElementType.METHOD: java.lang.annotation.ElementType) internal final fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Function.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Function.txt index 543b3f8a006..35b8b67f0ff 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Function.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Function.txt @@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation { internal final class Class { /*primary*/ public constructor Class() test.Anno() internal final fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Getter.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Getter.txt index 4cd21a2ba21..8dc529d4f7d 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Getter.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Getter.txt @@ -8,4 +8,4 @@ internal final class Class { /*primary*/ public constructor Class() internal final val property: kotlin.Int test.Anno() internal final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PropertyField.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PropertyField.txt index 2980d167fd3..6f98192e1e6 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PropertyField.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PropertyField.txt @@ -9,4 +9,4 @@ internal final class Class { test.Anno() internal final var property: kotlin.Int internal final fun (): kotlin.Int internal final fun (/*0*/ : kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Setter.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Setter.txt index 36c161e3a34..c3ead292592 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Setter.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Setter.txt @@ -9,4 +9,4 @@ internal final class Class { internal final var property: kotlin.Int internal final fun (): kotlin.Int test.Anno() internal final fun (/*0*/ value: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/AnnotationInClassObject.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/AnnotationInClassObject.txt index 1340bee69b7..99e8c799313 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/AnnotationInClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/AnnotationInClassObject.txt @@ -22,4 +22,4 @@ internal final class A { test.A.Anno1() test.A.B.Anno2() internal final class C { /*primary*/ public constructor C() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassInClassObject.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassInClassObject.txt index 499777550ee..c70f518e3dd 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassInClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassInClassObject.txt @@ -18,4 +18,4 @@ internal final class Class { /*primary*/ public constructor Nested() } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObject.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObject.txt index dcec26f0989..78ebfdc75cf 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObject.txt @@ -10,4 +10,4 @@ internal final class Class { test.Anno() internal class object { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObjectInStaticNestedClass.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObjectInStaticNestedClass.txt index fe69ea64945..23c39dcdaa0 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObjectInStaticNestedClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/ClassObjectInStaticNestedClass.txt @@ -12,4 +12,4 @@ internal final class A { internal final fun (): kotlin.Int } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/Deprecated.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/Deprecated.txt index 710d4bc1b5c..a92c6b5239d 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/Deprecated.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/Deprecated.txt @@ -14,4 +14,4 @@ kotlin.deprecated(value = "Class": kotlin.String) internal final class Class { kotlin.deprecated(value = "Nested": kotlin.String) internal final class Nested { /*primary*/ public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.txt index 8bd16636a78..92194a689e2 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.txt @@ -14,4 +14,4 @@ internal final annotation class `Anno$tation` : kotlin.Annotation { test.`Anno$tation`() internal final class `Cla$s` { /*primary*/ public constructor `Cla$s`() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/EnumArgument.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/EnumArgument.txt index 16310d019f4..44695262609 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/EnumArgument.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/EnumArgument.txt @@ -20,4 +20,4 @@ test.Anno(t = ElementType.METHOD: java.lang.annotation.ElementType) internal fin test.Anno(t = ElementType.TYPE: java.lang.annotation.ElementType) internal final class Nested { /*primary*/ public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/MultipleAnnotations.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/MultipleAnnotations.txt index f757fedb5a1..7fc605e1161 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/MultipleAnnotations.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/MultipleAnnotations.txt @@ -14,4 +14,4 @@ internal final annotation class A3 : kotlin.Annotation { test.A1() test.A2() test.A3() internal final class Class { /*primary*/ public constructor Class() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedAnnotation.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedAnnotation.txt index 7be3109a7ac..45e5bdac392 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedAnnotation.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedAnnotation.txt @@ -11,4 +11,4 @@ internal final class A { test.A.Anno() internal final class B { /*primary*/ public constructor B() test.A.Anno() internal final fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedClass.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedClass.txt index 23df2c277fb..cf073499c7d 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/NestedClass.txt @@ -14,4 +14,4 @@ internal final class Class { test.Anno() internal final class Nested { /*primary*/ public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/Retention.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/Retention.txt index fed008d4556..07abea7869c 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/Retention.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/Retention.txt @@ -2,4 +2,4 @@ package test java.lang.annotation.Retention(value = RetentionPolicy.RUNTIME: java.lang.annotation.RetentionPolicy) internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/Simple.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/Simple.txt index 4063a9d3c41..5172f44f966 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/Simple.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/Simple.txt @@ -6,4 +6,4 @@ internal final annotation class Anno : kotlin.Annotation { test.Anno() internal final class X { /*primary*/ public constructor X() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithArgument.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithArgument.txt index 65eae343c8e..d44ea204f78 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithArgument.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithArgument.txt @@ -50,4 +50,4 @@ internal final annotation class ShortAnno : kotlin.Annotation { /*primary*/ public constructor ShortAnno(/*0*/ value: kotlin.Short) internal final val value: kotlin.Short internal final fun (): kotlin.Short -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithMultipleArguments.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithMultipleArguments.txt index 1b5ac912b0d..1c8c0d7b6a0 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithMultipleArguments.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classes/WithMultipleArguments.txt @@ -12,4 +12,4 @@ internal final annotation class Anno : kotlin.Annotation { test.Anno(double = 3.14.toDouble(): kotlin.Double, int = 42: kotlin.Int, string = "OK": kotlin.String) internal final class Class { /*primary*/ public constructor Class() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/DelegatedProperty.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/DelegatedProperty.txt index 85e10cfeeee..33cfe343b75 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/DelegatedProperty.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/DelegatedProperty.txt @@ -5,4 +5,4 @@ test.Anno() internal val x: kotlin.Int internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArgument.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArgument.txt index 2386b60ada9..203fba4da78 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArgument.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArgument.txt @@ -8,4 +8,4 @@ internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno(/*0*/ t: java.lang.annotation.ElementType) internal final val t: java.lang.annotation.ElementType internal final fun (): java.lang.annotation.ElementType -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArrayArgument.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArrayArgument.txt index cde02ce95e7..f1e6eefb146 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArrayArgument.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArrayArgument.txt @@ -9,4 +9,4 @@ internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno(/*0*/ vararg t: java.lang.annotation.ElementType /*kotlin.Array*/) internal final val t: kotlin.Array internal final fun (): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Function.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Function.txt index 0d917e79854..4783daf41d6 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Function.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Function.txt @@ -4,4 +4,4 @@ test.Anno() internal fun function(): kotlin.Unit internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Getter.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Getter.txt index f8ab491d218..f39ae47fe92 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Getter.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Getter.txt @@ -5,4 +5,4 @@ internal val property: kotlin.Int internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/PropertyField.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/PropertyField.txt index 32793de4781..31c1b1fdf12 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/PropertyField.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/PropertyField.txt @@ -6,4 +6,4 @@ test.Anno() internal var property: kotlin.Int internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Setter.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Setter.txt index 2ebcefcc86f..22bb8faa2dd 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Setter.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/Setter.txt @@ -6,4 +6,4 @@ internal var property: kotlin.Int internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/StringArrayArgument.txt b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/StringArrayArgument.txt index b0b9e2fd754..aa570235bf5 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/StringArrayArgument.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/StringArrayArgument.txt @@ -9,4 +9,4 @@ internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno(/*0*/ vararg t: kotlin.String /*kotlin.Array*/) internal final val t: kotlin.Array internal final fun (): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/Constructor.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/Constructor.txt index c6e2c528c22..be17a96e471 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/Constructor.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/Constructor.txt @@ -12,4 +12,4 @@ internal final class Class { /*primary*/ public constructor Class(/*0*/ test.A() x: kotlin.Int, /*1*/ test.B() y: kotlin.String) test.A() internal final val x: kotlin.Int internal final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/EnumConstructor.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/EnumConstructor.txt index e570aec0b9a..01a39ef6bb0 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/EnumConstructor.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/EnumConstructor.txt @@ -21,4 +21,4 @@ internal final enum class E : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.E public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunction.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunction.txt index 70ad05d9a32..7b1b075ce94 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunction.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunction.txt @@ -4,4 +4,4 @@ internal fun kotlin.Int.foo(/*0*/ test.A() x: kotlin.Int): kotlin.Unit internal final annotation class A : kotlin.Annotation { /*primary*/ public constructor A() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunctionInClass.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunctionInClass.txt index e504e4f6554..073b165297f 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunctionInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunctionInClass.txt @@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation { internal final class Class { /*primary*/ public constructor Class() internal final fun kotlin.String.foo(/*0*/ test.Anno() x: kotlin.Int): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionPropertySetter.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionPropertySetter.txt index 2631f3f69f5..a071d5ecd84 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionPropertySetter.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionPropertySetter.txt @@ -9,4 +9,4 @@ internal final class Class { internal final var kotlin.Int.foo: kotlin.Int internal final fun kotlin.Int.(): kotlin.Int internal final fun kotlin.Int.(/*0*/ test.A() value: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInClass.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInClass.txt index 039aa9bd516..6f983d509e5 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInClass.txt @@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation { internal final class Class { /*primary*/ public constructor Class() internal final fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInTrait.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInTrait.txt index e53d665a7f1..0bb1077adbc 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInTrait.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/FunctionInTrait.txt @@ -6,4 +6,4 @@ internal final annotation class Anno : kotlin.Annotation { internal trait Trait { internal open fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ManyAnnotations.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ManyAnnotations.txt index 867f299b7e0..fecebf555ba 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ManyAnnotations.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ManyAnnotations.txt @@ -17,4 +17,4 @@ internal final annotation class C : kotlin.Annotation { internal final annotation class D : kotlin.Annotation { /*primary*/ public constructor D() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/PropertySetterInClass.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/PropertySetterInClass.txt index 6019dd6fd86..7cf6937db80 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/PropertySetterInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/PropertySetterInClass.txt @@ -9,4 +9,4 @@ internal final class Class { internal final var foo: kotlin.Int internal final fun (): kotlin.Int internal final fun (/*0*/ test.A() value: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelFunction.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelFunction.txt index a34cdd677c3..eda01e83b37 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelFunction.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelFunction.txt @@ -4,4 +4,4 @@ internal fun foo(/*0*/ test.Anno() x: kotlin.Int): kotlin.Unit internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt index b26a4dfa543..0ec4bce6951 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/parameters/TopLevelPropertySetter.txt @@ -10,4 +10,4 @@ internal final annotation class A : kotlin.Annotation { internal final annotation class B : kotlin.Annotation { /*primary*/ public constructor B() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Class.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Class.txt index 9836576a4eb..af76793d7b7 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Class.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Class.txt @@ -8,4 +8,4 @@ internal final class Class { /*primary*/ public constructor Class() test.Anno() internal final val property: kotlin.Int internal final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ClassObject.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ClassObject.txt index 825d2bbc107..e1c6caacb5d 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ClassObject.txt @@ -12,4 +12,4 @@ internal final class Class { test.Anno() internal final val property: kotlin.Int internal final fun (): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNameClass.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNameClass.txt index 04a6671ca31..198c49875e9 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNameClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNameClass.txt @@ -20,4 +20,4 @@ internal final annotation class IntAnno : kotlin.Annotation { internal final annotation class StringAnno : kotlin.Annotation { /*primary*/ public constructor StringAnno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNamePackage.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNamePackage.txt index f72dbe5b330..1d022c66ed8 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNamePackage.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/ExtensionsWithSameNamePackage.txt @@ -17,4 +17,4 @@ internal final annotation class IntAnno : kotlin.Annotation { internal final annotation class StringAnno : kotlin.Annotation { /*primary*/ public constructor StringAnno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/NestedTrait.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/NestedTrait.txt index d22957f2e04..c876918a3d6 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/NestedTrait.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/NestedTrait.txt @@ -11,4 +11,4 @@ internal final class Class { test.Anno() internal abstract val property: kotlin.Int internal abstract fun (): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.txt index dd3640e56ab..0da708e5673 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TopLevel.txt @@ -5,4 +5,4 @@ test.Anno() internal val property: kotlin.Int internal final annotation class Anno : kotlin.Annotation { /*primary*/ public constructor Anno() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Trait.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Trait.txt index cf02d4ebb55..bc28d107c70 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Trait.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Trait.txt @@ -7,4 +7,4 @@ internal final annotation class Anno : kotlin.Annotation { internal trait Trait { test.Anno() internal abstract val property: kotlin.Int internal abstract fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TraitClassObject.txt b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TraitClassObject.txt index 04a34716848..fa7fd7ac18f 100644 --- a/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TraitClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/TraitClassObject.txt @@ -11,4 +11,4 @@ internal trait Trait { test.Anno() internal final val property: kotlin.Int internal final fun (): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/Class.txt b/compiler/testData/loadJava/compiledKotlin/class/Class.txt index 0ec73507b05..3399b262d13 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/Class.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/Class.txt @@ -2,4 +2,4 @@ package test internal final class Ramification { /*primary*/ public constructor Ramification() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassInParam.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassInParam.txt index 0783b37694b..6799396ead1 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassInParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassInParam.txt @@ -2,4 +2,4 @@ package test internal final class Wine { /*primary*/ public constructor Wine() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassInnerClass.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassInnerClass.txt index 5ed5bcca931..06a52f06b1b 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassInnerClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassInnerClass.txt @@ -6,4 +6,4 @@ internal final class Outer { internal final inner class Inner { /*primary*/ public constructor Inner() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassMemberConflict.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassMemberConflict.txt index 95e6fcf16e5..641c0253d36 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassMemberConflict.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassMemberConflict.txt @@ -63,4 +63,4 @@ internal final class TestConstructorValClassObjectConflict { internal final val test: kotlin.Int = 12 internal final fun (): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassOutParam.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassOutParam.txt index c791eb748fa..d408dc81fe9 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassOutParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassOutParam.txt @@ -2,4 +2,4 @@ package test internal final class Juice { /*primary*/ public constructor Juice() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassParam.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassParam.txt index 64b732fbe0b..e38734cb147 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassParam.txt @@ -2,4 +2,4 @@ package test internal final class Beer { /*primary*/ public constructor Beer() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam.txt index 3ad593146ed..e6a92fcd733 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam.txt @@ -2,4 +2,4 @@ package test internal final class ClassParamReferencesParam { /*primary*/ public constructor ClassParamReferencesParam() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam2.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam2.txt index e66d91760dc..26a76e6f36b 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam2.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesParam2.txt @@ -2,4 +2,4 @@ package test internal final class ClassParamReferencesParam { /*primary*/ public constructor ClassParamReferencesParam() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesSelf.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesSelf.txt index 17c7dcb1134..79530901476 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesSelf.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesSelf.txt @@ -5,4 +5,4 @@ internal final class ClassParamReferencesSelf> { } internal trait TraitWithP { -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassBound.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassBound.txt index 48f479338f2..ac731fde239 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassBound.txt @@ -2,4 +2,4 @@ package test internal final class Clock { /*primary*/ public constructor Clock() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassInterfaceBound.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassInterfaceBound.txt index a9d77f5ac40..f194b17f39e 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassInterfaceBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassInterfaceBound.txt @@ -2,4 +2,4 @@ package test internal final class Clock where A : java.io.Serializable { /*primary*/ public constructor Clock() where A : java.io.Serializable -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperInterfaceBound.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperInterfaceBound.txt index aeb20d4331f..3011434f909 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperInterfaceBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperInterfaceBound.txt @@ -2,4 +2,4 @@ package test internal final class Clock { /*primary*/ public constructor Clock() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams.txt index 642f7f8074d..ce010406fe6 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams.txt @@ -2,4 +2,4 @@ package test internal final class ClassTwoParams { /*primary*/ public constructor ClassTwoParams() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams2.txt b/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams2.txt index f9697d30023..41c22753dca 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams2.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/ClassTwoParams2.txt @@ -2,4 +2,4 @@ package test internal final class ClassTwoParams { /*primary*/ public constructor ClassTwoParams() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/EnumWithGenericConstructorParameter.txt b/compiler/testData/loadJava/compiledKotlin/class/EnumWithGenericConstructorParameter.txt index 06b610d5b73..3feeffb89f4 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/EnumWithGenericConstructorParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/EnumWithGenericConstructorParameter.txt @@ -9,4 +9,4 @@ internal final enum class EnumWithGenericConstructorParameter : kotlin.Enum -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.txt b/compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.txt index 5e7fde46839..0e96cb94aff 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/EnumWithPrimitiveConstructorParameter.txt @@ -9,4 +9,4 @@ internal final enum class EnumWithPrimitiveConstructorParameter : kotlin.Enum -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.txt b/compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.txt index 1b233ab90e9..13b88ea83dd 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.txt @@ -6,4 +6,4 @@ internal abstract class Aaa { internal final class Bbb : test.Aaa { /*primary*/ public constructor Bbb() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/InheritClassWithParam.txt b/compiler/testData/loadJava/compiledKotlin/class/InheritClassWithParam.txt index 03c2a553f41..02a32443c32 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/InheritClassWithParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/InheritClassWithParam.txt @@ -6,4 +6,4 @@ internal abstract class Aaa { internal final class Bbb : test.Aaa { /*primary*/ public constructor Bbb() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/InheritSubstitutedMethod.txt b/compiler/testData/loadJava/compiledKotlin/class/InheritSubstitutedMethod.txt index 7379947693b..33532815dcc 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/InheritSubstitutedMethod.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/InheritSubstitutedMethod.txt @@ -9,4 +9,4 @@ public final class B : test.A { /*primary*/ public constructor B() internal open override /*1*/ fun bar(): kotlin.String internal open override /*1*/ /*fake_override*/ fun foo(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithFunctionParam.txt b/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithFunctionParam.txt index fe95273bbfd..0519ae1fdbf 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithFunctionParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithFunctionParam.txt @@ -7,4 +7,4 @@ internal open class Class : test.Trait { internal trait Trait { internal open fun f(/*0*/ a: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithParam.txt b/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithParam.txt index 16f94d7f779..868d701e9fd 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithParam.txt @@ -5,4 +5,4 @@ internal trait Aaa { internal final class Bbb : test.Aaa { /*primary*/ public constructor Bbb() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/InnerClassExtendInnerClass.txt b/compiler/testData/loadJava/compiledKotlin/class/InnerClassExtendInnerClass.txt index 414d3f0485d..6aa7edeb14c 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/InnerClassExtendInnerClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/InnerClassExtendInnerClass.txt @@ -10,4 +10,4 @@ internal final class Outer { internal final inner class Inner2 : test.Outer.Inner1 { /*primary*/ public constructor Inner2() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/InnerGenericClass.txt b/compiler/testData/loadJava/compiledKotlin/class/InnerGenericClass.txt index 44c6651b28c..9221a64b3df 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/InnerGenericClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/InnerGenericClass.txt @@ -6,4 +6,4 @@ internal final class Outer { internal final inner class Inner { /*primary*/ public constructor Inner() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NamedObject.txt b/compiler/testData/loadJava/compiledKotlin/class/NamedObject.txt index 9e6b1230946..303522cc1a1 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NamedObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NamedObject.txt @@ -12,4 +12,4 @@ public object Obj { public final override /*1*/ /*fake_override*/ fun (): kotlin.String public final override /*1*/ /*fake_override*/ fun f(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClass.txt b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClass.txt index 1fa8a5db959..ef315e86221 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClass.txt @@ -16,4 +16,4 @@ public final class Outer { public final override /*1*/ /*fake_override*/ fun f(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClassObject.txt b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClassObject.txt index af4327ed883..9a24faf58d5 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInClassObject.txt @@ -20,4 +20,4 @@ public final class Outer { } } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInNamedObject.txt b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInNamedObject.txt index 45f17ae9a52..ccd2b28c818 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInNamedObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectInNamedObject.txt @@ -20,4 +20,4 @@ public object Outer { public final override /*1*/ /*fake_override*/ fun f(): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt index f0a2e2204fc..b32e36beff1 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt @@ -15,4 +15,4 @@ public object Obj { public final override /*1*/ /*fake_override*/ fun (): kotlin.String public final override /*1*/ /*fake_override*/ fun f(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NestedClass.txt b/compiler/testData/loadJava/compiledKotlin/class/NestedClass.txt index 82ea26aaccf..3b961941f9d 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NestedClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NestedClass.txt @@ -6,4 +6,4 @@ internal final class Outer { internal final class Nested { /*primary*/ public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NestedClassExtendNestedClass.txt b/compiler/testData/loadJava/compiledKotlin/class/NestedClassExtendNestedClass.txt index 94e95a1f969..9ac80e0b17e 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NestedClassExtendNestedClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NestedClassExtendNestedClass.txt @@ -10,4 +10,4 @@ internal final class Outer { internal final class Nested2 : test.Outer.Nested1 { /*primary*/ public constructor Nested2() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/NestedGenericClass.txt b/compiler/testData/loadJava/compiledKotlin/class/NestedGenericClass.txt index 6808991505b..28c7a92ec96 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/NestedGenericClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/NestedGenericClass.txt @@ -6,4 +6,4 @@ internal final class Outer { internal final class Nested { /*primary*/ public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.txt b/compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.txt index 27ccdda849e..78acb1f5ba4 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.txt @@ -2,4 +2,4 @@ package test public trait SingleAbstractMethod { internal abstract fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/Trait.txt b/compiler/testData/loadJava/compiledKotlin/class/Trait.txt index 16b183b97f9..fb39d0cdd2c 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/Trait.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/Trait.txt @@ -1,4 +1,4 @@ package test internal trait Trtrtr { -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/javaBean/DifferentGetterAndSetter.txt b/compiler/testData/loadJava/compiledKotlin/class/javaBean/DifferentGetterAndSetter.txt index b38bf8bce99..14da9db2766 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/javaBean/DifferentGetterAndSetter.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/javaBean/DifferentGetterAndSetter.txt @@ -4,4 +4,4 @@ public open class DifferentGetterAndSetter { /*primary*/ public constructor DifferentGetterAndSetter() public open fun getSomething(): kotlin.Int public open fun setSomething(/*0*/ p0: kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanAbstractGetter.txt b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanAbstractGetter.txt index c8317d9ae2d..597adaea6c9 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanAbstractGetter.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanAbstractGetter.txt @@ -3,4 +3,4 @@ package test public trait JavaBeanAbstractGetter { public abstract fun getBlue(): kotlin.Int public abstract fun getRed(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVal.txt b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVal.txt index f609a9e4347..f9877274f6c 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVal.txt @@ -3,4 +3,4 @@ package test public open class JavaBeanVal { /*primary*/ public constructor JavaBeanVal() public open fun getColor(): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVar.txt b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVar.txt index 988b7c7a195..2e35ba28d6c 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVar.txt @@ -4,4 +4,4 @@ public open class JavaBeanVar { /*primary*/ public constructor JavaBeanVar() public open fun getColor(): kotlin.String? public open fun setColor(/*0*/ p0: kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVarOfGenericType.txt b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVarOfGenericType.txt index 5726af55e1d..05b0e11e457 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVarOfGenericType.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVarOfGenericType.txt @@ -4,4 +4,4 @@ public open class JavaBeanVarOfGenericType { /*primary*/ public constructor JavaBeanVarOfGenericType() public open fun getCharacters(): java.util.ArrayList

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

?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/class/javaBean/TwoSetters.txt b/compiler/testData/loadJava/compiledKotlin/class/javaBean/TwoSetters.txt index 3862d3503fc..140f7656e09 100644 --- a/compiler/testData/loadJava/compiledKotlin/class/javaBean/TwoSetters.txt +++ b/compiler/testData/loadJava/compiledKotlin/class/javaBean/TwoSetters.txt @@ -4,4 +4,4 @@ public open class TwoSetters { /*primary*/ public constructor TwoSetters() public open fun setSize(/*0*/ p0: kotlin.Int): kotlin.Unit public open fun setSize(/*0*/ p0: kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classFun/ClassInParamUsedInFun.txt b/compiler/testData/loadJava/compiledKotlin/classFun/ClassInParamUsedInFun.txt index e601cded092..41bbfec1371 100644 --- a/compiler/testData/loadJava/compiledKotlin/classFun/ClassInParamUsedInFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/classFun/ClassInParamUsedInFun.txt @@ -3,4 +3,4 @@ package test internal final class ClassParamUsedInFun { /*primary*/ public constructor ClassParamUsedInFun() internal final fun f(/*0*/ t: T): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classFun/ClassParamUsedInFun.txt b/compiler/testData/loadJava/compiledKotlin/classFun/ClassParamUsedInFun.txt index afd3ee49db8..0c579f2b9f6 100644 --- a/compiler/testData/loadJava/compiledKotlin/classFun/ClassParamUsedInFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/classFun/ClassParamUsedInFun.txt @@ -3,4 +3,4 @@ package test internal final class ClassParamUsedInFun { /*primary*/ public constructor ClassParamUsedInFun() internal final fun f(/*0*/ t: T): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classFun/FunDelegationToTraitImpl.txt b/compiler/testData/loadJava/compiledKotlin/classFun/FunDelegationToTraitImpl.txt index 25aa6c0d7c8..9ce1d8c662b 100644 --- a/compiler/testData/loadJava/compiledKotlin/classFun/FunDelegationToTraitImpl.txt +++ b/compiler/testData/loadJava/compiledKotlin/classFun/FunDelegationToTraitImpl.txt @@ -7,4 +7,4 @@ internal trait A { internal final class B : test.A { /*primary*/ public constructor B() internal open override /*1*/ /*fake_override*/ fun f(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classFun/FunInParamSuper.txt b/compiler/testData/loadJava/compiledKotlin/classFun/FunInParamSuper.txt index b2341db9b1d..899b56ad902 100644 --- a/compiler/testData/loadJava/compiledKotlin/classFun/FunInParamSuper.txt +++ b/compiler/testData/loadJava/compiledKotlin/classFun/FunInParamSuper.txt @@ -8,4 +8,4 @@ internal open class Base { internal final class Inh : test.Base { /*primary*/ public constructor Inh() internal final override /*1*/ /*fake_override*/ fun foo(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classFun/TraitFinalFun.txt b/compiler/testData/loadJava/compiledKotlin/classFun/TraitFinalFun.txt index f7fda8fdf71..7014130c8e1 100644 --- a/compiler/testData/loadJava/compiledKotlin/classFun/TraitFinalFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/classFun/TraitFinalFun.txt @@ -2,4 +2,4 @@ package test internal trait A { internal final fun f(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classFun/TraitOpenFun.txt b/compiler/testData/loadJava/compiledKotlin/classFun/TraitOpenFun.txt index d106fa9e32d..7017cf7c480 100644 --- a/compiler/testData/loadJava/compiledKotlin/classFun/TraitOpenFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/classFun/TraitOpenFun.txt @@ -2,4 +2,4 @@ package test internal trait A { internal open fun f(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVal.txt b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVal.txt index 8a5a2b1a3d4..b1a9c64e3dc 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVal.txt @@ -8,4 +8,4 @@ internal final class ClassObjectDeclaresProperty { internal final val i: kotlin.Int = 1 internal final fun (): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVar.txt b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVar.txt index 7e58ac15a69..0deec6ccc9f 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVar.txt @@ -9,4 +9,4 @@ internal final class ClassObjectDeclaresProperty { internal final fun (): kotlin.String internal final fun (/*0*/ : kotlin.String): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDefaultVisibility.txt b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDefaultVisibility.txt index e19b0c40469..06fdba107b4 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDefaultVisibility.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDefaultVisibility.txt @@ -22,4 +22,4 @@ public final class Pub { public class object { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExplicitVisibility.txt b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExplicitVisibility.txt index 30a53c1956e..6d712d8a71e 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExplicitVisibility.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExplicitVisibility.txt @@ -70,4 +70,4 @@ public final class PubPub { public class object { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTrait.txt b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTrait.txt index 09b46c438d0..dc4202356ef 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTrait.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTrait.txt @@ -9,4 +9,4 @@ internal final class ClassObjectextendsTrait { internal class object : test.Bbb { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTraitWithTP.txt b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTraitWithTP.txt index adb2f211590..f7b977e6a2d 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTraitWithTP.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectExtendsTraitWithTP.txt @@ -9,4 +9,4 @@ internal final class ClassObjectExtendsTraitWithTP { internal class object : test.Bbb { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectPropertyInClass.txt b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectPropertyInClass.txt index 5aca9e27690..32342c983c5 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectPropertyInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectPropertyInClass.txt @@ -10,4 +10,4 @@ internal final class A { internal final val some: kotlin.Int = 1 internal final fun (): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/Delegation.txt b/compiler/testData/loadJava/compiledKotlin/classObject/Delegation.txt index 0bb0ceac041..bee416fd162 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/Delegation.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/Delegation.txt @@ -12,4 +12,4 @@ internal final class A : test.T { internal trait T { internal abstract fun foo(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/InnerClassInClassObject.txt b/compiler/testData/loadJava/compiledKotlin/classObject/InnerClassInClassObject.txt index 4bf9c189e92..ab34be5fa5a 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/InnerClassInClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/InnerClassInClassObject.txt @@ -16,4 +16,4 @@ internal final class TestFirst { internal final inner class NotInnerClass { /*primary*/ public constructor NotInnerClass() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/SimpleClassObject.txt b/compiler/testData/loadJava/compiledKotlin/classObject/SimpleClassObject.txt index fe762247f5f..f5575d44e62 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/SimpleClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/SimpleClassObject.txt @@ -6,4 +6,4 @@ internal final class SimpleClassObject { internal class object { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInClassStaticFields.txt b/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInClassStaticFields.txt index 907a036df3f..fdf724e623f 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInClassStaticFields.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInClassStaticFields.txt @@ -23,4 +23,4 @@ internal final class Test { public final fun (/*0*/ i: kotlin.Int): kotlin.Unit internal final fun incProp4(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInTraitStaticFields.txt b/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInTraitStaticFields.txt index 73f95488d69..65358d68f1b 100644 --- a/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInTraitStaticFields.txt +++ b/compiler/testData/loadJava/compiledKotlin/classObject/classObjectInTraitStaticFields.txt @@ -22,4 +22,4 @@ internal trait Test { public final fun (/*0*/ i: kotlin.Int): kotlin.Unit internal final fun incProp4(): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor0.txt b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor0.txt index e62ef9a4f76..d956d04a387 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor0.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor0.txt @@ -2,4 +2,4 @@ package test internal final class ClassWithConstructor0 { /*primary*/ public constructor ClassWithConstructor0() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1.txt b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1.txt index 31edd666585..2bee4aa292c 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1.txt @@ -2,4 +2,4 @@ package test internal final class ClassWithConstructor1 { /*primary*/ public constructor ClassWithConstructor1(/*0*/ p: kotlin.Int) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1WithParamDefaultValue.txt b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1WithParamDefaultValue.txt index b49561b6b84..86dc3dfa152 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1WithParamDefaultValue.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1WithParamDefaultValue.txt @@ -2,4 +2,4 @@ package test internal final class ClassWithConstructorWithValueParamWithDefaultValue { /*primary*/ public constructor ClassWithConstructorWithValueParamWithDefaultValue(/*0*/ p: kotlin.Int = ...) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor2WithOneParamDefaultValue.txt b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor2WithOneParamDefaultValue.txt index 741a00448c0..a864fcd10fb 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/Constructor2WithOneParamDefaultValue.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/Constructor2WithOneParamDefaultValue.txt @@ -2,4 +2,4 @@ package test internal final class TestConstructor { /*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ..., /*1*/ s: kotlin.Int) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorCollectionParameter.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorCollectionParameter.txt index e8c6586dfc9..96356eee4c4 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorCollectionParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorCollectionParameter.txt @@ -4,4 +4,4 @@ internal final class TestingKotlinCollections { /*primary*/ public constructor TestingKotlinCollections(/*0*/ arguments: kotlin.Collection) internal final val arguments: kotlin.Collection internal final fun (): kotlin.Collection -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericDeep.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericDeep.txt index 97941bf7851..ab4040f1130 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericDeep.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericDeep.txt @@ -2,4 +2,4 @@ package test public open class ConstructorGenericDeep { /*primary*/ public constructor ConstructorGenericDeep(/*0*/ p0: java.lang.Class?) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericSimple.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericSimple.txt index de7bcfc8768..adcea3569c8 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericSimple.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericSimple.txt @@ -2,4 +2,4 @@ package test public open class ConstructorGenericSimple { /*primary*/ public constructor ConstructorGenericSimple(/*0*/ p0: kotlin.Any?) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericUpperBound.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericUpperBound.txt index 7e520a96761..be750cbe01f 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericUpperBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericUpperBound.txt @@ -2,4 +2,4 @@ package test public open class ConstructorGenericUpperBound { /*primary*/ public constructor ConstructorGenericUpperBound(/*0*/ p0: java.util.RandomAccess?) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoDefArgs.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoDefArgs.txt index 13041a0bb32..cc59e5ed368 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoDefArgs.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoDefArgs.txt @@ -2,4 +2,4 @@ package test internal final class TestConstructor { /*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ..., /*1*/ d: kotlin.Int = ...) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParameters.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParameters.txt index 0bc85754f2d..818465091a9 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParameters.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParameters.txt @@ -2,4 +2,4 @@ package test internal final class ClassWithConstructorAndTypeParameter { /*primary*/ public constructor ClassWithConstructorAndTypeParameter() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt index b7f5c265173..c93ae74ebe1 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOneIntValueParameter.txt @@ -2,4 +2,4 @@ package test internal final class ClassWithConstructorAndTypeParameter { /*primary*/ public constructor ClassWithConstructorAndTypeParameter(/*0*/ q: kotlin.Int) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt index 21c5795e5c4..989f6a17ffb 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoTypeParametersAndOnePValueParameter.txt @@ -2,4 +2,4 @@ package test internal final class ClassWithConstructorAndTypeParameter { /*primary*/ public constructor ClassWithConstructorAndTypeParameter(/*0*/ q: Q) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParameter.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParameter.txt index 4608e92ebd2..fe572a459f4 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParameter.txt @@ -2,4 +2,4 @@ package test internal final class ClassWithConstructorAndTypeParameter { /*primary*/ public constructor ClassWithConstructorAndTypeParameter() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt index 235d5786089..eb35f9e46a3 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTypeParametersEAndOnePValueParameter.txt @@ -2,4 +2,4 @@ package test internal final class OneTypeParameterErased { /*primary*/ public constructor OneTypeParameterErased(/*0*/ q: Q) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/InnerClassConstructorWithDefArgs.txt b/compiler/testData/loadJava/compiledKotlin/constructor/InnerClassConstructorWithDefArgs.txt index f6570f2ed71..c185aecff58 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/InnerClassConstructorWithDefArgs.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/InnerClassConstructorWithDefArgs.txt @@ -6,4 +6,4 @@ internal final class A { internal final class TestConstructor { /*primary*/ public constructor TestConstructor(/*0*/ p: kotlin.Int = ...) } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt b/compiler/testData/loadJava/compiledKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt index 328f5e6bab1..833f1094727 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/PrivateConstructor1WithParamDefaultValue.txt @@ -2,4 +2,4 @@ package test internal final class TestConstructor { /*primary*/ private constructor TestConstructor(/*0*/ p: kotlin.Int = ...) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorNonLastVararg.txt b/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorNonLastVararg.txt index bd7d4278a55..bacfa4e5da2 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorNonLastVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorNonLastVararg.txt @@ -2,4 +2,4 @@ package test internal final class A { /*primary*/ public constructor A(/*0*/ vararg a: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorVararg.txt b/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorVararg.txt index 1e223e35c12..0e7217d20a8 100644 --- a/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/constructor/vararg/ConstructorVararg.txt @@ -2,4 +2,4 @@ package test internal final class A { /*primary*/ public constructor A(/*0*/ vararg a: kotlin.Int /*kotlin.IntArray*/) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/MixedComponents.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/MixedComponents.txt index c2b78dd9740..4d21f83acd2 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/MixedComponents.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/MixedComponents.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class DataClass { internal final /*synthesized*/ fun component1(): kotlin.String internal final /*synthesized*/ fun component2(): kotlin.Double internal final /*synthesized*/ fun copy(/*0*/ x: kotlin.String = ..., /*1*/ y: kotlin.Int, /*2*/ z: kotlin.Double = ...): test.DataClass -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/NoComponents.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/NoComponents.txt index f4c110dbf8b..c32e3b6f026 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/NoComponents.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/NoComponents.txt @@ -8,4 +8,4 @@ kotlin.data() internal final class DataClass { kotlin.data() internal final class OtherDataClass { /*primary*/ public constructor OtherDataClass() internal final /*synthesized*/ fun copy(): test.OtherDataClass -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/OneVal.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/OneVal.txt index 0d14dfe211d..5c36cf86d10 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/OneVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/OneVal.txt @@ -6,4 +6,4 @@ kotlin.data() internal final class DataClass { internal final fun (): kotlin.String internal final /*synthesized*/ fun component1(): kotlin.String internal final /*synthesized*/ fun copy(/*0*/ x: kotlin.String = ...): test.DataClass -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/OpenDataClass.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/OpenDataClass.txt index c1851710cfb..6779a04b780 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/OpenDataClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/OpenDataClass.txt @@ -6,4 +6,4 @@ kotlin.data() internal open class DataClass { internal final fun (): kotlin.String internal final /*synthesized*/ fun component1(): kotlin.String internal final /*synthesized*/ fun copy(/*0*/ x: kotlin.String = ...): test.DataClass -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/OpenPropertyFinalComponent.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/OpenPropertyFinalComponent.txt index a4dfa4a4448..fbeb8127950 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/OpenPropertyFinalComponent.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/OpenPropertyFinalComponent.txt @@ -6,4 +6,4 @@ kotlin.data() internal open class DataClass { internal open fun (): kotlin.String internal final /*synthesized*/ fun component1(): kotlin.String internal final /*synthesized*/ fun copy(/*0*/ x: kotlin.String = ...): test.DataClass -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/ParamNameSameToField.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/ParamNameSameToField.txt index 66835c29519..2b3250149b7 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/ParamNameSameToField.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/ParamNameSameToField.txt @@ -10,4 +10,4 @@ kotlin.data() internal final class A { internal final fun (): kotlin.Long internal final /*synthesized*/ fun component1(): kotlin.Int internal final /*synthesized*/ fun copy(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int = ..., /*2*/ other: kotlin.Long): test.A -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVals.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVals.txt index 71e0b8952ff..246252f70d6 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVals.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVals.txt @@ -9,4 +9,4 @@ kotlin.data() internal final class DataClass { internal final /*synthesized*/ fun component1(): kotlin.String internal final /*synthesized*/ fun component2(): kotlin.Int internal final /*synthesized*/ fun copy(/*0*/ x: kotlin.String = ..., /*1*/ y: kotlin.Int = ...): test.DataClass -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVars.txt b/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVars.txt index 80f45a11546..f3dfb52d4e3 100644 --- a/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVars.txt +++ b/compiler/testData/loadJava/compiledKotlin/dataClass/TwoVars.txt @@ -11,4 +11,4 @@ kotlin.data() internal final class DataClass { internal final /*synthesized*/ fun component1(): kotlin.String internal final /*synthesized*/ fun component2(): kotlin.Int internal final /*synthesized*/ fun copy(/*0*/ x: kotlin.String = ..., /*1*/ y: kotlin.Int = ...): test.DataClass -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/enum/enumVisibility.txt b/compiler/testData/loadJava/compiledKotlin/enum/enumVisibility.txt index 32067d9cef3..51079a4011e 100644 --- a/compiler/testData/loadJava/compiledKotlin/enum/enumVisibility.txt +++ b/compiler/testData/loadJava/compiledKotlin/enum/enumVisibility.txt @@ -73,4 +73,4 @@ public final enum class Pu : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.Pu public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/enum/enumWithConstuctor.txt b/compiler/testData/loadJava/compiledKotlin/enum/enumWithConstuctor.txt index f069f081688..14505300321 100644 --- a/compiler/testData/loadJava/compiledKotlin/enum/enumWithConstuctor.txt +++ b/compiler/testData/loadJava/compiledKotlin/enum/enumWithConstuctor.txt @@ -79,4 +79,4 @@ internal final enum class En : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.En public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/enum/innerEnum.txt b/compiler/testData/loadJava/compiledKotlin/enum/innerEnum.txt index e9013b07e04..bab117fa93f 100644 --- a/compiler/testData/loadJava/compiledKotlin/enum/innerEnum.txt +++ b/compiler/testData/loadJava/compiledKotlin/enum/innerEnum.txt @@ -27,4 +27,4 @@ internal final class A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.A.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/enum/innerEnumExistingClassObject.txt b/compiler/testData/loadJava/compiledKotlin/enum/innerEnumExistingClassObject.txt index 747d75f9526..45bd84e3ad7 100644 --- a/compiler/testData/loadJava/compiledKotlin/enum/innerEnumExistingClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/enum/innerEnumExistingClassObject.txt @@ -31,4 +31,4 @@ internal final class A { public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.A.E public final /*synthesized*/ fun values(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/enum/simpleEnum.txt b/compiler/testData/loadJava/compiledKotlin/enum/simpleEnum.txt index bc09b67874e..4e75606ab22 100644 --- a/compiler/testData/loadJava/compiledKotlin/enum/simpleEnum.txt +++ b/compiler/testData/loadJava/compiledKotlin/enum/simpleEnum.txt @@ -23,4 +23,4 @@ internal final enum class MyEnum : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.MyEnum public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ArrayTypeVariance.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ArrayTypeVariance.txt index 9e043f2c6ef..784c2a250e1 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ArrayTypeVariance.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ArrayTypeVariance.txt @@ -3,4 +3,4 @@ package test public final class ArrayTypeVariance { /*primary*/ public constructor ArrayTypeVariance() public final fun toArray(/*0*/ p0: kotlin.Array?): kotlin.Array? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassDoesNotOverrideMethod.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassDoesNotOverrideMethod.txt index 44e2c319154..f6726c1fe26 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassDoesNotOverrideMethod.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassDoesNotOverrideMethod.txt @@ -32,4 +32,4 @@ public abstract class ClassDoesNotOverrideMethod : java.util.Date { kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open override /*1*/ /*fake_override*/ fun toGMTString(): kotlin.String! kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open override /*1*/ /*fake_override*/ fun toLocaleString(): kotlin.String! invisible_fake open override /*1*/ /*fake_override*/ fun writeObject(/*0*/ p0: java.io.ObjectOutputStream!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassObject.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassObject.txt index 05f54d6d7ae..834b1a2df23 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassObject.txt @@ -5,4 +5,4 @@ internal trait TheTrait { internal class object { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithConstVal.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithConstVal.txt index 8a80ba14c75..9fad7c87916 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithConstVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithConstVal.txt @@ -6,4 +6,4 @@ public final class ClassWithConstVal { public final fun (): kotlin.Int public final val f2: kotlin.Int = 1 public final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypeP.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypeP.txt index 99bfe8264cb..2fed995bc25 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypeP.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypeP.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypeP { /*primary*/ public constructor ClassWithTypeP() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePExtendsIterableP.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePExtendsIterableP.txt index 431f6264367..f2432aa09e8 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePExtendsIterableP.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePExtendsIterableP.txt @@ -3,4 +3,4 @@ package test public abstract class ClassWithTypePExtendsIterableP : kotlin.MutableIterable

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

-} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePP.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePP.txt index 1fabb643b37..c77075de894 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePP.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePP.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypePP { /*primary*/ public constructor ClassWithTypePP() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefNext.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefNext.txt index 5f34479e455..ec4453cb1e1 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefNext.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefNext.txt @@ -2,4 +2,4 @@ package test public open class ClassWithTypePRefNext?, /*1*/ P> { /*primary*/ public constructor ClassWithTypePRefNext?, /*1*/ P>() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelf.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelf.txt index e9eff7c64bc..c8e1c800fb6 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelf.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelf.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypePRefSelf?> { /*primary*/ public constructor ClassWithTypePRefSelf?>() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelfAndClass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelfAndClass.txt index f171e227b39..2d40c56cc52 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelfAndClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithTypePRefSelfAndClass.txt @@ -2,4 +2,4 @@ package test public final class ClassWithTypePRefSelfAndClass?> { /*primary*/ public constructor ClassWithTypePRefSelfAndClass?>() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldAsVar.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldAsVar.txt index ef174763620..69d2758b385 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldAsVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldAsVar.txt @@ -5,4 +5,4 @@ public final class FieldAsVar { public final var f: kotlin.Int public final fun (): kotlin.Int public final fun (/*0*/ : kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldOfArrayType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldOfArrayType.txt index 2a13f4fa6b2..23c4672eecb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldOfArrayType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldOfArrayType.txt @@ -5,4 +5,4 @@ public open class FieldOfArrayType { public final var files: kotlin.Array? public final fun (): kotlin.Array? public final fun (/*0*/ : kotlin.Array?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FinalFieldAsVal.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FinalFieldAsVal.txt index f93592521de..180ff6eef77 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FinalFieldAsVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/FinalFieldAsVal.txt @@ -4,4 +4,4 @@ public final class FinalFieldAsVal { /*primary*/ public constructor FinalFieldAsVal() public final val f: kotlin.Int = 1 public final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypes.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypes.txt index fb8ecdf4237..32cd48b6141 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypes.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypes.txt @@ -17,4 +17,4 @@ public final class InheritMethodsDifferentReturnTypes { public abstract fun bar(): kotlin.CharSequence? public abstract fun foo(): kotlin.String? } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypesGeneric.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypesGeneric.txt index bad7111400f..72aff192aeb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypesGeneric.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InheritMethodsDifferentReturnTypesGeneric.txt @@ -17,4 +17,4 @@ public final class InheritMethodsDifferentReturnTypesGeneric { public abstract fun bar(): BB? public abstract fun foo(): FF? } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InnerClass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InnerClass.txt index b8a81fb028f..0aa6d47a788 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InnerClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/InnerClass.txt @@ -6,4 +6,4 @@ public open class InnerClass { public open inner class Inner { /*primary*/ public constructor Inner() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePOneUpperBound.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePOneUpperBound.txt index 1a9147329b8..08510d0c3d0 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePOneUpperBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePOneUpperBound.txt @@ -3,4 +3,4 @@ package test public open class MethodTypePOneUpperBound { /*primary*/ public constructor MethodTypePOneUpperBound() public open fun bar(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePTwoUpperBounds.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePTwoUpperBounds.txt index a69947088c8..dc52a7e5a7a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePTwoUpperBounds.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePTwoUpperBounds.txt @@ -3,4 +3,4 @@ package test public open class MethodTypePTwoUpperBounds { /*primary*/ public constructor MethodTypePTwoUpperBounds() public open fun foo(): kotlin.Unit where T : java.lang.Runnable? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypeP.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypeP.txt index 838c10f07ac..58be0a0ed99 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypeP.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypeP.txt @@ -3,4 +3,4 @@ package test public final class MethodWithTypeP { /*primary*/ public constructor MethodWithTypeP() public final fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePP.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePP.txt index d8979cc4ae7..ce3c012bcc5 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePP.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePP.txt @@ -3,4 +3,4 @@ package test public final class MethodWithTypePP { /*primary*/ public constructor MethodWithTypePP() public final fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePRefClassP.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePRefClassP.txt index 1824c58b056..c60ff2c03df 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePRefClassP.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodWithTypePRefClassP.txt @@ -3,4 +3,4 @@ package test public open class MethodWithTypePRefClassP { /*primary*/ public constructor MethodWithTypePRefClassP() public final fun f(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethosWithPRefTP.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethosWithPRefTP.txt index 177bbf4d682..bda289fccbd 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethosWithPRefTP.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethosWithPRefTP.txt @@ -3,4 +3,4 @@ package test public final class MethosWithPRefTP { /*primary*/ public constructor MethosWithPRefTP() public final fun f(/*0*/ p0: P?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MyException.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MyException.txt index dfd7cd0b4e9..8c1ecc42017 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MyException.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/MyException.txt @@ -2,4 +2,4 @@ package test public open class MyException { /*primary*/ public constructor MyException(/*0*/ p0: kotlin.String?, /*1*/ p1: kotlin.Throwable?) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/NestedClass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/NestedClass.txt index a02012a254e..c1ae8f4094d 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/NestedClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/NestedClass.txt @@ -6,4 +6,4 @@ public open class NestedClass { public open class Nested { /*primary*/ public constructor Nested() } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/RemoveRedundantProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/RemoveRedundantProjectionKind.txt index 5a606222502..781405bde80 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/RemoveRedundantProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/RemoveRedundantProjectionKind.txt @@ -3,4 +3,4 @@ package test public trait RemoveRedundantProjectionKind { public abstract fun f(/*0*/ p0: kotlin.Collection?): kotlin.Unit public abstract fun f(/*0*/ p0: kotlin.Comparable?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/Simple.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/Simple.txt index 62977dfc66e..0df510a6ed0 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/Simple.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/Simple.txt @@ -2,4 +2,4 @@ package test public final class Simple { /*primary*/ public constructor Simple() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/TwoFields.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/TwoFields.txt index 0af7b356cfd..75fbf5ba024 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/TwoFields.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/TwoFields.txt @@ -8,4 +8,4 @@ public final class TwoFields { public final var b: kotlin.Short public final fun (): kotlin.Short public final fun (/*0*/ : kotlin.Short): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/UnboundWildcard.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/UnboundWildcard.txt index 961d40d3abd..eea5cf0d9bc 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/UnboundWildcard.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/UnboundWildcard.txt @@ -6,4 +6,4 @@ public final class UnboundWildcard { public trait MyClass { } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/classObjectAnnotation.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/classObjectAnnotation.txt index ec07b9ca622..f3f9d740bb6 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/classObjectAnnotation.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/classObjectAnnotation.txt @@ -10,4 +10,4 @@ internal final class Some { /*primary*/ public constructor TestAnnotation() } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/enum.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/enum.txt index 57c2cb05384..4f4a5c1f913 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/enum.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/enum.txt @@ -37,4 +37,4 @@ internal final enum class Test : kotlin.Enum { // Static members public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.Test public final /*synthesized*/ fun values(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/genericFunction.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/genericFunction.txt index 7dc56b081cd..8c84c81ea33 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/genericFunction.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/genericFunction.txt @@ -1,3 +1,3 @@ package test -internal fun foo(/*0*/ t: T): T \ No newline at end of file +internal fun foo(/*0*/ t: T): T diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/AllBoundsInWhen.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/AllBoundsInWhen.txt index b2a79819035..41d4642aaa6 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/AllBoundsInWhen.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/AllBoundsInWhen.txt @@ -3,4 +3,4 @@ package test public open class AllBoundsInWhen { /*primary*/ public constructor AllBoundsInWhen() public open fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ArrayType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ArrayType.txt index 540bf68cfe6..5437c755756 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ArrayType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ArrayType.txt @@ -3,4 +3,4 @@ package test public open class ArrayType { /*primary*/ public constructor ArrayType() public open fun foo(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithNewTypeParams.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithNewTypeParams.txt index f33a717473c..6f057ad90c1 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithNewTypeParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithNewTypeParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithNewTypeParams { /*primary*/ public constructor ConstructorWithNewTypeParams(/*0*/ first: kotlin.Any) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithParentTypeParams.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithParentTypeParams.txt index dc484014d70..a576d890516 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithParentTypeParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithParentTypeParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithParentTypeParams { /*primary*/ public constructor ConstructorWithParentTypeParams(/*0*/ first: T) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithSeveralParams.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithSeveralParams.txt index 2ef0144b8eb..0a73f0bbbb1 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithSeveralParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithSeveralParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithSeveralParams { /*primary*/ public constructor ConstructorWithSeveralParams(/*0*/ integer: kotlin.Int, /*1*/ intField: kotlin.Int, /*2*/ collection: java.util.ArrayList) -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithoutParams.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithoutParams.txt index 325237cae93..eb044129b06 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithoutParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithoutParams.txt @@ -2,4 +2,4 @@ package test public open class ConstructorWithoutParams { /*primary*/ public constructor ConstructorWithoutParams() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/CustomProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/CustomProjectionKind.txt index 003a6078c75..e4136d783a5 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/CustomProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/CustomProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class CustomProjectionKind { /*primary*/ public constructor CustomProjectionKind() public open fun foo(): kotlin.MutableList -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithFunctionTypes.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithFunctionTypes.txt index 52c93dfa46a..0832b112e71 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithFunctionTypes.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithFunctionTypes.txt @@ -3,4 +3,4 @@ package test public open class MethodWithFunctionTypes { /*primary*/ public constructor MethodWithFunctionTypes() public open fun foo(/*0*/ f: (kotlin.String?) -> kotlin.String): (kotlin.String.() -> kotlin.String?)? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithGenerics.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithGenerics.txt index 8e47a44a796..520d5d82a39 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithGenerics.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithGenerics.txt @@ -3,4 +3,4 @@ package test public open class MethodWithGenerics { /*primary*/ public constructor MethodWithGenerics() public open fun foo(/*0*/ a: kotlin.String, /*1*/ b: kotlin.List?>): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithMappedClasses.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithMappedClasses.txt index 7ddcc834a59..ae675a4bb38 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithMappedClasses.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithMappedClasses.txt @@ -3,4 +3,4 @@ package test public open class MethodWithMappedClasses { /*primary*/ public constructor MethodWithMappedClasses() public open fun copy(/*0*/ dest: kotlin.MutableList, /*1*/ src: kotlin.List): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithTypeParameters.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithTypeParameters.txt index 30cf99c5b95..ee5ec264733 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithTypeParameters.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithTypeParameters.txt @@ -3,4 +3,4 @@ package test public open class MethodWithTypeParameters { /*primary*/ public constructor MethodWithTypeParameters() public open fun foo(/*0*/ a: A, /*1*/ b: kotlin.List, /*2*/ c: kotlin.MutableList): kotlin.Unit where B : kotlin.List -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithVararg.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithVararg.txt index 1ab74016d5b..09642e53898 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithVararg.txt @@ -3,4 +3,4 @@ package test public open class MethodWithVararg { /*primary*/ public constructor MethodWithVararg() public open fun foo(/*0*/ vararg s: kotlin.String /*kotlin.Array*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyArrayTypes.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyArrayTypes.txt index cdc819d9d82..f03dd3dfbb3 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyArrayTypes.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyArrayTypes.txt @@ -11,4 +11,4 @@ public open class PropertyArrayTypes { public final var genericArray: kotlin.Array public final fun (): kotlin.Array public final fun (/*0*/ : kotlin.Array): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyComplexTypes.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyComplexTypes.txt index ebd59b8c4fd..b2babb1a9f9 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyComplexTypes.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyComplexTypes.txt @@ -14,4 +14,4 @@ public open class PropertyComplexTypes { public final var listOfGenericList: java.util.ArrayList> public final fun (): java.util.ArrayList> public final fun (/*0*/ : java.util.ArrayList>): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertySimpleType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertySimpleType.txt index 72d8ef5cba6..73f364bd017 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertySimpleType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertySimpleType.txt @@ -8,4 +8,4 @@ public open class PropertySimpleType { public final var fieldTwo: kotlin.String? public final fun (): kotlin.String? public final fun (/*0*/ : kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/StarProjection.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/StarProjection.txt index c0dffd44c68..baec7c8ceec 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/StarProjection.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/StarProjection.txt @@ -6,4 +6,4 @@ public final class StarProjection { public trait MyClass { } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/AddingNullability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/AddingNullability.txt index 87104952637..02114dff5a4 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/AddingNullability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/AddingNullability.txt @@ -3,4 +3,4 @@ package test public open class AddingNullability { /*primary*/ public constructor AddingNullability() public open fun foo(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ConflictingProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ConflictingProjectionKind.txt index 877f993539d..be5cd9a7426 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ConflictingProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ConflictingProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class ConflictingProjectionKind { /*primary*/ public constructor ConflictingProjectionKind() public open fun foo(/*0*/ p0: kotlin.List?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt index ca75e297185..c4edd82a53a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.txt @@ -5,4 +5,4 @@ public open class ExplicitFieldGettersAndSetters { public final var foo: kotlin.String? public final fun (): kotlin.String? public final fun (/*0*/ : kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExtraUpperBound.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExtraUpperBound.txt index 1bae11018d9..1bf1dad7049 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExtraUpperBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExtraUpperBound.txt @@ -3,4 +3,4 @@ package test public open class ExtraUpperBound { /*primary*/ public constructor ExtraUpperBound() public open fun foo(): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/MissingUpperBound.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/MissingUpperBound.txt index facfe24046c..5ea91e85279 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/MissingUpperBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/MissingUpperBound.txt @@ -3,4 +3,4 @@ package test public open class MissingUpperBound { /*primary*/ public constructor MissingUpperBound() public open fun foo(): kotlin.String? where A : kotlin.Cloneable? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NoFieldTypeRef.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NoFieldTypeRef.txt index 77ecafe71ed..d58d09eef85 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NoFieldTypeRef.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NoFieldTypeRef.txt @@ -5,4 +5,4 @@ public open class NoFieldTypeRef { public final var foo: kotlin.String? public final fun (): kotlin.String? public final fun (/*0*/ : kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt index 0608ccaf7b7..7821ced30d7 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt @@ -3,4 +3,4 @@ package test public open class NotVarargReplacedWithVararg { /*primary*/ public constructor NotVarargReplacedWithVararg() public open fun foo(/*0*/ p0: kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/RedundantProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/RedundantProjectionKind.txt index 47308f0ced8..d1fa39e42c4 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/RedundantProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/RedundantProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class RedundantProjectionKind { /*primary*/ public constructor RedundantProjectionKind() public open fun foo(/*0*/ list: kotlin.List): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ReturnTypeMissing.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ReturnTypeMissing.txt index 2d3e649ce9e..124be790464 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ReturnTypeMissing.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ReturnTypeMissing.txt @@ -3,4 +3,4 @@ package test public open class ReturnTypeMissing { /*primary*/ public constructor ReturnTypeMissing() public open fun foo(/*0*/ p0: kotlin.String?): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxError.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxError.txt index 88f9c0ad598..86ee03408cf 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxError.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxError.txt @@ -3,4 +3,4 @@ package test public open class SyntaxError { /*primary*/ public constructor SyntaxError() public open fun foo(): kotlin.Int? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt index cf0c27e73f3..cf94d7ddaee 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt @@ -5,4 +5,4 @@ public open class SyntaxErrorInFieldAnnotation { public final var foo: kotlin.String? public final fun (): kotlin.String? public final fun (/*0*/ : kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt index 0381dc6e2b5..2daa2f2e0a5 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/VarargReplacedWithNotVararg.txt @@ -3,4 +3,4 @@ package test public open class VarargReplacedWithNotVararg { /*primary*/ public constructor VarargReplacedWithNotVararg() public open fun foo(/*0*/ vararg p0: kotlin.String? /*kotlin.Array*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldInitializer.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldInitializer.txt index 3fea67726f4..b616899645e 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldInitializer.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldInitializer.txt @@ -5,4 +5,4 @@ public open class WrongFieldInitializer { public final var foo: kotlin.String? public final fun (): kotlin.String? public final fun (/*0*/ : kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldMutability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldMutability.txt index 9cc180dd6cf..8e55b97c2cf 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldMutability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldMutability.txt @@ -7,4 +7,4 @@ public open class WrongFieldMutability { public final var fooNotFinal: kotlin.String? public final fun (): kotlin.String? public final fun (/*0*/ : kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldName.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldName.txt index 8e39f935d2d..8a76d28b839 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldName.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongFieldName.txt @@ -5,4 +5,4 @@ public open class WrongFieldName { public final var foo: kotlin.String? public final fun (): kotlin.String? public final fun (/*0*/ : kotlin.String?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongMethodName.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongMethodName.txt index 2063acee014..5c8e759b363 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongMethodName.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongMethodName.txt @@ -3,4 +3,4 @@ package test public open class WrongMethodName { /*primary*/ public constructor WrongMethodName() public open fun foo(): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongProjectionKind.txt index dad62e50365..07b7646308a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongProjectionKind.txt @@ -3,4 +3,4 @@ package test public open class WrongProjectionKind { /*primary*/ public constructor WrongProjectionKind() public open fun copy(/*0*/ p0: kotlin.Array?, /*1*/ p1: kotlin.Array?): kotlin.MutableList? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongReturnTypeStructure.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongReturnTypeStructure.txt index b3bf37f6343..fe7eefeb2ff 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongReturnTypeStructure.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongReturnTypeStructure.txt @@ -3,4 +3,4 @@ package test public open class WrongReturnTypeStructure { /*primary*/ public constructor WrongReturnTypeStructure() public open fun foo(/*0*/ p0: kotlin.String?, /*1*/ p1: kotlin.List>?): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName1.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName1.txt index 9f6a6b614ab..45ad2d43b6a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName1.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName1.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeName1 { /*primary*/ public constructor WrongTypeName1() public open fun foo(/*0*/ p0: kotlin.String?): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName2.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName2.txt index 77a1f925f6d..753190f1206 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName2.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName2.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeName2 { /*primary*/ public constructor WrongTypeName2() public open fun foo(/*0*/ p0: kotlin.String?): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName3.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName3.txt index 4c32f8d028f..0851d38ed42 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName3.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName3.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeName3 { /*primary*/ public constructor WrongTypeName3() public open fun foo(/*0*/ p0: kotlin.String?): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt index e9e232a6d17..940a4132fbc 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeParameterBoundStructure1 { /*primary*/ public constructor WrongTypeParameterBoundStructure1() public open fun foo(/*0*/ p0: A?, /*1*/ p1: kotlin.List?): kotlin.Unit where B : kotlin.List? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt index 3734a12f428..2c9d4abc775 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeParameterBoundStructure2 { /*primary*/ public constructor WrongTypeParameterBoundStructure2() public open fun foo(/*0*/ p0: A?, /*1*/ p1: kotlin.List?): kotlin.Unit where B : kotlin.List? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParametersCount.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParametersCount.txt index 8bf493299fd..08395025007 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParametersCount.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParametersCount.txt @@ -3,4 +3,4 @@ package test public open class WrongTypeParametersCount { /*primary*/ public constructor WrongTypeParametersCount() public open fun foo(/*0*/ p0: A?, /*1*/ p1: kotlin.List?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure1.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure1.txt index 7a72b8054f4..6c0062059cc 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure1.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure1.txt @@ -3,4 +3,4 @@ package test public open class WrongValueParameterStructure1 { /*primary*/ public constructor WrongValueParameterStructure1() public open fun foo(/*0*/ p0: kotlin.String?, /*1*/ p1: kotlin.List>?): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure2.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure2.txt index 8f875f3f212..e7c4b8c28de 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure2.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParameterStructure2.txt @@ -3,4 +3,4 @@ package test public open class WrongValueParameterStructure2 { /*primary*/ public constructor WrongValueParameterStructure2() public open fun foo(/*0*/ p0: kotlin.String?, /*1*/ p1: kotlin.List>?): kotlin.String? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParametersCount.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParametersCount.txt index e345d095e90..8bea6851be8 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParametersCount.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongValueParametersCount.txt @@ -3,4 +3,4 @@ package test public open class WrongValueParametersCount { /*primary*/ public constructor WrongValueParametersCount() public open fun foo(): kotlin.Int? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt index 706ff8cb3f6..38497dd0d31 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/PropagateTypeArgumentNullable.txt @@ -19,4 +19,4 @@ public trait PropagateTypeArgumentNullable { public abstract fun outR(): kotlin.List public abstract fun outS(/*0*/ p: kotlin.List): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt index 93787c48245..496bc68f718 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind1.txt @@ -11,4 +11,4 @@ public trait ChangeProjectionKind1 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.MutableList): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt index 4e0f863bece..66edcbd7178 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ChangeProjectionKind2.txt @@ -11,4 +11,4 @@ public trait ChangeProjectionKind2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.MutableList): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt index 27af9a81ffc..d85715b6570 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: T): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt index fe57c615d4b..23450f1a63e 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/DeeplySubstitutedClassParameter2.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: T): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritMutability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritMutability.txt index 36d7c66efdc..b687ddd0921 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritMutability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritMutability.txt @@ -11,4 +11,4 @@ public trait InheritMutability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.MutableList): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt index e4bba24c73c..7026686254d 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVararg.txt @@ -11,4 +11,4 @@ public trait InheritNotVararg { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.Array?): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt index c984022d65d..1d4fd8a1f40 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargInteger.txt @@ -11,4 +11,4 @@ public trait InheritNotVarargInteger { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.Array?): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt index 9da293412f6..2a2f2c66d7a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargNotNull.txt @@ -11,4 +11,4 @@ public trait InheritNotVarargNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.Array): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt index 9cf20590328..d8a94ad8413 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNotVarargPrimitive.txt @@ -11,4 +11,4 @@ public trait InheritNotVarargPrimitive { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.IntArray?): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNullability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNullability.txt index 9df5a5372b1..adeae6a0fa2 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNullability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritNullability.txt @@ -11,4 +11,4 @@ public trait InheritNullability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.String): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt index 5632f348df4..bb45f37132a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritProjectionKind.txt @@ -11,4 +11,4 @@ public trait InheritProjectionKind { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.MutableList): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt index 66ed748df95..83491ecb0a0 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritReadOnliness.txt @@ -11,4 +11,4 @@ public trait InheritReadOnliness { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.List): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVararg.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVararg.txt index 2c16290cb3f..cd042b28f87 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVararg.txt @@ -11,4 +11,4 @@ public trait InheritVararg { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p0: kotlin.String? /*kotlin.Array*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt index e46e097bffa..edfdd9be785 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargInteger.txt @@ -11,4 +11,4 @@ public trait InheritVarargInteger { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p0: kotlin.Int? /*kotlin.Array*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt index a07109a99ee..3aaae6178ac 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargNotNull.txt @@ -11,4 +11,4 @@ public trait InheritVarargNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p: kotlin.String /*kotlin.Array*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt index 23c93619155..fb59836fb67 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/InheritVarargPrimitive.txt @@ -11,4 +11,4 @@ public trait InheritVarargPrimitive { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ vararg p0: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/Kt3302.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/Kt3302.txt index 1e216847bd3..80d02cceaf8 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/Kt3302.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/Kt3302.txt @@ -16,4 +16,4 @@ public trait Kt3302 { public abstract fun dummy(): kotlin.Unit public abstract fun put(/*0*/ key: K, /*1*/ value: V): V? } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt index 2071ccc2d54..20d378dd58c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/MutableToReadOnly.txt @@ -11,4 +11,4 @@ public trait MutableToReadOnly { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.MutableList): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt index 264e896cb28..c91fe7f5f3c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NotNullToNullable.txt @@ -11,4 +11,4 @@ public trait NotNullToNullable { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.String): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt index f5637f681ad..ade5f610b00 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNull.txt @@ -11,4 +11,4 @@ public trait NullableToNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: kotlin.String?): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt index dbc81c803ce..7a1e5819cfa 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/NullableToNotNullKotlinSignature.txt @@ -11,4 +11,4 @@ public trait NullableToNotNullKotlinSignature { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.String?): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt index 56c8f59c49e..508434d2ca0 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/OverrideWithErasedParameter.txt @@ -11,4 +11,4 @@ public trait OverrideWithErasedParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p0: T?): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt index b8294b6f215..b6fc1f31da6 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/ReadOnlyToMutable.txt @@ -11,4 +11,4 @@ public trait ReadOnlyToMutable { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.List): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt index d1f27692ef7..bb185d71dce 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubclassFromGenericAndNot.txt @@ -16,4 +16,4 @@ public trait SubclassFromGenericAndNot { public abstract override /*2*/ /*fake_override*/ fun dummy(): kotlin.Unit public abstract override /*2*/ fun foo(/*0*/ key: kotlin.String): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt index 34ff865a1d9..29b462d8d7f 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameter.txt @@ -11,4 +11,4 @@ public trait SubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: T): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt index 5b06f634fe0..24d12a57ebb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/parameter/SubstitutedClassParameters.txt @@ -16,4 +16,4 @@ public trait SubstitutedClassParameters { public abstract fun dummy(): kotlin.Unit public abstract fun foo(/*0*/ t: E): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt index 6c0e837a62c..b47be08e907 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullJavaSubtype.txt @@ -11,4 +11,4 @@ public trait AddNotNullJavaSubtype { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence? } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt index 4f2f415e159..9c8ac430929 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNotNullSameJavaType.txt @@ -11,4 +11,4 @@ public trait AddNotNullSameJavaType { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence? } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt index 9f994583882..04aa3be6110 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilityJavaSubtype.txt @@ -11,4 +11,4 @@ public trait AddNullabilityJavaSubtype { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt index d3d1667bb46..9d67a3e2eb2 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType1.txt @@ -11,4 +11,4 @@ public trait AddNullabilitySameGenericType1 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableList } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt index 82ec5a4793a..741a239056d 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameGenericType2.txt @@ -11,4 +11,4 @@ public trait AddNullabilitySameGenericType2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableList } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt index f64a22ba97f..7a8e6eb18f4 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/AddNullabilitySameJavaType.txt @@ -11,4 +11,4 @@ public trait AddNullabilitySameJavaType { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt index 71474e37f81..d9ca0b67761 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/CantMakeImmutableInSubclass.txt @@ -11,4 +11,4 @@ public trait CantMakeImmutableInSubclass { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableCollection } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt index 3b88cb9159a..d2bd5d3c192 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt index c21be4e258b..aa135b90e49 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/DeeplySubstitutedClassParameter2.txt @@ -16,4 +16,4 @@ public trait DeeplySubstitutedClassParameter2 { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt index 3f61a83dc3d..c9a06f17937 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/HalfSubstitutedTypeParameters.txt @@ -35,4 +35,4 @@ public trait HalfSubstitutedTypeParameters { public abstract override /*1*/ /*fake_override*/ fun size(): kotlin.Int public abstract override /*1*/ /*fake_override*/ fun subList(/*0*/ fromIndex: kotlin.Int, /*1*/ toIndex: kotlin.Int): kotlin.MutableList } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt index 1411e1628b6..ed2154c4687 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityGenericSubclassSimple.txt @@ -11,4 +11,4 @@ public trait InheritNullabilityGenericSubclassSimple { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableCollection } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt index 9880051d634..371d96b0fdb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilityJavaSubtype.txt @@ -11,4 +11,4 @@ public trait InheritNullabilityJavaSubtype { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt index 635e1119c74..046900e4340 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameGenericType.txt @@ -11,4 +11,4 @@ public trait InheritNullabilitySameGenericType { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableList } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt index d61ae111346..dc7f971d02c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritNullabilitySameJavaType.txt @@ -11,4 +11,4 @@ public trait InheritNullabilitySameJavaType { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritProjectionKind.txt index 54e311f20e1..d5a6705f372 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritProjectionKind.txt @@ -11,4 +11,4 @@ public trait InheritProjectionKind { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableCollection } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt index e663b62d36e..43b547c2d5c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessOfArgument.txt @@ -11,4 +11,4 @@ public trait InheritReadOnlinessOfArgument { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.List> } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt index 0aee2880b18..be5a6e6b3f1 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSameClass.txt @@ -11,4 +11,4 @@ public trait InheritReadOnlinessSameClass { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.List } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt index 7885967a842..0976e7ae10b 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/InheritReadOnlinessSubclass.txt @@ -11,4 +11,4 @@ public trait InheritReadOnlinessSubclass { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.Collection } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SameProjectionKind.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SameProjectionKind.txt index 29f43e1cff4..01b9da26748 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SameProjectionKind.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SameProjectionKind.txt @@ -11,4 +11,4 @@ public trait SameProjectionKind { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableCollection? } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt index 6efae523444..1f4549c24df 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassFromGenericAndNot.txt @@ -16,4 +16,4 @@ public trait SubclassFromGenericAndNot { public abstract override /*2*/ /*fake_override*/ fun dummy(): kotlin.Unit public abstract override /*2*/ fun foo(): kotlin.String } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfCollection.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfCollection.txt index e2ba2e1121b..b91eba675d8 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfCollection.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfCollection.txt @@ -12,4 +12,4 @@ public trait SubclassOfCollection : kotlin.MutableCollection { public abstract override /*1*/ /*fake_override*/ fun removeAll(/*0*/ c: kotlin.Collection): kotlin.Boolean public abstract override /*1*/ /*fake_override*/ fun retainAll(/*0*/ c: kotlin.Collection): kotlin.Boolean public abstract override /*1*/ /*fake_override*/ fun size(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt index cabfb88de87..a97044fa8be 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubclassOfMapEntry.txt @@ -4,4 +4,4 @@ public trait SubclassOfMapEntry : kotlin.MutableMap.MutableEnt 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*/ value: V): V -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt index 7e6fc08df5c..d6e78ee9766 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameter.txt @@ -11,4 +11,4 @@ public trait SubstitutedClassParameter { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt index f54dc5a11c0..177bba1d7fb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/SubstitutedClassParameters.txt @@ -16,4 +16,4 @@ public trait SubstitutedClassParameters { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): E } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt index 3da3e588b0c..979da14b148 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesConflictingProjectionKinds.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesConflictingProjectionKinds { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableCollection } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt index bf30f5cc656..b4103e662cf 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferMutability.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesInvariantAndCovariantInferMutability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableList> } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt index 1903780cd3c..899b3f05d6f 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesInvariantAndCovariantInferNullability.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesInvariantAndCovariantInferNullability { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.MutableList } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt index 3836b318970..f8766e5099b 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesMutableAndNot.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesMutableAndNot { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.List } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt index 97bfd01b942..e5118ab022c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnJavaSubtype.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesReturnJavaSubtype { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt index 3dd1475787f..984264eb3ab 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesReturnSameJavaType.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesReturnSameJavaType { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.CharSequence } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt index c1e6b50fca3..4db979aea9a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TwoSuperclassesSupplementNotNull.txt @@ -16,4 +16,4 @@ public trait TwoSuperclassesSupplementNotNull { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): kotlin.List? } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClass.txt index 215aac41afb..a8e6056ab2e 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClass.txt @@ -11,4 +11,4 @@ public trait TypeParamOfClass { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt index 6dc8ac1b3a8..b24b4900e03 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfClassSubstituted.txt @@ -11,4 +11,4 @@ public trait TypeParamOfClassSubstituted { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfFun.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfFun.txt index 79b32790f87..93f004c529b 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/return/TypeParamOfFun.txt @@ -11,4 +11,4 @@ public trait TypeParamOfFun { public abstract fun dummy(): kotlin.Unit public abstract fun foo(): T } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt index e929dd402c0..3df3d6148ef 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritMutability.txt @@ -9,4 +9,4 @@ public trait InheritMutability { public trait Super { public abstract fun > foo(/*0*/ a: A): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt index ad7354dd9cc..ee84451ab09 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritNullability.txt @@ -9,4 +9,4 @@ public trait InheritNullability { public trait Super { public abstract fun foo(/*0*/ a: A): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt index 205b38ccb3e..31fb9c78899 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.txt @@ -9,4 +9,4 @@ public trait InheritReadOnliness { public trait Super { public abstract fun > foo(/*0*/ a: A): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt index 80a81d8e7b2..088088c39b9 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoBounds.txt @@ -9,4 +9,4 @@ public trait TwoBounds { public trait Super { public abstract fun foo(/*0*/ a: A): kotlin.Unit where A : kotlin.Cloneable } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt index ee5d431b9e8..efba57c8f95 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.txt @@ -13,4 +13,4 @@ public trait TwoSuperclasses { public trait Super2 { public abstract fun foo(/*0*/ a: B): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt index b1fb65626a7..6e9f31a72a9 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.txt @@ -9,4 +9,4 @@ public trait TwoTypeParameters { public trait Super { public abstract fun foo(/*0*/ a: A, /*1*/ b: B): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt index c079b962dcc..3c1a244c604 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterAsUpperBound.txt @@ -9,4 +9,4 @@ public trait UseParameterAsUpperBound { public trait Super { public abstract fun foo(/*0*/ a: A, /*1*/ b: B): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt index 8e507506a8a..e84b3ad4977 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBound.txt @@ -9,4 +9,4 @@ public trait UseParameterInUpperBound { public trait Super { public abstract fun > foo(/*0*/ a: A, /*1*/ b: B): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt index 1afdb6cbe16..f1b548ae9a2 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/UseParameterInUpperBoundWithKotlinSignature.txt @@ -9,4 +9,4 @@ public trait UseParameterInUpperBoundWithKotlinSignature { public trait Super { public abstract fun > foo(/*0*/ a: A, /*1*/ b: B): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterable.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterable.txt index 6a463a46c4a..8bbe029a6b8 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterable.txt @@ -3,4 +3,4 @@ package test public trait LoadIterable { public abstract fun getIterable(): kotlin.MutableIterable? public abstract fun setIterable(/*0*/ p0: kotlin.Iterable?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterator.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterator.txt index c4c62d5e3a3..46ebe4d178f 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterator.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/LoadIterator.txt @@ -3,4 +3,4 @@ package test public trait LoadIterator { public abstract fun getIterator(): kotlin.MutableIterator? public abstract fun setIterator(/*0*/ p0: kotlin.Iterator?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/Max.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/Max.txt index 7e8b7ad236f..e06091d90e2 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/Max.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/library/Max.txt @@ -3,4 +3,4 @@ package test public open class Max { /*primary*/ public constructor Max() public open fun max(/*0*/ p0: kotlin.Collection?): T? where T : kotlin.Comparable? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/modality/ModalityOfFakeOverrides.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/modality/ModalityOfFakeOverrides.txt index 6223b0ad510..4994941aae5 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/modality/ModalityOfFakeOverrides.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/modality/ModalityOfFakeOverrides.txt @@ -29,4 +29,4 @@ public open class ModalityOfFakeOverrides : java.util.AbstractList! public open override /*1*/ /*fake_override*/ fun toArray(): kotlin.Array<(out) kotlin.Any!>! public open override /*1*/ /*fake_override*/ fun toArray(/*0*/ a: kotlin.Array<(out) T!>!): kotlin.Array<(out) T!>! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullField.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullField.txt index a39ec0ae4dc..ab9c4fb0de4 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullField.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullField.txt @@ -5,4 +5,4 @@ public open class NotNullField { public final var hi: kotlin.String public final fun (): kotlin.String public final fun (/*0*/ : kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullIntArray.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullIntArray.txt index b2a41f7eaaa..c96801daef8 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullIntArray.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullIntArray.txt @@ -3,4 +3,4 @@ package test public open class NotNullIntArray { /*primary*/ public constructor NotNullIntArray() public open fun hi(): kotlin.IntArray -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullMethod.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullMethod.txt index 9caa937fba0..5689f4aa2e4 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullMethod.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullMethod.txt @@ -3,4 +3,4 @@ package test public open class NotNullMethod { /*primary*/ public constructor NotNullMethod() public open fun hi(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullObjectArray.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullObjectArray.txt index cf6d46325f5..c21bdec60cc 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullObjectArray.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullObjectArray.txt @@ -3,4 +3,4 @@ package test public open class NotNullObjectArray { /*primary*/ public constructor NotNullObjectArray() public open fun hi(): kotlin.Array -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullParameter.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullParameter.txt index 05955b91b79..70095039936 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullParameter.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/notNull/NotNullParameter.txt @@ -3,4 +3,4 @@ package test public open class NotNullParameter { /*primary*/ public constructor NotNullParameter() public open fun hi(/*0*/ p0: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectInClass.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectInClass.txt index 838734a13ca..51afd5e810c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectInClass.txt @@ -12,4 +12,4 @@ internal final class A { internal final override /*1*/ /*fake_override*/ fun foo(/*0*/ a: kotlin.Int): kotlin.String } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectMembers.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectMembers.txt index 7ae0bad10d1..af397e49375 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectMembers.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/objectMembers.txt @@ -8,4 +8,4 @@ internal object SomeObject { /*primary*/ private constructor () internal final override /*1*/ /*fake_override*/ fun test(/*0*/ a: kotlin.Int): kotlin.Int } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/packageLevelObject.txt b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/packageLevelObject.txt index 2cc400a10dc..9b8ec099ce4 100644 --- a/compiler/testData/loadJava/compiledKotlin/fromLoadJava/packageLevelObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/fromLoadJava/packageLevelObject.txt @@ -6,4 +6,4 @@ internal object Bar { public class object : test.Bar { /*primary*/ private constructor () } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/Assert.txt b/compiler/testData/loadJava/compiledKotlin/fun/Assert.txt index 2207c1905dc..bc01e4466b9 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/Assert.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/Assert.txt @@ -1,3 +1,3 @@ package test -internal fun assert(): kotlin.Unit \ No newline at end of file +internal fun assert(): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/fun/DeclaredMemberOverridesDelegated.txt b/compiler/testData/loadJava/compiledKotlin/fun/DeclaredMemberOverridesDelegated.txt index 78351cc0385..25a1e513f53 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/DeclaredMemberOverridesDelegated.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/DeclaredMemberOverridesDelegated.txt @@ -13,4 +13,4 @@ internal trait X { internal trait Y : test.X { internal abstract override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/InheritMethodsDifferentReturnTypesAndVisibilities.txt b/compiler/testData/loadJava/compiledKotlin/fun/InheritMethodsDifferentReturnTypesAndVisibilities.txt index 19c4c637e0c..64d8cb090bb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/InheritMethodsDifferentReturnTypesAndVisibilities.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/InheritMethodsDifferentReturnTypesAndVisibilities.txt @@ -13,4 +13,4 @@ public trait Super1 { public trait Super2 { public abstract fun bar(): kotlin.CharSequence private abstract fun foo(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/InheritValAndVar.txt b/compiler/testData/loadJava/compiledKotlin/fun/InheritValAndVar.txt index d69145b61f1..2c842d6a730 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/InheritValAndVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/InheritValAndVar.txt @@ -23,4 +23,4 @@ public trait Super2 { internal abstract fun (/*0*/ : kotlin.String): kotlin.Unit internal abstract val y: kotlin.String internal abstract fun (): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/InheritValsDifferentTypes.txt b/compiler/testData/loadJava/compiledKotlin/fun/InheritValsDifferentTypes.txt index b7310e00697..b86d8b46863 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/InheritValsDifferentTypes.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/InheritValsDifferentTypes.txt @@ -19,4 +19,4 @@ public trait Super2 { internal abstract fun (): kotlin.CharSequence internal abstract val y: kotlin.String internal abstract fun (): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/NoDelegationForFunctionInheritedFromTraitSuperClass.txt b/compiler/testData/loadJava/compiledKotlin/fun/NoDelegationForFunctionInheritedFromTraitSuperClass.txt index 81bcbc4253f..42b3314eb6c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/NoDelegationForFunctionInheritedFromTraitSuperClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/NoDelegationForFunctionInheritedFromTraitSuperClass.txt @@ -27,4 +27,4 @@ internal final class D : test.B, test.X { internal trait X : test.A { internal open fun bar(): kotlin.Unit internal abstract override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/NoSamAdapter.txt b/compiler/testData/loadJava/compiledKotlin/fun/NoSamAdapter.txt index 901e69961bf..a5d9d50c48c 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/NoSamAdapter.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/NoSamAdapter.txt @@ -4,4 +4,4 @@ internal fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit public trait TaskObject { internal abstract fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/NoSamConstructor.txt b/compiler/testData/loadJava/compiledKotlin/fun/NoSamConstructor.txt index 734fb153cbf..f2ec3caae9f 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/NoSamConstructor.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/NoSamConstructor.txt @@ -2,4 +2,4 @@ package test public trait Runnable { internal abstract fun run(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/PropagateDeepSubclass.txt b/compiler/testData/loadJava/compiledKotlin/fun/PropagateDeepSubclass.txt index 988f505eac0..2b4f66ed8ad 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/PropagateDeepSubclass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/PropagateDeepSubclass.txt @@ -15,4 +15,4 @@ internal final class C : test.B { /*primary*/ public constructor C() internal open override /*1*/ fun bar(): kotlin.Unit internal open override /*1*/ /*fake_override*/ fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/PropagateSubclassOfComparable.txt b/compiler/testData/loadJava/compiledKotlin/fun/PropagateSubclassOfComparable.txt index b53f1dcf34a..e15f3cef1b6 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/PropagateSubclassOfComparable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/PropagateSubclassOfComparable.txt @@ -3,4 +3,4 @@ package test internal final class PropagateSubclassOfComparable : kotlin.Comparable { /*primary*/ public constructor PropagateSubclassOfComparable() public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunGenericParam.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunGenericParam.txt index 34503888bdd..4d86aa5ea70 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunGenericParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunGenericParam.txt @@ -1,3 +1,3 @@ package test -internal fun f(): kotlin.Int \ No newline at end of file +internal fun f(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParam.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParam.txt index 9af190c13dc..ac501699b45 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParam.txt @@ -1,3 +1,3 @@ package test -internal fun funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int \ No newline at end of file +internal fun funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt index 9af190c13dc..ac501699b45 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamParamErased.txt @@ -1,3 +1,3 @@ package test -internal fun funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int \ No newline at end of file +internal fun funParamParam(/*0*/ a: kotlin.Int, /*1*/ b: P): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt index dc4a8728cb4..39a45262b09 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamReferencesParam.txt @@ -1,3 +1,3 @@ package test -internal fun funParamReferencesParam(): kotlin.Int \ No newline at end of file +internal fun funParamReferencesParam(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt index 9515f838dfc..2dfbdd2ae87 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.txt @@ -6,4 +6,4 @@ internal trait Bar { } internal trait Foo { -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt index dff125c7f1f..7f399b2ba2b 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.txt @@ -1,3 +1,3 @@ package test -internal fun uno(): kotlin.Int \ No newline at end of file +internal fun uno(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt index 39e50262101..a0308b5f268 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.txt @@ -1,3 +1,3 @@ package test -internal fun tres(): kotlin.Int where A : java.io.Serializable \ No newline at end of file +internal fun tres(): kotlin.Int where A : java.io.Serializable diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt index 452e0df3014..50863063676 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.txt @@ -1,3 +1,3 @@ package test -internal fun dos(): kotlin.Int \ No newline at end of file +internal fun dos(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt index fc30142ea68..bb47d16b9aa 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamVaragParam.txt @@ -1,3 +1,3 @@ package test -internal fun funParamVarargParam(/*0*/ a: kotlin.Int, /*1*/ vararg b: P /*kotlin.Array

*/): kotlin.Int \ No newline at end of file +internal fun funParamVarargParam(/*0*/ a: kotlin.Int, /*1*/ vararg b: P /*kotlin.Array

*/): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt index 82399c19418..366e1ba69ef 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunTwoTypeParams.txt @@ -1,3 +1,3 @@ package test -internal fun funTwoTypeParams(): kotlin.Int \ No newline at end of file +internal fun funTwoTypeParams(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt index eb73cb83719..e3b13c927a5 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun ff(/*0*/ p: kotlin.List): kotlin.Int \ No newline at end of file +internal fun ff(/*0*/ p: kotlin.List): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt index 54730c498a6..f9079aaa540 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.txt @@ -1,3 +1,3 @@ package test -internal fun ff(/*0*/ p: kotlin.List): kotlin.Int \ No newline at end of file +internal fun ff(/*0*/ p: kotlin.List): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt index c283d27a656..25a19fd3b9f 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunParamNullable.txt @@ -1,3 +1,3 @@ package test -internal fun fff(/*0*/ a: java.lang.Integer?): kotlin.Int \ No newline at end of file +internal fun fff(/*0*/ a: java.lang.Integer?): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt index 7d9d4249475..8a2f933f833 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun ffgg(): kotlin.List \ No newline at end of file +internal fun ffgg(): kotlin.List diff --git a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt index 033802fde06..7a63c5814c4 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/ReturnTypeClassParamNullable.txt @@ -1,3 +1,3 @@ package test -internal fun ffgg(): kotlin.List \ No newline at end of file +internal fun ffgg(): kotlin.List diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFun.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFun.txt index 56dc0fd433f..d913d50c904 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFun.txt @@ -3,4 +3,4 @@ package test internal final class River { /*primary*/ public constructor River() internal final fun song(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFoo.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFoo.txt index 98c692a7f68..1b1962366b8 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFoo.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFoo.txt @@ -3,4 +3,4 @@ package test internal final class ClassFunGetFoo { /*primary*/ public constructor ClassFunGetFoo() internal final fun getFoo(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt index 3e59b02032f..82cb6e80e96 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt @@ -4,4 +4,4 @@ internal final class ClassFunGetFoo { /*primary*/ public constructor ClassFunGetFoo() internal final fun getFoo(): kotlin.Int internal final fun setFoo(/*0*/ p: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunSetFoo.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunSetFoo.txt index 7226aa4d994..6a3f0415569 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunSetFoo.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ClassFunSetFoo.txt @@ -3,4 +3,4 @@ package test internal final class ClassFunGetFoo { /*primary*/ public constructor ClassFunGetFoo() internal final fun set(/*0*/ p: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFun.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFun.txt index 23fc630475d..45960935ffc 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFun.txt @@ -1,3 +1,3 @@ package test -internal fun kotlin.Int.shuffle(): kotlin.Int \ No newline at end of file +internal fun kotlin.Int.shuffle(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFunInClass.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFunInClass.txt index 921cfcd2836..836122a8e40 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFunInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ExtFunInClass.txt @@ -3,4 +3,4 @@ package test internal final class ExtFunInClass { /*primary*/ public constructor ExtFunInClass() internal final fun kotlin.Int.shuffle(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunDefaultArg.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunDefaultArg.txt index f306662fb99..bde1b71205a 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunDefaultArg.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunDefaultArg.txt @@ -1,3 +1,3 @@ package test -internal fun funDefaultArg(/*0*/ p: kotlin.Int, /*1*/ q: kotlin.Int = ..., /*2*/ r: kotlin.Int = ...): kotlin.Int \ No newline at end of file +internal fun funDefaultArg(/*0*/ p: kotlin.Int, /*1*/ q: kotlin.Int = ..., /*2*/ r: kotlin.Int = ...): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunParamNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunParamNotNull.txt index 343b43dcd82..75f7b7cdbe3 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunParamNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunParamNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun fff(/*0*/ a: java.lang.Integer): kotlin.Int \ No newline at end of file +internal fun fff(/*0*/ a: java.lang.Integer): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInt.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInt.txt index 9a72e8acd50..30a58087083 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInt.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInt.txt @@ -1,3 +1,3 @@ package test -internal fun varargInt(/*0*/ a: kotlin.Int, /*1*/ vararg b: kotlin.Int /*kotlin.IntArray*/): kotlin.Int \ No newline at end of file +internal fun varargInt(/*0*/ a: kotlin.Int, /*1*/ vararg b: kotlin.Int /*kotlin.IntArray*/): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInteger.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInteger.txt index 769ffd710e6..ec5e328e07d 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInteger.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInteger.txt @@ -1,3 +1,3 @@ package test -internal fun varargCharSequence(/*0*/ a: kotlin.Int, /*1*/ vararg b: java.lang.Integer /*kotlin.Array*/): kotlin.Int \ No newline at end of file +internal fun varargCharSequence(/*0*/ a: kotlin.Int, /*1*/ vararg b: java.lang.Integer /*kotlin.Array*/): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierAbstract.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierAbstract.txt index 73bcdf4510f..8b4d743583d 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierAbstract.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierAbstract.txt @@ -3,4 +3,4 @@ package test internal abstract class ModifierAbstract { /*primary*/ public constructor ModifierAbstract() internal abstract fun abs(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierOpen.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierOpen.txt index 79c05df9c5b..b4302e0e003 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierOpen.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ModifierOpen.txt @@ -3,4 +3,4 @@ package test internal open class ModifierOpen { /*primary*/ public constructor ModifierOpen() internal open fun abs(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFun.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFun.txt index d18612a9398..e4ceb88bd99 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFun.txt @@ -1,3 +1,3 @@ package test -internal fun f(): kotlin.Int \ No newline at end of file +internal fun f(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFunGetFoo.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFunGetFoo.txt index 1234e7eaaea..3db880abad5 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFunGetFoo.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFunGetFoo.txt @@ -1,3 +1,3 @@ package test -internal fun getFoo(): kotlin.Int \ No newline at end of file +internal fun getFoo(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNotNull.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNotNull.txt index 93505739d08..0d5e8680ad6 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNotNull.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNotNull.txt @@ -1,3 +1,3 @@ package test -internal fun ff(): java.lang.Integer \ No newline at end of file +internal fun ff(): java.lang.Integer diff --git a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNullable.txt b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNullable.txt index c0b61cdba26..170709a01b6 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNullable.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNullable.txt @@ -1,3 +1,3 @@ package test -internal fun ff(): java.lang.Integer? \ No newline at end of file +internal fun ff(): java.lang.Integer? diff --git a/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargInt.txt b/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargInt.txt index bbc45f3f54e..b9bb4e04991 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargInt.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargInt.txt @@ -3,4 +3,4 @@ package test public open class VarargInt { /*primary*/ public constructor VarargInt() public open fun vararg(/*0*/ vararg p0: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargString.txt b/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargString.txt index 5e288ecfcf7..9aed729f5bb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargString.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/vararg/VarargString.txt @@ -3,4 +3,4 @@ package test public open class VarargString { /*primary*/ public constructor VarargString() public open fun vararg(/*0*/ vararg p0: kotlin.String? /*kotlin.Array*/): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/fun/vararg/nonLastVararg.txt b/compiler/testData/loadJava/compiledKotlin/fun/vararg/nonLastVararg.txt index 8c02db0dd37..9e2f0fc05fb 100644 --- a/compiler/testData/loadJava/compiledKotlin/fun/vararg/nonLastVararg.txt +++ b/compiler/testData/loadJava/compiledKotlin/fun/vararg/nonLastVararg.txt @@ -1,4 +1,4 @@ package test internal fun f(/*0*/ vararg t: kotlin.String /*kotlin.Array*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit -internal fun f(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit \ No newline at end of file +internal fun f(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/inline/inlineFunction.txt b/compiler/testData/loadJava/compiledKotlin/inline/inlineFunction.txt index 94e42e1385f..f07716589a7 100644 --- a/compiler/testData/loadJava/compiledKotlin/inline/inlineFunction.txt +++ b/compiler/testData/loadJava/compiledKotlin/inline/inlineFunction.txt @@ -3,4 +3,4 @@ package test kotlin.inline() internal fun a(): kotlin.Unit kotlin.inline(strategy = InlineStrategy.AS_FUNCTION: kotlin.InlineStrategy) internal fun b(): kotlin.Unit kotlin.inline(strategy = InlineStrategy.IN_PLACE: kotlin.InlineStrategy) internal fun c(): kotlin.Unit -kotlin.inline(strategy = InlineStrategy.IN_PLACE: kotlin.InlineStrategy) internal fun d(): kotlin.Unit \ No newline at end of file +kotlin.inline(strategy = InlineStrategy.IN_PLACE: kotlin.InlineStrategy) internal fun d(): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ClassVal.txt b/compiler/testData/loadJava/compiledKotlin/prop/ClassVal.txt index e06f6f15cd6..dfa859a01ae 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ClassVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ClassVal.txt @@ -4,4 +4,4 @@ internal final class ClassVal { /*primary*/ public constructor ClassVal() internal final val aa: kotlin.Int = 1 internal final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ClassValAbstract.txt b/compiler/testData/loadJava/compiledKotlin/prop/ClassValAbstract.txt index aac6811f0a7..eb90abcd77d 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ClassValAbstract.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ClassValAbstract.txt @@ -4,4 +4,4 @@ internal abstract class ClassValAbstract { /*primary*/ public constructor ClassValAbstract() internal abstract val a: kotlin.Int internal abstract fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ClassVar.txt b/compiler/testData/loadJava/compiledKotlin/prop/ClassVar.txt index 462934099bb..628ae080cdc 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ClassVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ClassVar.txt @@ -5,4 +5,4 @@ internal final class ClassVar { internal final var aa: kotlin.Int internal final fun (): kotlin.Int internal final fun (/*0*/ : kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/CollectionSize.txt b/compiler/testData/loadJava/compiledKotlin/prop/CollectionSize.txt index a0c4dffaf0e..c6545452b46 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/CollectionSize.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/CollectionSize.txt @@ -1,4 +1,4 @@ package test internal val kotlin.Collection.anotherSize: kotlin.Int - internal fun kotlin.Collection.(): kotlin.Int \ No newline at end of file + internal fun kotlin.Collection.(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/prop/Constants.txt b/compiler/testData/loadJava/compiledKotlin/prop/Constants.txt index 8c35a7ae3bd..4593b9d535d 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/Constants.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/Constants.txt @@ -29,4 +29,4 @@ internal val s: kotlin.Short = 20000.toShort() internal val s1: kotlin.Short = 1.toShort() internal fun (): kotlin.Short internal val str: kotlin.String = ":)" - internal fun (): kotlin.String \ No newline at end of file + internal fun (): kotlin.String diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValClass.txt index 1ae3001acb7..64c07ae749c 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValClass.txt @@ -1,4 +1,4 @@ package test internal val P.anotherJavaClass: java.lang.Class

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

\ No newline at end of file + internal fun P.(): java.lang.Class

diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValInClass.txt index 7413e0b9e05..64c40cfec19 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValInClass.txt @@ -4,4 +4,4 @@ internal final class ExtPropInClass { /*primary*/ public constructor ExtPropInClass() internal final val kotlin.Int.itIs: kotlin.Int internal final fun kotlin.Int.(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValInt.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValInt.txt index 55825040647..ecca82ab3d9 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValInt.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValInt.txt @@ -1,4 +1,4 @@ package test internal val kotlin.Int.itIs: kotlin.Int - internal fun kotlin.Int.(): kotlin.Int \ No newline at end of file + internal fun kotlin.Int.(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequence.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequence.txt index 38c81777729..8b6a4eda1ed 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequence.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequence.txt @@ -1,4 +1,4 @@ package test internal val kotlin.Int.ggg: java.lang.CharSequence - internal fun kotlin.Int.(): java.lang.CharSequence \ No newline at end of file + internal fun kotlin.Int.(): java.lang.CharSequence diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequenceQ.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequenceQ.txt index ffcea8c41b0..b104e2cc8b6 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequenceQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequenceQ.txt @@ -1,4 +1,4 @@ package test internal val kotlin.Int.ggg: java.lang.CharSequence? - internal fun kotlin.Int.(): java.lang.CharSequence? \ No newline at end of file + internal fun kotlin.Int.(): java.lang.CharSequence? diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntListQOfIntInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntListQOfIntInClass.txt index 0ccb7db8700..361931c2a9d 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntListQOfIntInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntListQOfIntInClass.txt @@ -4,4 +4,4 @@ internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() internal final val kotlin.Int.asas: java.util.List? internal final fun kotlin.Int.(): java.util.List? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTInClass.txt index d0388f8d765..f4cca5d2636 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTInClass.txt @@ -4,4 +4,4 @@ internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() internal final val kotlin.Int.asas: T internal final fun kotlin.Int.(): T -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTQInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTQInClass.txt index 96d0b525b59..4fa5bd72577 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTQInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValIntTQInClass.txt @@ -4,4 +4,4 @@ internal final class ExtValInClass { /*primary*/ public constructor ExtValInClass() internal final val kotlin.Int.asas: P? internal final fun kotlin.Int.(): P? -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtValTIntInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtValTIntInClass.txt index 15ed1a6719d..30429d4c025 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtValTIntInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtValTIntInClass.txt @@ -4,4 +4,4 @@ internal final class ExtValPIntInClass { /*primary*/ public constructor ExtValPIntInClass() internal final val P.asas: kotlin.Int internal final fun P.(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarClass.txt index 5a0c12a8290..3a49616ed9e 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarClass.txt @@ -2,4 +2,4 @@ package test internal var P.anotherJavaClass: java.lang.Class

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

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

): kotlin.Unit \ No newline at end of file + internal fun P.(/*0*/ p: java.lang.Class

): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInClass.txt index 5900009f84f..edd45f28031 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInClass.txt @@ -5,4 +5,4 @@ internal final class ExtPropInClass { internal final var kotlin.Int.itIs: kotlin.Int internal final fun kotlin.Int.(): kotlin.Int internal final fun kotlin.Int.(/*0*/ p: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInt.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInt.txt index b12818396d6..d471506fbb0 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInt.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarInt.txt @@ -2,4 +2,4 @@ package test internal var kotlin.Int.ggg: kotlin.Int internal fun kotlin.Int.(): kotlin.Int - internal fun kotlin.Int.(/*0*/ p: kotlin.Int): kotlin.Unit \ No newline at end of file + internal fun kotlin.Int.(/*0*/ p: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTInClass.txt index 277cb269b38..d937676475c 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTInClass.txt @@ -5,4 +5,4 @@ internal final class ExtValInClass { internal final var kotlin.Int.asas: P internal final fun kotlin.Int.(): P internal final fun kotlin.Int.(/*0*/ p: P): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTQInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTQInClass.txt index 9a3fe595790..dd84394d598 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTQInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarIntTQInClass.txt @@ -5,4 +5,4 @@ internal final class ExtValInClass { internal final var kotlin.Int.asas: P? internal final fun kotlin.Int.(): P? internal final fun kotlin.Int.(/*0*/ p: P?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarMapPQInt.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarMapPQInt.txt index ae909c1301b..656d6c8d09d 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarMapPQInt.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarMapPQInt.txt @@ -2,4 +2,4 @@ package test internal var kotlin.Map.asas: kotlin.Int internal fun kotlin.Map.(): kotlin.Int - internal fun kotlin.Map.(/*0*/ i: kotlin.Int): kotlin.Unit \ No newline at end of file + internal fun kotlin.Map.(/*0*/ i: kotlin.Int): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTIntInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTIntInClass.txt index abe5c7a8a07..91a0fe45ff2 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTIntInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTIntInClass.txt @@ -5,4 +5,4 @@ internal final class ExtValPIntInClass { internal final var P.asas: kotlin.Int internal final fun P.(): kotlin.Int internal final fun P.(/*0*/ p: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTQIntInClass.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTQIntInClass.txt index 14683d47d81..cf72a56e9a1 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTQIntInClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarTQIntInClass.txt @@ -5,4 +5,4 @@ internal final class ExtValPIntInClass { internal final var P?.asas: kotlin.Int internal final fun P?.(): kotlin.Int internal final fun P?.(/*0*/ p: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarl.txt b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarl.txt index 1143597ce58..fdbe19b8e96 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/ExtVarl.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/ExtVarl.txt @@ -4,4 +4,4 @@ internal var kotlin.Int.junk: kotlin.Short internal fun kotlin.Int.(): kotlin.Short internal fun kotlin.Int.(/*0*/ p: kotlin.Short): kotlin.Unit internal val kotlin.String.junk: kotlin.Int - internal fun kotlin.String.(): kotlin.Int \ No newline at end of file + internal fun kotlin.String.(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/prop/NsVal.txt b/compiler/testData/loadJava/compiledKotlin/prop/NsVal.txt index 4d1c0eaa1da..7a7db098866 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/NsVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/NsVal.txt @@ -1,4 +1,4 @@ package test internal val nsVal: kotlin.Int = 1 - internal fun (): kotlin.Int \ No newline at end of file + internal fun (): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/prop/NsVar.txt b/compiler/testData/loadJava/compiledKotlin/prop/NsVar.txt index 213c0705c34..4ea7cb6f0aa 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/NsVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/NsVar.txt @@ -2,4 +2,4 @@ package test internal var nsVal: kotlin.Int internal fun (): kotlin.Int - internal fun (/*0*/ : kotlin.Int): kotlin.Unit \ No newline at end of file + internal fun (/*0*/ : kotlin.Int): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/prop/OverrideClassVal.txt b/compiler/testData/loadJava/compiledKotlin/prop/OverrideClassVal.txt index 3dbf47f176f..8f890de66fd 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/OverrideClassVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/OverrideClassVal.txt @@ -10,4 +10,4 @@ internal open class Subclass : test.BaseClass { /*primary*/ public constructor Subclass() internal open override /*1*/ val shape: kotlin.String = "circle" internal open override /*1*/ fun (): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/OverrideTraitVal.txt b/compiler/testData/loadJava/compiledKotlin/prop/OverrideTraitVal.txt index 2bc89b18e5c..efff9a0b32b 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/OverrideTraitVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/OverrideTraitVal.txt @@ -9,4 +9,4 @@ internal open class Subclass : test.Trait { internal trait Trait { internal abstract val shape: kotlin.String internal abstract fun (): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/PropFromSuperclass.txt b/compiler/testData/loadJava/compiledKotlin/prop/PropFromSuperclass.txt index 056714b9213..3855980fb7a 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/PropFromSuperclass.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/PropFromSuperclass.txt @@ -10,4 +10,4 @@ internal final class Subclass : test.BaseClass { /*primary*/ public constructor Subclass() internal final override /*1*/ /*fake_override*/ val exactly: kotlin.Int internal final override /*1*/ /*fake_override*/ fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/TraitFinalVar.txt b/compiler/testData/loadJava/compiledKotlin/prop/TraitFinalVar.txt index d6a35f6420b..7eccf9eb78a 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/TraitFinalVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/TraitFinalVar.txt @@ -4,4 +4,4 @@ internal trait A { internal open var v: kotlin.String internal open fun (): kotlin.String internal open fun (/*0*/ value: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/TraitOpenVal.txt b/compiler/testData/loadJava/compiledKotlin/prop/TraitOpenVal.txt index c006d846b21..4075f61435f 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/TraitOpenVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/TraitOpenVal.txt @@ -3,4 +3,4 @@ package test internal trait A { internal open val v: kotlin.String internal open fun (): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/VarDelegationToTraitImpl.txt b/compiler/testData/loadJava/compiledKotlin/prop/VarDelegationToTraitImpl.txt index b7e55627a1e..488b06fa417 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/VarDelegationToTraitImpl.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/VarDelegationToTraitImpl.txt @@ -11,4 +11,4 @@ internal final class B : test.A { internal open override /*1*/ /*fake_override*/ var v: kotlin.String internal open override /*1*/ /*fake_override*/ fun (): kotlin.String internal open override /*1*/ /*fake_override*/ fun (/*0*/ value: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/VarWithDelegated.txt b/compiler/testData/loadJava/compiledKotlin/prop/VarWithDelegated.txt index 21f5ba9cae9..b30fdb2ca76 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/VarWithDelegated.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/VarWithDelegated.txt @@ -11,4 +11,4 @@ internal final class MyProperty { /*primary*/ public constructor MyProperty() internal final fun get(/*0*/ t: T, /*1*/ p: kotlin.PropertyMetadata): kotlin.Int internal final fun set(/*0*/ t: T, /*1*/ p: kotlin.PropertyMetadata, /*2*/ i: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVal.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVal.txt index fa7c068d6d2..1ab992647f0 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVal.txt @@ -12,4 +12,4 @@ internal final class ClassVal { protected final fun (): kotlin.String public final val property5: kotlin.Int = 1 public final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValParams.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValParams.txt index b54a8cb912c..abb0cd93dc6 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValParams.txt @@ -12,4 +12,4 @@ internal final class ClassValParams { protected final fun (): java.util.Date public final val pr5: kotlin.Any public final fun (): kotlin.Any -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValWithGet.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValWithGet.txt index fa7c068d6d2..1ab992647f0 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValWithGet.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValWithGet.txt @@ -12,4 +12,4 @@ internal final class ClassVal { protected final fun (): kotlin.String public final val property5: kotlin.Int = 1 public final fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVar.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVar.txt index a9584fb7f41..fffdf07a6b0 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVar.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVar.txt @@ -17,4 +17,4 @@ internal final class ClassVar { public final var property5: kotlin.Int public final fun (): kotlin.Int public final fun (/*0*/ : kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarModality.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarModality.txt index ba41f92f084..f4e41058c22 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarModality.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarModality.txt @@ -21,4 +21,4 @@ internal abstract class ClassVarModalityAbstract { internal abstract var property1: java.util.Date internal abstract fun (): java.util.Date public abstract fun (/*0*/ : java.util.Date): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarParams.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarParams.txt index 42e4b664452..d69ffc6cfd1 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarParams.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarParams.txt @@ -17,4 +17,4 @@ internal final class ClassVarParams { public final var pr5: kotlin.Any public final fun (): kotlin.Any public final fun (/*0*/ : kotlin.Any): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithGet.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithGet.txt index 8089d8fc3ff..4453ecbf452 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithGet.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithGet.txt @@ -17,4 +17,4 @@ internal final class ClassVal { public final var property5: kotlin.Int public final fun (): kotlin.Int public final fun (/*0*/ : kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithSet.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithSet.txt index ae8db39528f..a65e02834a5 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithSet.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithSet.txt @@ -35,4 +35,4 @@ internal final class ClassVal { public final var property9: kotlin.Int public final fun (): kotlin.Int private final fun (/*0*/ : kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtValLong.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtValLong.txt index a3e6768f7a3..3b16e24df70 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtValLong.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtValLong.txt @@ -7,4 +7,4 @@ internal val kotlin.Long.date12: kotlin.Any private val kotlin.Long.date3: java.util.Date private fun kotlin.Long.(): java.util.Date public val kotlin.Long.date4: java.util.Date - public fun kotlin.Long.(): java.util.Date \ No newline at end of file + public fun kotlin.Long.(): java.util.Date diff --git a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtVarLong.txt b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtVarLong.txt index 066382d4f48..5e20252b6c2 100644 --- a/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtVarLong.txt +++ b/compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtVarLong.txt @@ -26,4 +26,4 @@ public var kotlin.Long.date8: java.util.Date internal fun kotlin.Long.(/*0*/ value: java.util.Date): kotlin.Unit public var kotlin.Long.date9: java.util.Date public fun kotlin.Long.(): java.util.Date - private fun kotlin.Long.(/*0*/ value: java.util.Date): kotlin.Unit \ No newline at end of file + private fun kotlin.Long.(/*0*/ value: java.util.Date): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/type/Any.txt b/compiler/testData/loadJava/compiledKotlin/type/Any.txt index 0bbaea70361..af71f747572 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/Any.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/Any.txt @@ -1,3 +1,3 @@ package test -internal fun any(): kotlin.Any \ No newline at end of file +internal fun any(): kotlin.Any diff --git a/compiler/testData/loadJava/compiledKotlin/type/AnyQ.txt b/compiler/testData/loadJava/compiledKotlin/type/AnyQ.txt index b5c033f6f09..64070f5eb5b 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/AnyQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/AnyQ.txt @@ -1,3 +1,3 @@ package test -internal fun anyq(): kotlin.Any? \ No newline at end of file +internal fun anyq(): kotlin.Any? diff --git a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInNumber.txt b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInNumber.txt index 19004b3b39e..e75dfe52e38 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInNumber.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInNumber.txt @@ -1,3 +1,3 @@ package test -internal fun nothing(): kotlin.Array \ No newline at end of file +internal fun nothing(): kotlin.Array diff --git a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInt.txt b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInt.txt index 5b634234d02..031ce1f50ff 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInt.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInt.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): kotlin.Array \ No newline at end of file +internal fun fff(): kotlin.Array diff --git a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInteger.txt b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInteger.txt index f199d9f19ed..318659f5305 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInteger.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfInteger.txt @@ -1,3 +1,3 @@ package test -internal fun nothing(): kotlin.Array \ No newline at end of file +internal fun nothing(): kotlin.Array diff --git a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutNumber.txt b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutNumber.txt index dd97865f8d4..b5eb02cb1d9 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutNumber.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutNumber.txt @@ -1,3 +1,3 @@ package test -internal fun nothing(): kotlin.Array \ No newline at end of file +internal fun nothing(): kotlin.Array diff --git a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutT.txt b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutT.txt index 7445dd0f212..43d4d95937c 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutT.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfOutT.txt @@ -1,3 +1,3 @@ package test -internal fun nothing(): kotlin.Array \ No newline at end of file +internal fun nothing(): kotlin.Array diff --git a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfString.txt b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfString.txt index f6c6161d8ad..534754a6634 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ArrayOfString.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ArrayOfString.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): kotlin.Array \ No newline at end of file +internal fun fff(): kotlin.Array diff --git a/compiler/testData/loadJava/compiledKotlin/type/Function1IntString.txt b/compiler/testData/loadJava/compiledKotlin/type/Function1IntString.txt index 679bcc1ef8f..1e0b7b8887c 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/Function1IntString.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/Function1IntString.txt @@ -1,3 +1,3 @@ package test -internal fun fun1(): (kotlin.String) -> kotlin.Int \ No newline at end of file +internal fun fun1(): (kotlin.String) -> kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/type/Int.txt b/compiler/testData/loadJava/compiledKotlin/type/Int.txt index 164164891d0..5b4a3c09321 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/Int.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/Int.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): kotlin.Int \ No newline at end of file +internal fun fff(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/type/IntArray.txt b/compiler/testData/loadJava/compiledKotlin/type/IntArray.txt index 1bc64d98660..53439025fb1 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/IntArray.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/IntArray.txt @@ -1,3 +1,3 @@ package test -internal fun nothing(): kotlin.IntArray \ No newline at end of file +internal fun nothing(): kotlin.IntArray diff --git a/compiler/testData/loadJava/compiledKotlin/type/IntQ.txt b/compiler/testData/loadJava/compiledKotlin/type/IntQ.txt index 6925dc491cf..4ca08b0a56c 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/IntQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/IntQ.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): kotlin.Int? \ No newline at end of file +internal fun fff(): kotlin.Int? diff --git a/compiler/testData/loadJava/compiledKotlin/type/ListOfAny.txt b/compiler/testData/loadJava/compiledKotlin/type/ListOfAny.txt index 2d87f05d09d..f45d26f9faf 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ListOfAny.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ListOfAny.txt @@ -1,3 +1,3 @@ package test -internal fun listOfAny(): kotlin.List \ No newline at end of file +internal fun listOfAny(): kotlin.List diff --git a/compiler/testData/loadJava/compiledKotlin/type/ListOfAnyQ.txt b/compiler/testData/loadJava/compiledKotlin/type/ListOfAnyQ.txt index 257882f007b..c9b41dcb431 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ListOfAnyQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ListOfAnyQ.txt @@ -1,3 +1,3 @@ package test -internal fun listOfAnyQ(): kotlin.List \ No newline at end of file +internal fun listOfAnyQ(): kotlin.List diff --git a/compiler/testData/loadJava/compiledKotlin/type/ListOfStar.txt b/compiler/testData/loadJava/compiledKotlin/type/ListOfStar.txt index 2e24c5402d2..180c4781cb9 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ListOfStar.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ListOfStar.txt @@ -1,3 +1,3 @@ package test -internal fun listOfStar(): kotlin.List \ No newline at end of file +internal fun listOfStar(): kotlin.List diff --git a/compiler/testData/loadJava/compiledKotlin/type/ListOfString.txt b/compiler/testData/loadJava/compiledKotlin/type/ListOfString.txt index 9c078e0ca33..05529c6857a 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ListOfString.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ListOfString.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): java.util.List \ No newline at end of file +internal fun fff(): java.util.List diff --git a/compiler/testData/loadJava/compiledKotlin/type/ListOfjlString.txt b/compiler/testData/loadJava/compiledKotlin/type/ListOfjlString.txt index 4e12e507e7f..f35851015d4 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/ListOfjlString.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/ListOfjlString.txt @@ -1,3 +1,3 @@ package test -internal fun listOfJlString(): java.util.List \ No newline at end of file +internal fun listOfJlString(): java.util.List diff --git a/compiler/testData/loadJava/compiledKotlin/type/Nothing.txt b/compiler/testData/loadJava/compiledKotlin/type/Nothing.txt index 055095e11dc..53fbdb7d28d 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/Nothing.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/Nothing.txt @@ -1,3 +1,3 @@ package test -internal fun nothing(): kotlin.Nothing \ No newline at end of file +internal fun nothing(): kotlin.Nothing diff --git a/compiler/testData/loadJava/compiledKotlin/type/NothingQ.txt b/compiler/testData/loadJava/compiledKotlin/type/NothingQ.txt index 73b3ff3b4a4..aa8830fcc31 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/NothingQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/NothingQ.txt @@ -1,3 +1,3 @@ package test -internal fun nothingq(): kotlin.Nothing? \ No newline at end of file +internal fun nothingq(): kotlin.Nothing? diff --git a/compiler/testData/loadJava/compiledKotlin/type/String.txt b/compiler/testData/loadJava/compiledKotlin/type/String.txt index 85d93e710a0..0555ee41abf 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/String.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/String.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): kotlin.String \ No newline at end of file +internal fun fff(): kotlin.String diff --git a/compiler/testData/loadJava/compiledKotlin/type/StringQ.txt b/compiler/testData/loadJava/compiledKotlin/type/StringQ.txt index b75ec7f0fc1..a2fff10686a 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/StringQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/StringQ.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): kotlin.String? \ No newline at end of file +internal fun fff(): kotlin.String? diff --git a/compiler/testData/loadJava/compiledKotlin/type/Unit.txt b/compiler/testData/loadJava/compiledKotlin/type/Unit.txt index 14ef05492c8..9738d521eb7 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/Unit.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/Unit.txt @@ -1,3 +1,3 @@ package test -internal fun unit(): kotlin.Unit \ No newline at end of file +internal fun unit(): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlin/type/jlInteger.txt b/compiler/testData/loadJava/compiledKotlin/type/jlInteger.txt index 6e0347e4639..eecc9fa8851 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/jlInteger.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/jlInteger.txt @@ -1,3 +1,3 @@ package test -internal fun integer(): java.lang.Integer \ No newline at end of file +internal fun integer(): java.lang.Integer diff --git a/compiler/testData/loadJava/compiledKotlin/type/jlIntegerQ.txt b/compiler/testData/loadJava/compiledKotlin/type/jlIntegerQ.txt index 2951f36344a..b34200cf2c7 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/jlIntegerQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/jlIntegerQ.txt @@ -1,3 +1,3 @@ package test -internal fun integerq(): java.lang.Integer? \ No newline at end of file +internal fun integerq(): java.lang.Integer? diff --git a/compiler/testData/loadJava/compiledKotlin/type/jlNumber.txt b/compiler/testData/loadJava/compiledKotlin/type/jlNumber.txt index b7dd735d92d..4d1413198fe 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/jlNumber.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/jlNumber.txt @@ -1,3 +1,3 @@ package test -internal fun number(): java.lang.Number \ No newline at end of file +internal fun number(): java.lang.Number diff --git a/compiler/testData/loadJava/compiledKotlin/type/jlObject.txt b/compiler/testData/loadJava/compiledKotlin/type/jlObject.txt index 100854a3b35..644612c9a41 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/jlObject.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/jlObject.txt @@ -1,3 +1,3 @@ package test -internal fun obj(): java.lang.Object \ No newline at end of file +internal fun obj(): java.lang.Object diff --git a/compiler/testData/loadJava/compiledKotlin/type/jlObjectQ.txt b/compiler/testData/loadJava/compiledKotlin/type/jlObjectQ.txt index 9ee265a4cf6..8e9397f4529 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/jlObjectQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/jlObjectQ.txt @@ -1,3 +1,3 @@ package test -internal fun objq(): java.lang.Object? \ No newline at end of file +internal fun objq(): java.lang.Object? diff --git a/compiler/testData/loadJava/compiledKotlin/type/jlString.txt b/compiler/testData/loadJava/compiledKotlin/type/jlString.txt index 58094966d23..edbed6405b6 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/jlString.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/jlString.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): java.lang.String \ No newline at end of file +internal fun fff(): java.lang.String diff --git a/compiler/testData/loadJava/compiledKotlin/type/jlStringQ.txt b/compiler/testData/loadJava/compiledKotlin/type/jlStringQ.txt index 633e30c4e03..28c977001b7 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/jlStringQ.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/jlStringQ.txt @@ -1,3 +1,3 @@ package test -internal fun fff(): java.lang.String? \ No newline at end of file +internal fun fff(): java.lang.String? diff --git a/compiler/testData/loadJava/compiledKotlin/type/platform.txt b/compiler/testData/loadJava/compiledKotlin/type/platform.txt index cb68c7aabed..22f499e937a 100644 --- a/compiler/testData/loadJava/compiledKotlin/type/platform.txt +++ b/compiler/testData/loadJava/compiledKotlin/type/platform.txt @@ -2,4 +2,4 @@ package test internal fun array(/*0*/ a: kotlin.Array): kotlin.Array<(out) kotlin.Int!>! internal fun list(): kotlin.(Mutable)List! -internal fun printStream(): java.io.PrintStream! \ No newline at end of file +internal fun printStream(): java.io.PrintStream! diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/InternalAbstractTraitMembersOverridden.txt b/compiler/testData/loadJava/compiledKotlin/visibility/InternalAbstractTraitMembersOverridden.txt index eeaa2d71dd6..77eedc3d50c 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/InternalAbstractTraitMembersOverridden.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/InternalAbstractTraitMembersOverridden.txt @@ -17,4 +17,4 @@ internal final class B : test.A { internal open override /*1*/ val v: kotlin.Int = 0 internal open override /*1*/ fun (): kotlin.Int internal open override /*1*/ fun f(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/InternalClass.txt b/compiler/testData/loadJava/compiledKotlin/visibility/InternalClass.txt index 3b823e72903..987269e12c9 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/InternalClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/InternalClass.txt @@ -2,4 +2,4 @@ package test internal final class InternalClass { /*primary*/ public constructor InternalClass() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/InternalConstructor.txt b/compiler/testData/loadJava/compiledKotlin/visibility/InternalConstructor.txt index 8d0f56c5165..8e609b5b882 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/InternalConstructor.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/InternalConstructor.txt @@ -2,4 +2,4 @@ package test public final class InternalConstructor { /*primary*/ internal constructor InternalConstructor() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/InternalTopLevelMembers.txt b/compiler/testData/loadJava/compiledKotlin/visibility/InternalTopLevelMembers.txt index 6bd06fed643..3414dc51bc6 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/InternalTopLevelMembers.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/InternalTopLevelMembers.txt @@ -2,4 +2,4 @@ package test internal val x: kotlin.Int = 0 internal fun (): kotlin.Int -internal fun f(): kotlin.Int \ No newline at end of file +internal fun f(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembers.txt b/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembers.txt index 7ac1f31e67d..935a3518428 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembers.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembers.txt @@ -7,4 +7,4 @@ internal trait A { internal abstract val v: kotlin.Int internal abstract fun (): kotlin.Int internal abstract fun f(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembersInherited.txt b/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembersInherited.txt index 2536cc911f8..bf008557e73 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembersInherited.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/InternalTraitMembersInherited.txt @@ -17,4 +17,4 @@ internal final class B : test.A { internal open override /*1*/ /*fake_override*/ val v: kotlin.Int internal open override /*1*/ /*fake_override*/ fun (): kotlin.Int internal open override /*1*/ /*fake_override*/ fun f(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClass.txt b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClass.txt index 0a728b467eb..0d828fd702b 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClass.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClass.txt @@ -2,4 +2,4 @@ package test private final class PrivateClass { /*primary*/ public constructor PrivateClass() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClassMembers.txt b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClassMembers.txt index c45ede3e5de..a47d068548b 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClassMembers.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateClassMembers.txt @@ -10,4 +10,4 @@ public final class PrivateClassMembers { private final val v: kotlin.Int = 0 private final fun (): kotlin.Int private final fun f(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelFun.txt b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelFun.txt index db02f2d455c..55fea1773a7 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelFun.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelFun.txt @@ -1,3 +1,3 @@ package test -private fun topLevelFun(): kotlin.Int \ No newline at end of file +private fun topLevelFun(): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelVal.txt b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelVal.txt index 525d6f061fd..e3acb6ae6fc 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelVal.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/PrivateTopLevelVal.txt @@ -1,4 +1,4 @@ package test private val topLevelVal: kotlin.Int = 0 - private fun (): kotlin.Int \ No newline at end of file + private fun (): kotlin.Int diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructor.txt b/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructor.txt index 8613baa9429..791bd7bc4c5 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructor.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructor.txt @@ -18,4 +18,4 @@ internal final class Child : test.Base { protected open override /*1*/ fun (): kotlin.Int public open override /*1*/ val pub: kotlin.Int public open override /*1*/ fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructorExplicitVisibility.txt b/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructorExplicitVisibility.txt index 0ba950c87b8..3061da025ab 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructorExplicitVisibility.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/PropertyInConstructorExplicitVisibility.txt @@ -18,4 +18,4 @@ internal final class Child : test.Base { public open override /*1*/ fun (): kotlin.Int public open override /*1*/ val pub: kotlin.Int public open override /*1*/ fun (): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlin/visibility/TopLevelVarWithPrivateSetter.txt b/compiler/testData/loadJava/compiledKotlin/visibility/TopLevelVarWithPrivateSetter.txt index b270dd8c1e9..ca90f848ccb 100644 --- a/compiler/testData/loadJava/compiledKotlin/visibility/TopLevelVarWithPrivateSetter.txt +++ b/compiler/testData/loadJava/compiledKotlin/visibility/TopLevelVarWithPrivateSetter.txt @@ -2,4 +2,4 @@ package test internal var topLevelVar: kotlin.Int internal fun (): kotlin.Int - private fun (/*0*/ : kotlin.Int): kotlin.Unit \ No newline at end of file + private fun (/*0*/ : kotlin.Int): kotlin.Unit diff --git a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterable.txt b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterable.txt index 70b86dc1007..419ce0e8b5a 100644 --- a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterable.txt +++ b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterable.txt @@ -5,4 +5,4 @@ public trait LoadIterable { org.jetbrains.annotations.ReadOnly() public abstract fun getReadOnlyIterable(): kotlin.Iterable? public abstract fun setIterable(/*0*/ org.jetbrains.annotations.Mutable() p0: kotlin.MutableIterable?): kotlin.Unit public abstract fun setReadOnlyIterable(/*0*/ org.jetbrains.annotations.ReadOnly() p0: kotlin.Iterable?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithConflict.txt b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithConflict.txt index 5f5b55f9203..24508b62f79 100644 --- a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithConflict.txt +++ b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithConflict.txt @@ -3,4 +3,4 @@ package test public trait LoadIterableWithConflict { org.jetbrains.annotations.ReadOnly() org.jetbrains.annotations.Mutable() public abstract fun getIterable(): kotlin.MutableIterable? public abstract fun setIterable(/*0*/ org.jetbrains.annotations.ReadOnly() org.jetbrains.annotations.Mutable() p0: kotlin.MutableIterable?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithNullability.txt b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithNullability.txt index f44a4c916cc..883eae2e90c 100644 --- a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithNullability.txt +++ b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithNullability.txt @@ -5,4 +5,4 @@ public trait LoadIterableWithNullability { org.jetbrains.annotations.ReadOnly() public abstract fun getReadOnlyIterable(): kotlin.Iterable public abstract fun setIterable(/*0*/ org.jetbrains.annotations.Mutable() p0: kotlin.MutableIterable): kotlin.Unit public abstract fun setReadOnlyIterable(/*0*/ org.jetbrains.annotations.ReadOnly() p0: kotlin.Iterable): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithPropagation.txt b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithPropagation.txt index 938336992f1..bb83689b29f 100644 --- a/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithPropagation.txt +++ b/compiler/testData/loadJava/compiledKotlinWithStdlib/mutability/LoadIterableWithPropagation.txt @@ -16,4 +16,4 @@ public trait LoadIterableWithPropagation { public open override /*1*/ fun setIterable(/*0*/ p0: kotlin.MutableIterable?): kotlin.Unit public open override /*1*/ fun setReadOnlyIterable(/*0*/ p0: kotlin.Iterable?): kotlin.Unit } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/compiledKotlinWithStdlib/platformNames/functionName.txt b/compiler/testData/loadJava/compiledKotlinWithStdlib/platformNames/functionName.txt index 2bb3df97dc8..cc95346f136 100644 --- a/compiler/testData/loadJava/compiledKotlinWithStdlib/platformNames/functionName.txt +++ b/compiler/testData/loadJava/compiledKotlinWithStdlib/platformNames/functionName.txt @@ -9,4 +9,4 @@ internal final annotation class A : kotlin.Annotation { /*primary*/ public constructor A(/*0*/ s: kotlin.String) internal final val s: kotlin.String internal final fun (): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritAmbguousSamAdaptersInKotlin.txt b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritAmbguousSamAdaptersInKotlin.txt index 13773531a82..f3c933c5508 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritAmbguousSamAdaptersInKotlin.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritAmbguousSamAdaptersInKotlin.txt @@ -14,4 +14,4 @@ public open class Super { public/*package*/ final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit public/*package*/ open fun foo(/*0*/ r: java.io.Closeable!): kotlin.Unit public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritSamAdapterInKotlin.txt b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritSamAdapterInKotlin.txt index 1d4f96597ef..175c3db2dd2 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritSamAdapterInKotlin.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/InheritSamAdapterInKotlin.txt @@ -10,4 +10,4 @@ public open class Super { public constructor Super() public/*package*/ final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/OverrideSamAdapterInKotlin.txt b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/OverrideSamAdapterInKotlin.txt index 78f09560de6..eebc4a3c74d 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/OverrideSamAdapterInKotlin.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/OverrideSamAdapterInKotlin.txt @@ -10,4 +10,4 @@ public open class Super { public constructor Super() public/*package*/ final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForInheritedFromKotlin.txt b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForInheritedFromKotlin.txt index 71cd9a1d5b1..1788dd95aa9 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForInheritedFromKotlin.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForInheritedFromKotlin.txt @@ -8,4 +8,4 @@ public open class Sub : test.Super { public final class Super { public constructor Super() internal final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForOverriddenFromKotlin.txt b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForOverriddenFromKotlin.txt index f97aad52d2f..8d5333eac12 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForOverriddenFromKotlin.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/samAdapters/SamAdapterForOverriddenFromKotlin.txt @@ -9,4 +9,4 @@ public open class Sub : test.Super { public final class Super { public constructor Super() internal final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt index 7b01a053a0e..223dfd90158 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/DeepSubclassingKotlinInJava.txt @@ -28,4 +28,4 @@ public open class E : test.D { public open class F : test.E { public constructor F() public open override /*1*/ fun foo(): kotlin.String! -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionAndNot.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionAndNot.txt index fd8053eba1d..2864f67824c 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionAndNot.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionAndNot.txt @@ -15,4 +15,4 @@ public trait Super1 { public trait Super2 { public abstract fun bar(/*0*/ vararg p: kotlin.String /*kotlin.Array*/): kotlin.Unit public abstract fun foo(/*0*/ p: kotlin.String): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionFunction.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionFunction.txt index 1d54a02a550..b15451c9d0f 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionFunction.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/InheritExtensionFunction.txt @@ -10,4 +10,4 @@ public open class Super { public constructor Super() public abstract fun kotlin.String.bar(/*0*/ p: kotlin.String): kotlin.Unit public final fun kotlin.String.foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt index 4797eacbe77..4b5c4677dd5 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassFromTraitImplementation.txt @@ -15,4 +15,4 @@ public open class Subclass : test.Impl { internal trait Trait { internal open fun bar(): kotlin.String internal open fun foo(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt index bbf22c8ddb7..d9c07762f24 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation/SubclassingKotlinInJava.txt @@ -8,4 +8,4 @@ public open class JavaSubclass : test.KotlinClass { public open class KotlinClass { public constructor KotlinClass() public open fun foo(): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt b/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt index 6ba6619695e..d9be56d0153 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/visibility/PackageLocal.txt @@ -8,4 +8,4 @@ public open class Base { internal final class Derived : test.Base { public constructor Derived() internal open override /*1*/ fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt b/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt index df103686902..28193bdb2f0 100644 --- a/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt +++ b/compiler/testData/loadJava/javaAgainstKotlin/visibility/ProtectedPackage.txt @@ -8,4 +8,4 @@ public open class Base { internal final class Derived : test.Base { public constructor Derived() protected open override /*1*/ fun foo(): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritJavaField.txt b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritJavaField.txt index 6d6bcea0193..5c46ad9f261 100644 --- a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritJavaField.txt +++ b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritJavaField.txt @@ -12,4 +12,4 @@ public open class Super { public final var field: kotlin.Int private final var privateField: kotlin.Int public open fun method(): kotlin.Int -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritParameterName.txt b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritParameterName.txt index 362143c3993..08114a752ab 100644 --- a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritParameterName.txt +++ b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/InheritParameterName.txt @@ -18,4 +18,4 @@ internal abstract class ZAB : test.A, test.B { internal abstract class ZBA : test.B, test.A { public constructor ZBA() public abstract override /*2*/ /*fake_override*/ fun foo(/*0*/ kotlinName: kotlin.Int): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/javaRefersToKotlin.txt b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/javaRefersToKotlin.txt index 8afbd6d19db..d4ee5edb09a 100644 --- a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/javaRefersToKotlin.txt +++ b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/javaRefersToKotlin.txt @@ -11,4 +11,4 @@ internal trait K { internal trait K1 : test.J { public abstract override /*1*/ fun foo(/*0*/ k: test.K?): kotlin.Unit -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/propagationAgainstDeserializedSuperclass.txt b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/propagationAgainstDeserializedSuperclass.txt index 9230d1e51b8..8fa5fa08b24 100644 --- a/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/propagationAgainstDeserializedSuperclass.txt +++ b/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/propagationAgainstDeserializedSuperclass.txt @@ -12,4 +12,4 @@ internal trait K { internal final class K1 : test.J { public constructor K1() public open override /*1*/ fun foo(/*0*/ l: kotlin.MutableList): kotlin.String -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/sourceJava/ClassExtendsTypeParameter.txt b/compiler/testData/loadJava/sourceJava/ClassExtendsTypeParameter.txt index 2812416250c..2af89a91700 100644 --- a/compiler/testData/loadJava/sourceJava/ClassExtendsTypeParameter.txt +++ b/compiler/testData/loadJava/sourceJava/ClassExtendsTypeParameter.txt @@ -2,4 +2,4 @@ package test public open class ClassExtendsTypeParameter : T { public constructor ClassExtendsTypeParameter() -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/sourceJava/ErrorTypes.txt b/compiler/testData/loadJava/sourceJava/ErrorTypes.txt index bf961333801..a4b4c90be88 100644 --- a/compiler/testData/loadJava/sourceJava/ErrorTypes.txt +++ b/compiler/testData/loadJava/sourceJava/ErrorTypes.txt @@ -11,4 +11,4 @@ public trait ErrorTypes { public abstract fun errorTypeInParameter(/*0*/ list: kotlin.(Mutable)List!>!): kotlin.Unit public abstract fun returnErrorType(): [ERROR : Unresolved java classifier: T]! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/sourceJava/NullInAnnotation.txt b/compiler/testData/loadJava/sourceJava/NullInAnnotation.txt index 6de9e268fb0..9d177b01e3c 100644 --- a/compiler/testData/loadJava/sourceJava/NullInAnnotation.txt +++ b/compiler/testData/loadJava/sourceJava/NullInAnnotation.txt @@ -10,4 +10,4 @@ public trait NullInAnnotation { public abstract fun a(): kotlin.String public abstract fun b(): kotlin.Array } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt b/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt index 43415a3a1a7..8d3069ac5df 100644 --- a/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt +++ b/compiler/testData/loadJava/sourceJava/ReturnInnerSubclassOfSupersInner.txt @@ -19,4 +19,4 @@ public trait ReturnInnerSubclassOfSupersInner { public/*package*/ open fun get(): test.ReturnInnerSubclassOfSupersInner.Super! } } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt b/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt index 70a9b909b64..f1ea009fb47 100644 --- a/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt +++ b/compiler/testData/loadJava/sourceJava/ReturnNotSubtype.txt @@ -19,4 +19,4 @@ public trait ReturnNotSubtype { public abstract fun string2(): kotlin.String! public abstract fun t(): T! } -} \ No newline at end of file +} diff --git a/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt b/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt index b14a25a4a58..573f78e5212 100644 --- a/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt +++ b/compiler/testData/loadJava/sourceJava/WrongNumberOfGenericParameters.txt @@ -14,4 +14,4 @@ public trait WrongNumberOfGenericParameters { public trait Zero { } -} \ No newline at end of file +} diff --git a/compiler/testData/resolvedCalls/arguments/functionLiterals/chainedLambdas.txt b/compiler/testData/resolvedCalls/arguments/functionLiterals/chainedLambdas.txt index 2d7cf0de3d7..1685f05843c 100644 --- a/compiler/testData/resolvedCalls/arguments/functionLiterals/chainedLambdas.txt +++ b/compiler/testData/resolvedCalls/arguments/functionLiterals/chainedLambdas.txt @@ -19,4 +19,4 @@ Value arguments mapping: SUCCESS t : Int = 1 SUCCESS f : (Int) -> String = { x -> "$x"} -SUCCESS g : (String) -> Int = { y -> y.length } \ No newline at end of file +SUCCESS g : (String) -> Int = { y -> y.length } diff --git a/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaReturnType.txt b/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaReturnType.txt index 38df325b85f..e1d89084f22 100644 --- a/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaReturnType.txt +++ b/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaReturnType.txt @@ -16,4 +16,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -MATCH_MODULO_UNINFERRED_TYPES f : () -> ??? = { b } \ No newline at end of file +MATCH_MODULO_UNINFERRED_TYPES f : () -> ??? = { b } diff --git a/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaType.txt b/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaType.txt index d3f8e5cfa51..1adca947cff 100644 --- a/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaType.txt +++ b/compiler/testData/resolvedCalls/arguments/functionLiterals/notInferredLambdaType.txt @@ -16,4 +16,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -MATCH_MODULO_UNINFERRED_TYPES f : (???) -> String = { x -> "$x"} \ No newline at end of file +MATCH_MODULO_UNINFERRED_TYPES f : (???) -> String = { x -> "$x"} diff --git a/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleGenericLambda.txt b/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleGenericLambda.txt index fec973bd0e2..ff920577a7f 100644 --- a/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleGenericLambda.txt +++ b/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleGenericLambda.txt @@ -16,4 +16,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS f : (Int) -> String = { (x: Int) -> "$x"} \ No newline at end of file +SUCCESS f : (Int) -> String = { (x: Int) -> "$x"} diff --git a/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleLambda.txt b/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleLambda.txt index 60f32d2bc4b..4d9757ee38e 100644 --- a/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleLambda.txt +++ b/compiler/testData/resolvedCalls/arguments/functionLiterals/simpleLambda.txt @@ -15,4 +15,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS f : (Int) -> String = { x -> "$x"} \ No newline at end of file +SUCCESS f : (Int) -> String = { x -> "$x"} diff --git a/compiler/testData/resolvedCalls/arguments/functionLiterals/unmappedLambda.txt b/compiler/testData/resolvedCalls/arguments/functionLiterals/unmappedLambda.txt index b2d58917e5a..334e498276a 100644 --- a/compiler/testData/resolvedCalls/arguments/functionLiterals/unmappedLambda.txt +++ b/compiler/testData/resolvedCalls/arguments/functionLiterals/unmappedLambda.txt @@ -15,4 +15,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -ARGUMENT UNMAPPED: { x -> "$x"} \ No newline at end of file +ARGUMENT UNMAPPED: { x -> "$x"} diff --git a/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt b/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt index 86f9f0299d1..adc2ba2fe7c 100644 --- a/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt +++ b/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt @@ -19,4 +19,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: SUCCESS t : Comparable = 11 -SUCCESS l : List> = ls \ No newline at end of file +SUCCESS l : List> = ls diff --git a/compiler/testData/resolvedCalls/arguments/genericCalls/simpleGeneric.txt b/compiler/testData/resolvedCalls/arguments/genericCalls/simpleGeneric.txt index fa8c4613480..4968a0a6d8a 100644 --- a/compiler/testData/resolvedCalls/arguments/genericCalls/simpleGeneric.txt +++ b/compiler/testData/resolvedCalls/arguments/genericCalls/simpleGeneric.txt @@ -18,4 +18,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS t : A = A() \ No newline at end of file +SUCCESS t : A = A() diff --git a/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameter.txt b/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameter.txt index a18e178358f..a5310f5dd06 100644 --- a/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameter.txt +++ b/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameter.txt @@ -19,4 +19,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: MATCH_MODULO_UNINFERRED_TYPES t : ??? = 11 -MATCH_MODULO_UNINFERRED_TYPES l : MutableList = ls \ No newline at end of file +MATCH_MODULO_UNINFERRED_TYPES l : MutableList = ls diff --git a/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameterTypeMismatch.txt b/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameterTypeMismatch.txt index 3281f9ea27d..462d1e8dac9 100644 --- a/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameterTypeMismatch.txt +++ b/compiler/testData/resolvedCalls/arguments/genericCalls/uninferredParameterTypeMismatch.txt @@ -16,4 +16,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -TYPE_MISMATCH l : List = 11 \ No newline at end of file +TYPE_MISMATCH l : List = 11 diff --git a/compiler/testData/resolvedCalls/arguments/namedArguments/positionedAfterNamed.txt b/compiler/testData/resolvedCalls/arguments/namedArguments/positionedAfterNamed.txt index 7008cca0195..8e16fdd255d 100644 --- a/compiler/testData/resolvedCalls/arguments/namedArguments/positionedAfterNamed.txt +++ b/compiler/testData/resolvedCalls/arguments/namedArguments/positionedAfterNamed.txt @@ -19,4 +19,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: SUCCESS b : B = B() -ARGUMENT UNMAPPED: A() \ No newline at end of file +ARGUMENT UNMAPPED: A() diff --git a/compiler/testData/resolvedCalls/arguments/namedArguments/shiftedArgsMatch.txt b/compiler/testData/resolvedCalls/arguments/namedArguments/shiftedArgsMatch.txt index f906ecdeb78..c6859a72614 100644 --- a/compiler/testData/resolvedCalls/arguments/namedArguments/shiftedArgsMatch.txt +++ b/compiler/testData/resolvedCalls/arguments/namedArguments/shiftedArgsMatch.txt @@ -19,4 +19,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: SUCCESS b : B = B() -SUCCESS a : A = A() \ No newline at end of file +SUCCESS a : A = A() diff --git a/compiler/testData/resolvedCalls/arguments/oneArgument/argumentHasNoType.txt b/compiler/testData/resolvedCalls/arguments/oneArgument/argumentHasNoType.txt index 61106d4fec4..d5ad5be19bc 100644 --- a/compiler/testData/resolvedCalls/arguments/oneArgument/argumentHasNoType.txt +++ b/compiler/testData/resolvedCalls/arguments/oneArgument/argumentHasNoType.txt @@ -17,4 +17,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -ARGUMENT_HAS_NO_TYPE a : A = b \ No newline at end of file +ARGUMENT_HAS_NO_TYPE a : A = b diff --git a/compiler/testData/resolvedCalls/arguments/oneArgument/simpleMatch.txt b/compiler/testData/resolvedCalls/arguments/oneArgument/simpleMatch.txt index 9c7f7b4e9dd..8e925b69330 100644 --- a/compiler/testData/resolvedCalls/arguments/oneArgument/simpleMatch.txt +++ b/compiler/testData/resolvedCalls/arguments/oneArgument/simpleMatch.txt @@ -17,4 +17,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS a : A = A() \ No newline at end of file +SUCCESS a : A = A() diff --git a/compiler/testData/resolvedCalls/arguments/oneArgument/typeMismatch.txt b/compiler/testData/resolvedCalls/arguments/oneArgument/typeMismatch.txt index 1f881faf2c8..bf3fdc4f09e 100644 --- a/compiler/testData/resolvedCalls/arguments/oneArgument/typeMismatch.txt +++ b/compiler/testData/resolvedCalls/arguments/oneArgument/typeMismatch.txt @@ -17,4 +17,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -TYPE_MISMATCH a : A = "" \ No newline at end of file +TYPE_MISMATCH a : A = "" diff --git a/compiler/testData/resolvedCalls/arguments/oneArgument/unmappedArgument.txt b/compiler/testData/resolvedCalls/arguments/oneArgument/unmappedArgument.txt index 5b97813df69..6b888b077d4 100644 --- a/compiler/testData/resolvedCalls/arguments/oneArgument/unmappedArgument.txt +++ b/compiler/testData/resolvedCalls/arguments/oneArgument/unmappedArgument.txt @@ -15,4 +15,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -ARGUMENT UNMAPPED: "" \ No newline at end of file +ARGUMENT UNMAPPED: "" diff --git a/compiler/testData/resolvedCalls/arguments/realExamples/emptyList.txt b/compiler/testData/resolvedCalls/arguments/realExamples/emptyList.txt index ff0eb6aef0a..5f789485d03 100644 --- a/compiler/testData/resolvedCalls/arguments/realExamples/emptyList.txt +++ b/compiler/testData/resolvedCalls/arguments/realExamples/emptyList.txt @@ -20,4 +20,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -MATCH_MODULO_UNINFERRED_TYPES t : List = emptyList() \ No newline at end of file +MATCH_MODULO_UNINFERRED_TYPES t : List = emptyList() diff --git a/compiler/testData/resolvedCalls/arguments/realExamples/emptyMutableList.txt b/compiler/testData/resolvedCalls/arguments/realExamples/emptyMutableList.txt index 363656eaae1..222dd13a0c7 100644 --- a/compiler/testData/resolvedCalls/arguments/realExamples/emptyMutableList.txt +++ b/compiler/testData/resolvedCalls/arguments/realExamples/emptyMutableList.txt @@ -20,4 +20,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -MATCH_MODULO_UNINFERRED_TYPES t : MutableList = emptyList() \ No newline at end of file +MATCH_MODULO_UNINFERRED_TYPES t : MutableList = emptyList() diff --git a/compiler/testData/resolvedCalls/arguments/severalCandidates/mostSpecific.txt b/compiler/testData/resolvedCalls/arguments/severalCandidates/mostSpecific.txt index 212ffb664e2..ee137adcdb4 100644 --- a/compiler/testData/resolvedCalls/arguments/severalCandidates/mostSpecific.txt +++ b/compiler/testData/resolvedCalls/arguments/severalCandidates/mostSpecific.txt @@ -20,4 +20,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: SUCCESS a : A = A() -SUCCESS s : String = "" \ No newline at end of file +SUCCESS s : String = "" diff --git a/compiler/testData/resolvedCalls/differentCallElements/annotationCall.txt b/compiler/testData/resolvedCalls/differentCallElements/annotationCall.txt index 935da0c7163..3cb1219c03d 100644 --- a/compiler/testData/resolvedCalls/differentCallElements/annotationCall.txt +++ b/compiler/testData/resolvedCalls/differentCallElements/annotationCall.txt @@ -13,4 +13,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS i : Int = 1 \ No newline at end of file +SUCCESS i : Int = 1 diff --git a/compiler/testData/resolvedCalls/differentCallElements/delegatorToSuperCall.txt b/compiler/testData/resolvedCalls/differentCallElements/delegatorToSuperCall.txt index 06825ecb980..34cddce9d3d 100644 --- a/compiler/testData/resolvedCalls/differentCallElements/delegatorToSuperCall.txt +++ b/compiler/testData/resolvedCalls/differentCallElements/delegatorToSuperCall.txt @@ -9,4 +9,4 @@ Resulting descriptor: constructor A() defined in A Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/differentCallElements/simpleArrayAccess.txt b/compiler/testData/resolvedCalls/differentCallElements/simpleArrayAccess.txt index a1862f96c21..57b0edb6b1d 100644 --- a/compiler/testData/resolvedCalls/differentCallElements/simpleArrayAccess.txt +++ b/compiler/testData/resolvedCalls/differentCallElements/simpleArrayAccess.txt @@ -13,4 +13,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS index : Int = 1 \ No newline at end of file +SUCCESS index : Int = 1 diff --git a/compiler/testData/resolvedCalls/explicitReceiverIsDispatchReceiver.txt b/compiler/testData/resolvedCalls/explicitReceiverIsDispatchReceiver.txt index 00ce1ee3734..a9a8477c6e4 100644 --- a/compiler/testData/resolvedCalls/explicitReceiverIsDispatchReceiver.txt +++ b/compiler/testData/resolvedCalls/explicitReceiverIsDispatchReceiver.txt @@ -13,4 +13,4 @@ Resulting descriptor: fun foo(): Unit defined in A Explicit receiver kind = DISPATCH_RECEIVER Dispatch receiver = a {A} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/explicitReceiverIsExtensionReceiver.txt b/compiler/testData/resolvedCalls/explicitReceiverIsExtensionReceiver.txt index bb2182ae8c4..6f31e6e3a57 100644 --- a/compiler/testData/resolvedCalls/explicitReceiverIsExtensionReceiver.txt +++ b/compiler/testData/resolvedCalls/explicitReceiverIsExtensionReceiver.txt @@ -13,4 +13,4 @@ Resulting descriptor: fun A.foo(): Unit defined in root package Explicit receiver kind = EXTENSION_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = a {A} \ No newline at end of file +Extension receiver = a {A} diff --git a/compiler/testData/resolvedCalls/functionTypes/invokeForExtensionFunctionType.txt b/compiler/testData/resolvedCalls/functionTypes/invokeForExtensionFunctionType.txt index de791c85a1d..670900139ee 100644 --- a/compiler/testData/resolvedCalls/functionTypes/invokeForExtensionFunctionType.txt +++ b/compiler/testData/resolvedCalls/functionTypes/invokeForExtensionFunctionType.txt @@ -9,4 +9,4 @@ Resulting descriptor: fun Int.invoke(): Unit defined in kotlin.ExtensionFunction Explicit receiver kind = BOTH_RECEIVERS Dispatch receiver = f {ExtensionFunction0} -Extension receiver = 1 {Int} \ No newline at end of file +Extension receiver = 1 {Int} diff --git a/compiler/testData/resolvedCalls/functionTypes/invokeForFunctionType.txt b/compiler/testData/resolvedCalls/functionTypes/invokeForFunctionType.txt index 7b155d39a12..3d3c438745b 100644 --- a/compiler/testData/resolvedCalls/functionTypes/invokeForFunctionType.txt +++ b/compiler/testData/resolvedCalls/functionTypes/invokeForFunctionType.txt @@ -9,4 +9,4 @@ Resulting descriptor: fun invoke(): Unit defined in kotlin.Function0 Explicit receiver kind = DISPATCH_RECEIVER Dispatch receiver = f {Function0} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionType.txt b/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionType.txt index f0adfae18e4..1b52dd128e9 100644 --- a/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionType.txt +++ b/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionType.txt @@ -13,4 +13,4 @@ Resulting descriptor: val foo: Int.() -> Unit defined in A Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = Class{A} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionTypeInvoke.txt b/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionTypeInvoke.txt index 2bed2789968..4375c4cddd7 100644 --- a/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionTypeInvoke.txt +++ b/compiler/testData/resolvedCalls/functionTypes/valOfExtensionFunctionTypeInvoke.txt @@ -13,4 +13,4 @@ Resulting descriptor: fun Int.invoke(): Unit defined in kotlin.ExtensionFunction Explicit receiver kind = BOTH_RECEIVERS Dispatch receiver = foo {ExtensionFunction0} -Extension receiver = 1 {Int} \ No newline at end of file +Extension receiver = 1 {Int} diff --git a/compiler/testData/resolvedCalls/functionTypes/valOfFunctionType.txt b/compiler/testData/resolvedCalls/functionTypes/valOfFunctionType.txt index 408fe38a217..1c52afe2a0b 100644 --- a/compiler/testData/resolvedCalls/functionTypes/valOfFunctionType.txt +++ b/compiler/testData/resolvedCalls/functionTypes/valOfFunctionType.txt @@ -13,4 +13,4 @@ Resulting descriptor: val foo: (Int) -> Int defined in A Explicit receiver kind = DISPATCH_RECEIVER Dispatch receiver = a {A} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/functionTypes/valOfFunctionTypeInvoke.txt b/compiler/testData/resolvedCalls/functionTypes/valOfFunctionTypeInvoke.txt index d30acd07780..614de01fa99 100644 --- a/compiler/testData/resolvedCalls/functionTypes/valOfFunctionTypeInvoke.txt +++ b/compiler/testData/resolvedCalls/functionTypes/valOfFunctionTypeInvoke.txt @@ -17,4 +17,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS p1 : Int = 1 \ No newline at end of file +SUCCESS p1 : Int = 1 diff --git a/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceivers.txt b/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceivers.txt index 9675423d8d2..cb2e2a42770 100644 --- a/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceivers.txt +++ b/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceivers.txt @@ -17,4 +17,4 @@ Resulting descriptor: fun B.foo(): Unit defined in A Explicit receiver kind = EXTENSION_RECEIVER Dispatch receiver = AExt{fun A.(): Unit defined in bar} -Extension receiver = b {B} \ No newline at end of file +Extension receiver = b {B} diff --git a/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceiversWithoutExplicitReceiver.txt b/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceiversWithoutExplicitReceiver.txt index 11c7a312254..9394bc1338d 100644 --- a/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceiversWithoutExplicitReceiver.txt +++ b/compiler/testData/resolvedCalls/hasBothDispatchAndExtensionReceiversWithoutExplicitReceiver.txt @@ -19,4 +19,4 @@ Resulting descriptor: fun B.foo(): Unit defined in A Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = AExt{fun A.(): Unit defined in bar} -Extension receiver = BExt{fun B.(): Unit defined in bar.} \ No newline at end of file +Extension receiver = BExt{fun B.(): Unit defined in bar.} diff --git a/compiler/testData/resolvedCalls/implicitReceiverIsDispatchReceiver.txt b/compiler/testData/resolvedCalls/implicitReceiverIsDispatchReceiver.txt index a790a88d395..011f0359a29 100644 --- a/compiler/testData/resolvedCalls/implicitReceiverIsDispatchReceiver.txt +++ b/compiler/testData/resolvedCalls/implicitReceiverIsDispatchReceiver.txt @@ -13,4 +13,4 @@ Resulting descriptor: fun foo(): Unit defined in A Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = AExt{fun A.bar(): Unit defined in root package} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/implicitReceiverIsExtensionReceiver.txt b/compiler/testData/resolvedCalls/implicitReceiverIsExtensionReceiver.txt index 113930521b1..122b90fd02d 100644 --- a/compiler/testData/resolvedCalls/implicitReceiverIsExtensionReceiver.txt +++ b/compiler/testData/resolvedCalls/implicitReceiverIsExtensionReceiver.txt @@ -13,4 +13,4 @@ Resulting descriptor: fun A.foo(): Unit defined in root package Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = AExt{fun A.bar(): Unit defined in root package} \ No newline at end of file +Extension receiver = AExt{fun A.bar(): Unit defined in root package} diff --git a/compiler/testData/resolvedCalls/impliedThisNoExplicitReceiver.txt b/compiler/testData/resolvedCalls/impliedThisNoExplicitReceiver.txt index 394c53cbfc0..357ca6e316e 100644 --- a/compiler/testData/resolvedCalls/impliedThisNoExplicitReceiver.txt +++ b/compiler/testData/resolvedCalls/impliedThisNoExplicitReceiver.txt @@ -12,4 +12,4 @@ Resulting descriptor: fun foo(): Unit defined in A Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = Class{A} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/invoke/bothReceivers.txt b/compiler/testData/resolvedCalls/invoke/bothReceivers.txt index 0bdb4fa7cea..ca3bc7ba62b 100644 --- a/compiler/testData/resolvedCalls/invoke/bothReceivers.txt +++ b/compiler/testData/resolvedCalls/invoke/bothReceivers.txt @@ -13,4 +13,4 @@ Resulting descriptor: fun Int.invoke(): Unit defined in Foo Explicit receiver kind = BOTH_RECEIVERS Dispatch receiver = f {Foo} -Extension receiver = 1 {Int} \ No newline at end of file +Extension receiver = 1 {Int} diff --git a/compiler/testData/resolvedCalls/invoke/dispatchReceiverAsReceiverForInvoke.txt b/compiler/testData/resolvedCalls/invoke/dispatchReceiverAsReceiverForInvoke.txt index e3dd8a876cb..93ae01e0d9b 100644 --- a/compiler/testData/resolvedCalls/invoke/dispatchReceiverAsReceiverForInvoke.txt +++ b/compiler/testData/resolvedCalls/invoke/dispatchReceiverAsReceiverForInvoke.txt @@ -13,4 +13,4 @@ Resulting descriptor: fun invoke(): Unit defined in Foo Explicit receiver kind = DISPATCH_RECEIVER Dispatch receiver = f {Foo} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/invoke/extensionReceiverAsReceiverForInvoke.txt b/compiler/testData/resolvedCalls/invoke/extensionReceiverAsReceiverForInvoke.txt index 2e9ec252b16..6ced1d44ff3 100644 --- a/compiler/testData/resolvedCalls/invoke/extensionReceiverAsReceiverForInvoke.txt +++ b/compiler/testData/resolvedCalls/invoke/extensionReceiverAsReceiverForInvoke.txt @@ -12,4 +12,4 @@ Resulting descriptor: fun Foo.invoke(): Unit defined in root package Explicit receiver kind = EXTENSION_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = f {Foo} \ No newline at end of file +Extension receiver = f {Foo} diff --git a/compiler/testData/resolvedCalls/invoke/implicitReceiverForInvoke.txt b/compiler/testData/resolvedCalls/invoke/implicitReceiverForInvoke.txt index e6e5fb58259..ce97e5b63cc 100644 --- a/compiler/testData/resolvedCalls/invoke/implicitReceiverForInvoke.txt +++ b/compiler/testData/resolvedCalls/invoke/implicitReceiverForInvoke.txt @@ -15,4 +15,4 @@ Resulting descriptor: fun Int.invoke(): Unit defined in Foo Explicit receiver kind = DISPATCH_RECEIVER Dispatch receiver = f {Foo} -Extension receiver = IntExt{fun Int.(): Unit defined in bar} \ No newline at end of file +Extension receiver = IntExt{fun Int.(): Unit defined in bar} diff --git a/compiler/testData/resolvedCalls/invoke/invokeOnClassObject1.txt b/compiler/testData/resolvedCalls/invoke/invokeOnClassObject1.txt index 38688a122a6..e910066acf1 100644 --- a/compiler/testData/resolvedCalls/invoke/invokeOnClassObject1.txt +++ b/compiler/testData/resolvedCalls/invoke/invokeOnClassObject1.txt @@ -13,4 +13,4 @@ Resulting descriptor: class object defined in A Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/invoke/invokeOnClassObject2.txt b/compiler/testData/resolvedCalls/invoke/invokeOnClassObject2.txt index 8bb5cd24dbf..0d5377090e5 100644 --- a/compiler/testData/resolvedCalls/invoke/invokeOnClassObject2.txt +++ b/compiler/testData/resolvedCalls/invoke/invokeOnClassObject2.txt @@ -17,4 +17,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS i : Int = 1 \ No newline at end of file +SUCCESS i : Int = 1 diff --git a/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry1.txt b/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry1.txt index 21dd743f940..52c0f485d25 100644 --- a/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry1.txt +++ b/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry1.txt @@ -14,4 +14,4 @@ Resulting descriptor: enum entry ONE : A defined in A Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry2.txt b/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry2.txt index 0e9260172f9..97de82ac980 100644 --- a/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry2.txt +++ b/compiler/testData/resolvedCalls/invoke/invokeOnEnumEntry2.txt @@ -18,4 +18,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS i : Int = 1 \ No newline at end of file +SUCCESS i : Int = 1 diff --git a/compiler/testData/resolvedCalls/invoke/invokeOnObject1.txt b/compiler/testData/resolvedCalls/invoke/invokeOnObject1.txt index 4ae8ef1d3e0..7f40b514096 100644 --- a/compiler/testData/resolvedCalls/invoke/invokeOnObject1.txt +++ b/compiler/testData/resolvedCalls/invoke/invokeOnObject1.txt @@ -11,4 +11,4 @@ Resulting descriptor: object A defined in root package Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/invoke/invokeOnObject2.txt b/compiler/testData/resolvedCalls/invoke/invokeOnObject2.txt index 05190c41590..7c11cb81799 100644 --- a/compiler/testData/resolvedCalls/invoke/invokeOnObject2.txt +++ b/compiler/testData/resolvedCalls/invoke/invokeOnObject2.txt @@ -15,4 +15,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS i : Int = 1 \ No newline at end of file +SUCCESS i : Int = 1 diff --git a/compiler/testData/resolvedCalls/objectsAndClassObjects/classObject.txt b/compiler/testData/resolvedCalls/objectsAndClassObjects/classObject.txt index 0bffce41c48..9ea4bbd38d1 100644 --- a/compiler/testData/resolvedCalls/objectsAndClassObjects/classObject.txt +++ b/compiler/testData/resolvedCalls/objectsAndClassObjects/classObject.txt @@ -15,4 +15,4 @@ Resulting descriptor: val baz: Foo defined in Foo. Explicit receiver kind = DISPATCH_RECEIVER Dispatch receiver = Foo {} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/objectsAndClassObjects/kt5308IntRangeConstant.txt b/compiler/testData/resolvedCalls/objectsAndClassObjects/kt5308IntRangeConstant.txt index cf4024e785a..1b429d26fe1 100644 --- a/compiler/testData/resolvedCalls/objectsAndClassObjects/kt5308IntRangeConstant.txt +++ b/compiler/testData/resolvedCalls/objectsAndClassObjects/kt5308IntRangeConstant.txt @@ -10,4 +10,4 @@ Resulting descriptor: val EMPTY: IntRange defined in kotlin.IntRange.} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/objectsAndClassObjects/object.txt b/compiler/testData/resolvedCalls/objectsAndClassObjects/object.txt index 02b6dcc08c1..ca658c4872a 100644 --- a/compiler/testData/resolvedCalls/objectsAndClassObjects/object.txt +++ b/compiler/testData/resolvedCalls/objectsAndClassObjects/object.txt @@ -13,4 +13,4 @@ Resulting descriptor: val baz: Int defined in Foo Explicit receiver kind = DISPATCH_RECEIVER Dispatch receiver = Foo {Foo} -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/realExamples/stringPlusInBuilders.txt b/compiler/testData/resolvedCalls/realExamples/stringPlusInBuilders.txt index 418e81067ac..c4dadd1f22c 100644 --- a/compiler/testData/resolvedCalls/realExamples/stringPlusInBuilders.txt +++ b/compiler/testData/resolvedCalls/realExamples/stringPlusInBuilders.txt @@ -45,4 +45,4 @@ Resulting descriptor: fun String.plus(): Unit defined in Title Explicit receiver kind = EXTENSION_RECEIVER Dispatch receiver = TitleExt{fun Title.(): Unit defined in result..} -Extension receiver = "Foo" {String} \ No newline at end of file +Extension receiver = "Foo" {String} diff --git a/compiler/testData/resolvedCalls/resolve/mostSpecificUninferredParam.txt b/compiler/testData/resolvedCalls/resolve/mostSpecificUninferredParam.txt index b4fe0d473df..40c5b409ad3 100644 --- a/compiler/testData/resolvedCalls/resolve/mostSpecificUninferredParam.txt +++ b/compiler/testData/resolvedCalls/resolve/mostSpecificUninferredParam.txt @@ -19,4 +19,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -MATCH_MODULO_UNINFERRED_TYPES l : List = emptyList() \ No newline at end of file +MATCH_MODULO_UNINFERRED_TYPES l : List = emptyList() diff --git a/compiler/testData/resolvedCalls/resolve/mostSpecificWithLambda.txt b/compiler/testData/resolvedCalls/resolve/mostSpecificWithLambda.txt index 734b45979c2..ed5cca2c111 100644 --- a/compiler/testData/resolvedCalls/resolve/mostSpecificWithLambda.txt +++ b/compiler/testData/resolvedCalls/resolve/mostSpecificWithLambda.txt @@ -17,4 +17,4 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS f : () -> Unit = { } \ No newline at end of file +SUCCESS f : () -> Unit = { } diff --git a/compiler/testData/resolvedCalls/simpleCall.txt b/compiler/testData/resolvedCalls/simpleCall.txt index 4661be5a9a8..e84726a7f90 100644 --- a/compiler/testData/resolvedCalls/simpleCall.txt +++ b/compiler/testData/resolvedCalls/simpleCall.txt @@ -11,4 +11,4 @@ Resulting descriptor: fun foo(): Unit defined in root package Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/thisOrSuper/labeledSuper.txt b/compiler/testData/resolvedCalls/thisOrSuper/labeledSuper.txt index 1bc9f903013..6ecd2d04c8b 100644 --- a/compiler/testData/resolvedCalls/thisOrSuper/labeledSuper.txt +++ b/compiler/testData/resolvedCalls/thisOrSuper/labeledSuper.txt @@ -15,4 +15,4 @@ Resulting descriptor: Class{B}::this Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/thisOrSuper/labeledThis.txt b/compiler/testData/resolvedCalls/thisOrSuper/labeledThis.txt index 3af9a9c48cb..00b131e39a9 100644 --- a/compiler/testData/resolvedCalls/thisOrSuper/labeledThis.txt +++ b/compiler/testData/resolvedCalls/thisOrSuper/labeledThis.txt @@ -11,4 +11,4 @@ Resulting descriptor: Class{A}::this Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/thisOrSuper/simpleSuper.txt b/compiler/testData/resolvedCalls/thisOrSuper/simpleSuper.txt index e24eb12544c..34d05a81475 100644 --- a/compiler/testData/resolvedCalls/thisOrSuper/simpleSuper.txt +++ b/compiler/testData/resolvedCalls/thisOrSuper/simpleSuper.txt @@ -15,4 +15,4 @@ Resulting descriptor: Class{B}::this Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/thisOrSuper/simpleThis.txt b/compiler/testData/resolvedCalls/thisOrSuper/simpleThis.txt index cac3ac471e7..f557ce405a3 100644 --- a/compiler/testData/resolvedCalls/thisOrSuper/simpleThis.txt +++ b/compiler/testData/resolvedCalls/thisOrSuper/simpleThis.txt @@ -11,4 +11,4 @@ Resulting descriptor: Class{A}::this Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER diff --git a/compiler/testData/resolvedCalls/thisOrSuper/thisInExtensionFunction.txt b/compiler/testData/resolvedCalls/thisOrSuper/thisInExtensionFunction.txt index 60baf9442ba..367f7571711 100644 --- a/compiler/testData/resolvedCalls/thisOrSuper/thisInExtensionFunction.txt +++ b/compiler/testData/resolvedCalls/thisOrSuper/thisInExtensionFunction.txt @@ -11,4 +11,4 @@ Resulting descriptor: AExt{fun A.bar(): Unit defined in root package}::this Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER -Extension receiver = NO_RECEIVER \ No newline at end of file +Extension receiver = NO_RECEIVER