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
@@ -442,7 +442,7 @@ fun main(args: Array<String>) {
}
testClass(javaClass<AbstractShortenRefsTest>()) {
model("shortenRefs")
model("shortenRefs", pattern = """^([^\.]+)\.kt$""")
}
testClass(javaClass<AbstractCompiledKotlinInJavaCompletionTest>()) {