tests: Update box tests (1050294:id)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
fun foo(): String {
|
||||
fun bar(x: String, y: String = x): String {
|
||||
return y
|
||||
}
|
||||
|
||||
return bar("OK")
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return foo()
|
||||
}
|
||||
Reference in New Issue
Block a user