): 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 *0*/ X> 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*0*/ P> : 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*0*/ T : 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/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 *0*/ T> 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*0*/ T> : 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 *0*/ T> getT(): kotlin.Unit
internal fun *0*/ A, /*1*/ B> getTT(): kotlin.Unit
internal fun *0*/ A, /*1*/ B, /*2*/ C> 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*0*/ T> {
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*0*/ T> {
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 *0*/ T> 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*0*/ K, /*1*/ V> : 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*0*/ D> : 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*0*/ T> : 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*0*/ out S> : 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*0*/ out D> : 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 *0*/ T> ff(/*0*/ l: kotlin.MutableCollection): kotlin.Boolean
\ No newline at end of file
+internal fun *0*/ T> 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*0*/ T> : 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*0*/ 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/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*0*/ out S> : 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*0*/ out S> : 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 *0*/ T : kotlin.Any> testing(/*0*/ a: T?): kotlin.Boolean
\ No newline at end of file
+internal fun *0*/ T : kotlin.Any> 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 *0*/ T> testing(/*0*/ a: T): kotlin.Boolean
\ No newline at end of file
+internal fun *0*/ T> 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*0*/ T> {
internal open class SelfR*0*/ T> {
public constructor SelfR*0*/ T>()
-}
\ 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*0*/ out 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/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*0*/ 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/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*0*/ out B> : 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*0*/ out B> : 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*0*/ out B> : 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*0*/ out B> : 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*0*/ out B> : 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*0*/ T> : 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*0*/ 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/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*0*/ 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/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*0*/ 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/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*0*/ T> : 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*0*/ 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/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*0*/ 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/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 *0*/ T> 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 *0*/ T> joinG(/*0*/ x: kotlin.Int, /*1*/ vararg a: T /*kotlin.Array*/): kotlin.String
internal fun *0*/ T : kotlin.Any> 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 _*0*/ 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/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 *0*/ T> T.run(/*0*/ f: (T) -> kotlin.Unit): kotlin.Unit
\ No newline at end of file
+internal fun *0*/ T> 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 *0*/ T> 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 *0*/ T, /*1*/ R> kotlin.Iterable.fold(/*0*/ a: R, /*1*/ op: (T, R) -> R): R
internal fun *0*/ T> 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 *0*/ T : java.io.Closeable, /*1*/ R> T.use(/*0*/ block: (T) -> R): R
\ No newline at end of file
+kotlin.inline() public fun *0*/ T : java.io.Closeable, /*1*/ R> 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 *0*/ out T> T.x: kotlin.Int
internal val *0*/ in T> T.y: kotlin.Int
internal fun *0*/ in T> f(): kotlin.Unit
internal fun *0*/ out T> g(): kotlin.Unit
-internal fun *0*/ out T, /*1*/ in X, /*2*/ Y> h(): kotlin.Unit
\ No newline at end of file
+internal fun *0*/ out T, /*1*/ in X, /*2*/ Y> 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*0*/ T : kotlin.Any> {
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*0*/ T> {
internal final fun *0*/ R> 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*0*/ T, /*1*/ R> {
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*0*/ R> {
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*0*/ T : kotlin.Any> {
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 *0*/ T> 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*0*/ T> {
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*0*/ T> {
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*0*/ T> {
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*0*/ 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/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*0*/ 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/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*0*/ T> {
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*0*/ T> {
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 *0*/ T> 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*0*/ T> {
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 *0*/ T> java.util.Enumeration.iterator(): kotlin.Iterator
\ No newline at end of file
+internal fun *0*/ T> 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*0*/ D> {
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
internal open fun *0*/ T> 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 _*0*/ 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/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 _*0*/ 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/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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> 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 *0*/ T> T.run(/*0*/ f: (T) -> kotlin.Unit): kotlin.Unit
\ No newline at end of file
+internal fun *0*/ T> 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*0*/ 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/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*0*/ out T> {
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*0*/ A : 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*0*/ T : 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*0*/ 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/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*0*/ 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/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*0*/ 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/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*0*/ out S> {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.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 *0*/ A> main(/*0*/ tp: A, /*1*/ any: kotlin.Any): kotlin.Unit
internal fun *0*/ reified T> T.invoke(): T
-internal fun *0*/ reified T> T.plus(/*0*/ p: T): T
\ No newline at end of file
+internal fun *0*/ reified T> 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*0*/ reified 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/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 *0*/ reified T> f(): T
internal fun *0*/ T> id(/*0*/ p: T): T
-internal fun *0*/ A> main(): kotlin.Unit
\ No newline at end of file
+internal fun *0*/ A> 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 *0*/ reified T> v: T
internal fun *0*/ T> id(/*0*/ p: T): T
-internal fun *0*/ A> main(): kotlin.Unit
\ No newline at end of file
+internal fun *0*/ A> 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*0*/ reified 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/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 _*0*/ 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/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 _*0*/ 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/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*0*/ 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/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*0*/ 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/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 *0*/ T> 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 *0*/ T, /*1*/ R> foo(/*0*/ map: kotlin.Map): R
internal fun *0*/ F, /*1*/ G> 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 *0*/ T> foo(/*0*/ i: kotlin.Int, /*1*/ t: T): kotlin.Unit
internal fun *0*/ T> 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 *0*/ T : kotlin.Any> fooT22(): T?
-internal fun *0*/ T : kotlin.Any> T?.sure(): T
\ No newline at end of file
+internal fun *0*/ T : kotlin.Any> 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 *0*/ T> g(/*0*/ a: kotlin.Any, /*1*/ i: kotlin.Int): kotlin.Collection
internal fun *0*/ T> g(/*0*/ i: kotlin.Int, /*1*/ a: kotlin.Any): kotlin.List
internal fun *0*/ T> 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 *0*/ R> h(/*0*/ a: kotlin.Any, /*1*/ i: kotlin.Int, /*2*/ r: R, /*3*/ f: (kotlin.Boolean) -> kotlin.Int): kotlin.Int
internal fun *0*/ R> 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 *0*/ T> f(/*0*/ a: kotlin.Any, /*1*/ l: kotlin.List): kotlin.Collection
internal fun *0*/ T> f(/*0*/ i: kotlin.Int, /*1*/ c: kotlin.Collection): kotlin.List
internal fun *0*/ T> 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 *0*/ T> f(/*0*/ a: kotlin.Any, /*1*/ t: T, /*2*/ l: kotlin.MutableList): kotlin.Unit
internal fun *0*/ T> 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 *0*/ R> h(/*0*/ f: (kotlin.Boolean) -> R): kotlin.Int
internal fun *0*/ R> 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 *0*/ T : kotlin.Any> joinT(/*0*/ x: kotlin.Any, /*1*/ y: T): T?
internal fun *0*/ T : kotlin.Any> 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 *0*/ T> list(/*0*/ value: T): java.util.ArrayList
internal fun test(): kotlin.Unit
internal fun *0*/ R> 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 *0*/ T, /*1*/ R, /*2*/ C : kotlin.MutableCollection> 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 _*0*/ 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/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 _*0*/ 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/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 _*0*/ 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/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 _*0*/ 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/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 *0*/ T> list(/*0*/ value: T): java.util.ArrayList
internal fun *0*/ S> 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 *0*/ T> 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 *0*/ T> emptyList(): kotlin.List
internal fun *0*/ T> 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 *0*/ T> 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*0*/ T> : 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 *0*/ T> expected(/*0*/ t: T, /*1*/ f: () -> T): T
internal fun test(/*0*/ arrayList: java.util.ArrayList, /*1*/ list: kotlin.List): kotlin.Unit
internal fun *0*/ T> 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 *0*/ T> test(/*0*/ value: T, /*1*/ extf: kotlin.String.(T) -> kotlin.Unit): kotlin.Unit
internal fun tests(): kotlin.Unit
internal fun *0*/ K, /*1*/ V> 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