Files
kotlin-fork/idea/testData/formatter/ElvisWrap.kt
T
Dmitry Jemerov eacd010e7e Option to wrap elvis expressions
#KT-21720 Fixed
2017-12-11 17:58:02 +01:00

4 lines
63 B
Kotlin
Vendored

val x = "abc" ?: "def"
// SET_INT: WRAP_ELVIS_EXPRESSIONS = 2