Join Slack
Powered by
Can primary constructor properties have a "define ...
# announcements
d
dean
06/15/2016, 6:59 PM
Can primary constructor properties have a "define in class body" option in the alt+enter menu? ie:
Copy code
class Foo(val bar: Any)
would turn into
Copy code
class Foo(bar: Any) { val bar: Any = bar }
Open in Slack
Previous
Next