[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test(map: java.util.AbstractMap<String, Int>) {
|
||||
map.remove("", null)
|
||||
map.remove(null)
|
||||
}
|
||||
Reference in New Issue
Block a user