mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
Remove rest of whitespace on override or implement to insert generated at caret offset
This commit is contained in:
@@ -3,7 +3,6 @@ package foo
|
||||
import foo.Intf
|
||||
|
||||
class Impl(): Intf() {
|
||||
|
||||
override fun getFooBar(): String? {
|
||||
return super<Intf>.getFooBar()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user