mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 08:41:59 +07:00
GitOrigin-RevId: e5f895b4d6241fd4a15fa62e2ab764f9a4e3860a
5 lines
85 B
Java
5 lines
85 B
Java
class LambdaExpression {
|
|
Runnable x() {
|
|
return () -> System.out.println()
|
|
}
|
|
} |