Remove rest of whitespace on override or implement to insert generated at caret offset
This commit is contained in:
@@ -7,7 +7,6 @@ trait Some<T> {
|
||||
}
|
||||
|
||||
class SomeOther<S> : Some<S> {
|
||||
|
||||
override fun someFoo() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user