"contains" now requires to be marked as operator + no heuristic signature for contains needed anymore
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
interface X<T> {
|
||||
fun contains(t: T): Boolean
|
||||
operator fun contains(t: T): Boolean
|
||||
}
|
||||
|
||||
interface A {
|
||||
|
||||
Reference in New Issue
Block a user