All operator usages are searched with new searcher

This commit is contained in:
Valentin Kipyatkov
2016-09-27 18:26:39 +03:00
parent ba76e4d24d
commit af0b027952
12 changed files with 40 additions and 130 deletions
@@ -9,7 +9,7 @@ class Delegate() {
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: String) {
}
fun <caret>propertyDelegated(property: KProperty<*>) {
operator fun <caret>propertyDelegated(property: KProperty<*>) {
}
}
@@ -0,0 +1,4 @@
Resolved by Delegate()
Searched references to Delegate
Used plain search of Delegate.propertyDelegated(property: KProperty<*>) in LocalSearchScope:
CLASS:Delegate