blob: 3cba041fb882dd13a6fbec741677512c5074a9c6 [file] [log] [blame]
// "Replace lambda with method reference" "true"
class Example {
interface Jjj {
int[] jjj(int p);
}
{
Jjj jjj = int[]::new;
}
}