d75b938089
#KT-34049 Fixed
6 lines
218 B
Kotlin
Vendored
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 |