Ident elvis with normal ident in Kotlin code style (KT-25008)
#KT-25008 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun test(some: Any?, error: Int) {
|
||||
val test = some
|
||||
?: error
|
||||
}
|
||||
|
||||
// SET_FALSE: CONTINUATION_INDENT_IN_ELVIS
|
||||
Reference in New Issue
Block a user