Give more priority to declarations from the same file

This commit is contained in:
Nikolay Krasko
2013-09-13 22:40:44 +04:00
parent 39bf53155b
commit b0acf758bc
7 changed files with 64 additions and 14 deletions
@@ -465,7 +465,7 @@ public class GenerateTests {
"idea/tests",
"CompletionWeigherTestGenerated",
AbstractCompletionWeigherTest.class,
testModel("idea/testData/completion/weighers", true, "doTest")
testModelWithPattern("idea/testData/completion/weighers", "^([^\\.]+).kt$", "doTest")
);
generateTest(