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

6 lines
192 B
HTML

<html>
<body>
This inspection reports an if expression checking variable being null right after initializing it that can be converted into an elvis operator in the initializer
</body>
</html>