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

5 lines
150 B
HTML

<html>
<body>
This intention converts an object literal to a class and replaces the object literal expression with a constructor call.
</body>
</html>