Find Usages: Restrict search scope for private class members

#KT-6124 Fixed
This commit is contained in:
Alexey Sedunov
2014-10-27 14:51:33 +03:00
parent a2930a581f
commit a13f334df2
8 changed files with 25 additions and 24 deletions
@@ -1,3 +1 @@
Function call (12: 45) override fun processRequest() = "foo" + doProcessRequest()
Function call (5: 18) Server().doProcessRequest()
Function call (8: 33) open fun processRequest() = doProcessRequest()