Remove rest of whitespace on override or implement to insert generated at caret offset
This commit is contained in:
@@ -5,7 +5,6 @@ open class Base<A, B, C>() {
|
||||
}
|
||||
|
||||
class C : Base<String, C, Unit>() {
|
||||
|
||||
override fun bar(value: () -> Unit): (String) -> Unit {
|
||||
return super<Base>.bar(value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user