Convert put to assignment: don't report when receiver object has custom 'set' method
#KT-33212 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
5abb6bc7a5
commit
653e20dcba
@@ -0,0 +1,6 @@
|
||||
import java.util.HashMap;
|
||||
|
||||
public class Foo extends HashMap<String, String> {
|
||||
public void set(String x, String y) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user