// LocalsOrMyInstanceFieldsControlFlowPolicy class TestForeach { { String[] args = new String[256]; for(String s : args) { foo(s); } } }