Files
kotlin-fork/idea/resources/intentionDescriptions/ValToObjectIntention/description.html
T
Kirill Rakhman 8e00af5642 Add intention to convert top level val with object expression to object declaration (#974)
* Add intention to convert top level val with object expression to object
Fixes #KT-14137

* fix intention description
2017-05-08 16:35:03 +03:00

6 lines
132 B
HTML

<html>
<body>
Converts a top-level property that is initialized with an object expression to an object declaration.
</body>
</html>