mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-25 14:14:34 +07:00
11 lines
94 B
Java
11 lines
94 B
Java
interface FooImpl extends Foo {}
|
|
|
|
class AAA {
|
|
|
|
void m() {
|
|
|
|
FooImpl l = () -> {};
|
|
|
|
}
|
|
|
|
} |