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