Shorten references: Do not lookup packages when searching for conflicting declarations

Minor: use JetTreeVisitor
This commit is contained in:
Pavel V. Talanov
2014-01-24 22:07:31 +04:00
parent 30f49f3c9a
commit 4638806d11
7 changed files with 27 additions and 20 deletions
@@ -0,0 +1,3 @@
package same
class same() {}
@@ -0,0 +1,2 @@
fun f(s: <selection>same.same</selection>) {
}
@@ -0,0 +1,4 @@
import same.same
fun f(s: same) {
}