Migrate testdata to new lambda syntax
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ fun test3(): Int {
|
||||
result = it.value;
|
||||
throw RuntimeException("-1")
|
||||
},
|
||||
{ (e, z)->
|
||||
{ e, z ->
|
||||
++result
|
||||
throw RuntimeException("-2")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user