Files

5 lines
61 B
Kotlin
Vendored

class B
fun test(b1: B, b2: B) {
<expr>b1 == b2</expr>
}