fix some tests for as36
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(list: List<String>, function: (String) -> Boolean = { it.length > 6 }) = list.filter(
|
||||
function
|
||||
)
|
||||
Reference in New Issue
Block a user