blob: 07a3da1828cd827b84d0b4ed249bbfa9175e2432 [file] [log] [blame]
class X {
public void method() {
Object o = new Computable<String[]>() {
}
}
}