6ee4b5e393
#KT-27651 Fixed
7 lines
91 B
Kotlin
Vendored
7 lines
91 B
Kotlin
Vendored
// PROBLEM: none
|
|
const val s = "debug"
|
|
|
|
fun main() {
|
|
if (<caret>s == "debug") {
|
|
}
|
|
} |