mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
prefer most used weigher: fix test
This commit is contained in:
@@ -10,7 +10,14 @@ class Bar {
|
||||
System.out.println(foo.qwe);
|
||||
System.out.println(foo.qwe);
|
||||
System.out.println(foo.qwe);
|
||||
System.out.println(foo.qwe);
|
||||
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
foo.zxc();
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ public class CompilerReferenceDataInCompletionTest extends CompilerReferencesTes
|
||||
}
|
||||
|
||||
public void testSimpleMembers() {
|
||||
doTestMemberCompletionOrdering(new String[] {"Bar.java", "Foo.java"}, "qwe", "asd(0)", "zxc(0)");
|
||||
doTestMemberCompletionOrdering(new String[] {"Bar.java", "Foo.java"}, "qwe", "zxc(0)", "asd(0)");
|
||||
}
|
||||
|
||||
//public void testOverloads() {
|
||||
|
||||
Reference in New Issue
Block a user