Files
kotlin-fork/idea/testData/formatter/ElvisInStringTemplate.kt
T
2019-10-31 18:34:42 +07:00

6 lines
218 B
Kotlin
Vendored

fun test() {
val projectExtId: String? = "id"
val s = "https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:${projectExtId ?: "Kotlin_dev_Compiler"})"
}
// SET_INT: WRAP_ELVIS_EXPRESSIONS = 2