Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertLateinitPropertyToNullableIntention/description.html
T

5 lines
127 B
HTML

<html>
<body>
This intention converts a lateinit var property / variable to a nullable var property / variable.
</body>
</html>