Give more priority to declarations from the same file
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user