I have a bit of problem...

this case works:

ArrayList<Bullet> bullets = new ArrayList<>();

while(true){
System.out.println(bullets.size());

}