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

5 lines
112 B
HTML

<html>
<body>
This intention converts an unsafe cast (<b>as</b>) to an <b>unsafeCast()</b> call.
</body>
</html>