Idea does not complain about varargs method definition when language level is set to 1.4.
It should - the code does not compile, but gives error message "<identifier> expected".
publicstatic void foo(String... s) {
}
Description
Idea does not complain about varargs method definition when language level is set to 1.4.
It should - the code does not compile, but gives error message "<identifier> expected".
Stephen Friedrich - 25 Jul 06 13:10 Just noticed that assert statements are also not highlighted as error.
Is this also fixed, or should I file a new bug?
Is this also fixed, or should I file a new bug?