Code Insight: Format generated declarations

#KT-11176 Fixed
(cherry picked from commit 3641ad6)
This commit is contained in:
Alexey Sedunov
2016-06-30 15:02:14 +03:00
parent a33f946c14
commit 3ba776fffa
51 changed files with 57 additions and 69 deletions
@@ -1,7 +1,6 @@
// "Create member function 'set'" "true"
class A {
operator fun get(s: String): Int = 1
operator fun set(s: String, value: Int) {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}