Missing property keywords
gergoerdi opened this issue · 6 comments
get
, set
and field
are keywords related to properties: https://kotlinlang.org/docs/reference/properties.html
The statement is true, but what is needed is a statement of a problem with the Kotlin mode along with an example exposing the problem that needs solving. The example can then be formed into a test, which can then lead to a proposal for change of the code.
It turns out that it's farily non-trivial to support these keywords correctly too. At least for get and set, these are only properly keywords in certain contexts (I don't know much about the field keyword, that might be simpler).
In addition, get and set have kind of a special case of indentation rules in intellij at least.
WHY IS THIS STILL OPEN...
@ice1000 I haven't had time to work on this lately. I'd love to get this fixed but it may be a bit before I can deal with this specific issue. If a PR was created I would definitely have time to review it. Thanks for checking out this project. I'd love for emacs to have better emacs support eventually.
This should be fixed in the next version heading the melpa in an hour or two.