blob: 2976ef4fdd4816b756f8652b2fec821d2ad41a0a [file] [log] [blame]
import java.util.ArrayList
class Test {
void foo() {
ArrayList l = <selection>new ArrayList<>()</selection>;
}
}