443b1834bc
#KT-23445 Fixed
9 lines
137 B
Kotlin
Vendored
9 lines
137 B
Kotlin
Vendored
// RUNTIME_WITH_KOTLIN_TEST
|
|
|
|
import kotlin.test.*
|
|
|
|
fun foo() {
|
|
val a = "a"
|
|
val b = "a"
|
|
assertTrue(<caret>a == b, "message")
|
|
} |