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
This commit is contained in:
committed by
Dmitry Jemerov
parent
93b5eec71e
commit
8e00af5642
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Converts a top-level property that is initialized with an object expression to an object declaration.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user