blob: 6b25734df00bafce53c0827bc2ddb05cc9e316f8 [file]
fun foo(o: String?, o1: String) {
if (o != o1) return
<caret>o.hashCode()
}