"Convert put to assignment": don't report on 'super' #KT-27146 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b611facd71
commit
d89947bd5a
@@ -0,0 +1,8 @@
|
||||
// PROBLEM: none
|
||||
// RUNTIME_WITH_FULL_JDK
|
||||
|
||||
class Test : java.util.LinkedHashMap<String, String>() {
|
||||
fun test() {
|
||||
super.<caret>put("foo", "bar")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user