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

7 lines
223 B
HTML

<html>
<body>
This inspection detects 'assert' calls checking that a variable declared above has a non-null value.
Such asserts can be replaced with use of '!!' or '?:' operator in the variable initializer.
</body>
</html>