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

5 lines
127 B
HTML

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