Quick search of iterator operator usages

This commit is contained in:
Valentin Kipyatkov
2016-09-24 21:41:50 +03:00
parent f2e5662154
commit 75a6b0ca5a
4 changed files with 64 additions and 5 deletions
@@ -0,0 +1,7 @@
Checked type of parameter a of FOR
Checked type of parameter a of FOR
Resolved for (a in A<Int>()) {}
Resolved for (a in A<String>()) {}
Searched references to A
Used plain search of A.iterator() in LocalSearchScope:
CLASS:A