blob: b698ee9f798c78283406211891e228c0613a2ee4 [file] [log] [blame]
// "Change 'new X[42]' to 'new long[]'" "true"
class X {
public long[] foo() { return <caret>new X[42]; }
}