Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ public open class WrongFieldMutability {
|
||||
public constructor WrongFieldMutability()
|
||||
public final val fooFinal: kotlin.String! = "Test"
|
||||
public final var fooNotFinal: kotlin.String!
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user