ReferencesSearch finds references of data class component functions in Java code

#KT-8808 Fixed
This commit is contained in:
Dmitry Jemerov
2015-08-21 15:46:59 +02:00
parent 056d8dfd9f
commit 24f45a382e
8 changed files with 41 additions and 8 deletions
@@ -131,4 +131,8 @@ public class KotlinLightParameter extends LightParameter implements KotlinLightE
JetParameter origin = getOrigin();
return origin != null ? origin.getUseScope() : GlobalSearchScope.EMPTY_SCOPE;
}
public KotlinLightMethod getMethod() {
return method;
}
}