Migrate testdata to new lambda syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun Any.with(operation : Any.() -> Any) = operation().toString()
|
||||
|
||||
val f = { (a : Int) :Unit -> }
|
||||
val f = { a : Int -> }
|
||||
|
||||
fun box () : String {
|
||||
return if(20.with {
|
||||
|
||||
Reference in New Issue
Block a user