mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
4 lines
81 B
Java
4 lines
81 B
Java
class MethodReferenceConstructor {
|
|
Runnable r = <caret>Foo::new;
|
|
}
|
|
class Foo {} |