Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
This commit is contained in:
@@ -19,4 +19,4 @@ Value arguments mapping:
|
||||
|
||||
SUCCESS t : Int = 1
|
||||
SUCCESS f : (Int) -> String = { x -> "$x"}
|
||||
SUCCESS g : (String) -> Int = { y -> y.length }
|
||||
SUCCESS g : (String) -> Int = { y -> y.length }
|
||||
|
||||
+1
-1
@@ -16,4 +16,4 @@ Extension receiver = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
MATCH_MODULO_UNINFERRED_TYPES f : () -> ??? = { b }
|
||||
MATCH_MODULO_UNINFERRED_TYPES f : () -> ??? = { b }
|
||||
|
||||
+1
-1
@@ -16,4 +16,4 @@ Extension receiver = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
MATCH_MODULO_UNINFERRED_TYPES f : (???) -> String = { x -> "$x"}
|
||||
MATCH_MODULO_UNINFERRED_TYPES f : (???) -> String = { x -> "$x"}
|
||||
|
||||
@@ -16,4 +16,4 @@ Extension receiver = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
SUCCESS f : (Int) -> String = { (x: Int) -> "$x"}
|
||||
SUCCESS f : (Int) -> String = { (x: Int) -> "$x"}
|
||||
|
||||
@@ -15,4 +15,4 @@ Extension receiver = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
SUCCESS f : (Int) -> String = { x -> "$x"}
|
||||
SUCCESS f : (Int) -> String = { x -> "$x"}
|
||||
|
||||
@@ -15,4 +15,4 @@ Extension receiver = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
ARGUMENT UNMAPPED: { x -> "$x"}
|
||||
ARGUMENT UNMAPPED: { x -> "$x"}
|
||||
|
||||
Reference in New Issue
Block a user