Files
kotlin-fork/idea/resources/intentionDescriptions/SimplifyAssertNotNullIntention/description.html
T
2016-01-18 15:34:20 +03:00

6 lines
196 B
HTML

<html>
<body>
This intention replaces an 'assert' call which checks that a variable declared above has non-null value
with use of '!!' or '?:' operator in the variable initializer.
</body>
</html>