Cleanup deprecated symbol usages in testData
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(list: List<String>, function: (String) -> Boolean = { it.length() > 6 }) = list.filter(function)
|
||||
fun foo(list: List<String>, function: (String) -> Boolean = { it.length > 6 }) = list.filter(function)
|
||||
Reference in New Issue
Block a user