Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertObjectLiteralToClassIntention/description.html
T
2017-01-10 21:16:12 +03:00

5 lines
139 B
HTML

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