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

5 lines
112 B
HTML

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