blob: 94c8d2f42151ded36dff7d4d4d6b6d214f836d8f [file] [log] [blame]
public class Foo {
static void foo() {
Cln j = (ints) -> ints.clone();
}
interface Cln {
Object _(int[] p);
}
}