eacd010e7e
#KT-21720 Fixed
5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
val x = "abc"
|
|
?: "def"
|
|
|
|
// SET_INT: WRAP_ELVIS_EXPRESSIONS = 2
|