mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 19:06:35 +07:00
expected type considered less important a sorting criterion than statistics and prefix (IDEA-94884, IDEA-93198)
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
public class AnotherTestClass {
|
||||
public static void main(String[] args) throws IOException {
|
||||
test(getnu<caret>);
|
||||
}
|
||||
|
||||
private static void test(int i, int j) {
|
||||
}
|
||||
|
||||
public static NumberProvider getNumProvider() {
|
||||
return new NumberProvider();
|
||||
}
|
||||
|
||||
public static int getNumber() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
private static class NumberProvider {
|
||||
public int getNumber() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user