Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -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()
|
||||
internal val p4: kotlin.Long = 6.toLong()
|
||||
|
||||
Reference in New Issue
Block a user