Protection against "<caret>" missing in test data
Many incorrect tests fixed
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
fun foo(y: Int, z: Int) = y - z
|
||||
|
||||
val x = { second: Int, first: Int -> foo(first, second) }
|
||||
val x = { second: Int, first: Int -> <caret>foo(first, second) }
|
||||
Reference in New Issue
Block a user