KT-1053 Incorrect auto formatting of when expression
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun some(x : Any) {
|
||||
when (x) {
|
||||
is Int ->
|
||||
0
|
||||
else -> {
|
||||
1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user