Cleanup as36 patchset files (KTI-315)

This commit is contained in:
Yunir Salimzyanov
2020-08-13 18:59:30 +03:00
parent 0a9089bc72
commit 27b2e16141
57 changed files with 0 additions and 2245 deletions
@@ -1,4 +0,0 @@
// WITH_RUNTIME
fun foo(list: List<String>, function: (String) -> Boolean = { it.length > 6 }) = list.filter(
function
)