Remove rest of whitespace on override or implement to insert generated at caret offset
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package foo
|
||||
|
||||
class Impl: B {
|
||||
|
||||
override fun foo(r: Runnable?) {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user