Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -73,4 +73,4 @@ public final enum class Pu : kotlin.Enum<test.Pu> {
|
||||
// Static members
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.Pu
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.Pu>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,4 +79,4 @@ internal final enum class En : kotlin.Enum<test.En> {
|
||||
// Static members
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.En
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.En>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ internal final class A {
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.A.E
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.A.E>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ internal final class A {
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.A.E
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.A.E>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,4 +23,4 @@ internal final enum class MyEnum : kotlin.Enum<test.MyEnum> {
|
||||
// Static members
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.MyEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.MyEnum>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user