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