Files
kotlin-fork/idea/resources/inspectionDescriptions/UselessCallOnNotNull.html
T

10 lines
171 B
HTML

<html>
<body>
This inspection reports calls on not-null receiver that make sense only for nullable receiver, e.g.
<pre><b>
listOf(1).orEmpty()
</b></pre>
</body>
</html>