Add "map.get() with not-null assertion operator" inspection #KT-25171 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c5c0cbccde
commit
d3908aeb2e
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports <b>map.get()!!</b> that can be replaced with <b>map.getValue()</b>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user