blob: f9e177a3d536299ac9ff26ba65a7cb93cd09b645 [file] [log] [blame]
// "Change variable 'test' type to 'char[]'" "true"
class A {
void m() {
final Long[] test = new Long[]{<caret>'a'};
}
}