blob: c95d86754858d66bcd0641c6ea8847830ddd9990 [file] [log] [blame]
import java.util.ArrayList;
class Test {
void foo() {
final ArrayList<String> a = new ArrayList<>();
}
}