blob: b7ad39585fe8fc284e56c389f4c652d255de2f91 [file] [log] [blame]
fun foo(a: String, b: String?) {
a <caret>== b
}