mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
show param info: highlight overload vararg method
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Test {
|
||||
{
|
||||
refresh(<caret>false, false, null, "");
|
||||
}
|
||||
|
||||
public final void refresh(boolean async, boolean recursive, Runnable finishRunnable, String... files) {
|
||||
}
|
||||
|
||||
public final void refresh(boolean async, boolean recursive, Runnable finishRunnable, Integer files) {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user