[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun test(list: MutableList<String>) {
|
||||
list.removeAll {
|
||||
it.isEmpty()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user