Smart completion after "by" and "in": non-imported operators supported
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import dependency.X
|
||||
import dependency.Y
|
||||
import dependency.Z
|
||||
|
||||
fun foo(s: String, x: X, y: Y, z: Z) {
|
||||
if (s in <caret>)
|
||||
}
|
||||
|
||||
// EXIST: x
|
||||
// EXIST: y
|
||||
// ABSENT: z
|
||||
Reference in New Issue
Block a user