Remove rest of whitespace on override or implement to insert generated at caret offset

This commit is contained in:
Nikolay Krasko
2014-10-03 16:02:22 +04:00
parent 03d1c64d27
commit a50720d74d
33 changed files with 45 additions and 48 deletions
@@ -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)
}