mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
11 lines
104 B
Java
11 lines
104 B
Java
interface SA<caret>M {
|
|
void foo();
|
|
}
|
|
|
|
class Test {
|
|
{
|
|
bar(() -> {});
|
|
}
|
|
|
|
void bar(SAM sam){}
|
|
} |