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