Fix line separators insertion

This commit is contained in:
Nikolay Krasko
2012-01-19 16:43:49 +04:00
parent 0e13952e0e
commit 14bccd9352
3 changed files with 9 additions and 7 deletions
@@ -11,10 +11,8 @@ class SomeOther<S> : Some<S> {
override fun someFoo() {
throw UnsupportedOperationException()
}
override fun someGenericFoo(): S {
throw UnsupportedOperationException()
}
override fun someOtherFoo(): Int = 0
}