Pull Members Up: fix invalid code format on function with comment and another indent

#KT-32426 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-08-01 17:17:32 +09:00
committed by Dmitry Gridin
parent 7c2f6ecba7
commit 729ed1a44e
6 changed files with 66 additions and 0 deletions
@@ -0,0 +1,10 @@
open class A
class <caret>B : A() {
// INFO: {"checked": "true"}
fun barw() {
}
// INFO: {"checked": "true", "toAbstract": "true"}
val foo8: Int = 1
}