[AA] allow navigation from '==' to the equals method of lhs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
class A(val n: Any) {
|
||||
override infix fun equals(other: Any?): Boolean = other is A && other.n <caret>!= n
|
||||
}
|
||||
Reference in New Issue
Block a user