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