Code Insight: Preserve identifier quotes in "Generate equals()/hashCode()/toString()" actions

#KT-15883 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-23 14:55:36 +03:00
parent 7382d7c7d6
commit 983ad55357
11 changed files with 83 additions and 9 deletions
@@ -0,0 +1,3 @@
class Example(val `in`: String, val `cl ass`: String, val `valid`: Boolean) {
<caret>
}