Pull Members Up: fix invalid code format on function with comment and another indent
#KT-32426 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
7c2f6ecba7
commit
729ed1a44e
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
open class A
|
||||
|
||||
class Root {
|
||||
class <caret>B : A() {
|
||||
// INFO: {"checked": "true"}
|
||||
fun barw() {
|
||||
}
|
||||
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
val foo8: Int = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user