0f4ae3b727
Supported functions: orEmpty(), isNullOrEmpty(), isNullOrBlank()
9 lines
176 B
HTML
9 lines
176 B
HTML
<html>
|
|
<body>
|
|
This inspection reports calls on not-null receiver that make sense only for nullable receiver, e.g.
|
|
<pre><code>
|
|
listOf(1).orEmpty()
|
|
</code></pre>
|
|
</body>
|
|
</html>
|