Pull Members Up: Always insert spaces between keywords

#KT-10971 Fixed
This commit is contained in:
Alexey Sedunov
2016-02-09 14:04:35 +03:00
parent e1b4f45b35
commit 651b00c323
7 changed files with 38 additions and 16 deletions
@@ -0,0 +1,6 @@
open class Upper
open class <caret>Lower : Upper() {
// INFO: {"checked": "true", "toAbstract": "true"}
protected val moving: Int = 0
}