Formatter: don't format elvis operator in string template
#KT-34049 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
bcee8ce04b
commit
d75b938089
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user