mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-22 04:45:29 +07:00
8 lines
105 B
Java
8 lines
105 B
Java
interface I {
|
|
String apply(String s);
|
|
}
|
|
class Test {
|
|
{
|
|
I f = <selection>s</selection> -> s;
|
|
}
|
|
} |