blob: 1b4ea7e000ca58b568c387e4fc0de702dd595d91 [file] [log] [blame]
// "Add 'new int[]'" "true"
class c {
void f() {
int[] a;
a = <caret>{1, 2};
}
}