change signature AIOOBE

This commit is contained in:
Anna Kozlova
2015-10-14 11:12:27 +02:00
parent f6106591fa
commit a69c1bc650
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,8 @@
class Test {
void foo(int i, boolean b) {}
{
foo(, );
}
}