Migrate testdata to new lambda syntax
This commit is contained in:
+1
-1
@@ -4,5 +4,5 @@ class Mocha() {
|
||||
}
|
||||
fun main() {
|
||||
val mocha = Mocha()
|
||||
val testing = mocha<caret>(1, "fire"){ (x: Int) -> "hello world" }
|
||||
val testing = mocha<caret>(1, "fire"){ x: Int -> "hello world" }
|
||||
}
|
||||
Reference in New Issue
Block a user