ExtractionTest: Change test data layout
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo(c : Collection<String>){
|
||||
val function = { it; false }
|
||||
c.filter(function)
|
||||
}
|
||||
Reference in New Issue
Block a user