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