Test fix for previous commit
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
fun box() : String {
|
||||
fun foo<T>(t:() -> T) : T = t()
|
||||
|
||||
return foo {}
|
||||
return "OK"
|
||||
return foo {"OK"}
|
||||
}
|
||||
Reference in New Issue
Block a user