"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 {
|
||||
fun contains(s: String): Boolean?
|
||||
operator fun contains(s: String): Boolean?
|
||||
}
|
||||
|
||||
fun foo(s: String, x: X) {
|
||||
|
||||
Reference in New Issue
Block a user