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