KT-2254 Incorrect indentation after = in val:

#KT-2254 fixed
This commit is contained in:
Nikolay Krasko
2012-06-27 21:01:55 +04:00
parent d308311aeb
commit 4a0b13d11e
12 changed files with 46 additions and 4 deletions
@@ -7,7 +7,7 @@ trait Trait {
class TraitImpl : Trait {
override fun <A, B: Runnable, E: Map.Entry<A, B>> foo()
where B: Cloneable, B: Comparable<B> {
where B: Cloneable, B: Comparable<B> {
throw UnsupportedOperationException()
}
}