8e31113a4f
#KT-25008 Fixed
6 lines
113 B
Kotlin
Vendored
6 lines
113 B
Kotlin
Vendored
fun test(some: Any?, error: Int) {
|
|
val test = some
|
|
?: error
|
|
}
|
|
|
|
// SET_FALSE: CONTINUATION_INDENT_IN_ELVIS |