Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -17,4 +17,4 @@ public open class DeeplyInnerClass {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ public open class DeeplyNestedStatic {
|
||||
public open fun method(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,4 +63,4 @@ public final enum class Enum : kotlin.Enum<test.Enum!> {
|
||||
// Static members
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.Enum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.Enum>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ public open class InnerClass {
|
||||
public constructor Nested()
|
||||
public open fun bar(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@ public open class Simple {
|
||||
|
||||
// Static members
|
||||
public open fun bar(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@ public open class StaticFinal {
|
||||
|
||||
// Static members
|
||||
public final val foo: kotlin.String = "aaa"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ public final enum class StaticMembersInEnum : kotlin.Enum<test.StaticMembersInEn
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.StaticMembersInEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.StaticMembersInEnum>
|
||||
public open fun values(/*0*/ p0: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user