mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
generate constructor: place varargs from base constructor as last parameter (IDEA-142811)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Base {
|
||||
public Base(String... ignored) { }
|
||||
}
|
||||
class Derived extends Base {
|
||||
int i;
|
||||
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user