Shorten references: Do not lookup packages when searching for conflicting declarations
Minor: use JetTreeVisitor
This commit is contained in:
@@ -442,7 +442,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractShortenRefsTest>()) {
|
||||
model("shortenRefs")
|
||||
model("shortenRefs", pattern = """^([^\.]+)\.kt$""")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractCompiledKotlinInJavaCompletionTest>()) {
|
||||
|
||||
Reference in New Issue
Block a user