blob: c8bd64414c32943b7fc0fcf03cd63a7734d013eb [file] [log] [blame]
fun foo(a: String, b: String?) {
a.equals(b)
}