KT-2254 Incorrect indentation after = in val:
#KT-2254 fixed
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun
|
||||
test() =
|
||||
12
|
||||
@@ -0,0 +1,3 @@
|
||||
fun
|
||||
test() =
|
||||
12
|
||||
@@ -0,0 +1 @@
|
||||
fun test() =<caret>
|
||||
@@ -0,0 +1,2 @@
|
||||
fun test() =
|
||||
<caret>
|
||||
@@ -0,0 +1 @@
|
||||
val a =<caret>
|
||||
@@ -0,0 +1,2 @@
|
||||
val a =
|
||||
<caret>
|
||||
@@ -0,0 +1,3 @@
|
||||
val
|
||||
a =
|
||||
12
|
||||
@@ -0,0 +1,3 @@
|
||||
val
|
||||
a =
|
||||
12
|
||||
Reference in New Issue
Block a user