Smart completion after "by" and "in": non-imported operators supported
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package dependency
|
||||
|
||||
interface X
|
||||
interface Y : X
|
||||
interface Z
|
||||
|
||||
operator fun X.contains(s: String): Boolean = true
|
||||
fun Z.contains(s: String): Boolean = true
|
||||
Reference in New Issue
Block a user