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

6 lines
209 B
HTML

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