Add inspection for converting !collection.isEmpty() -> isNotEmpty()
#KT-27556 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
538a746df9
commit
7b43d5c972
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports <b>!collection.isEmpty()</b> call can be replaced with <b>collection.isNotEmpty()</b>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user