blob: 8ec2d285d8072d2e37107ce37fe12066661392ae [file] [log] [blame]
import java.util.*;
class Test {
{
String[] a = new String[] {
// workaround for QC CR #80581
"actioninvocationdata"
};
final List<String> foo = Arrays.asList(<caret>a);
}
}