Remove rest of whitespace on override or implement to insert generated at caret offset
This commit is contained in:
@@ -7,7 +7,6 @@ public open class B() : A() {
|
||||
}
|
||||
|
||||
public open class C() : B() {
|
||||
|
||||
override fun foo() {
|
||||
super<B>.foo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user