mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 07:20:55 +07:00
11 lines
227 B
Java
11 lines
227 B
Java
// "Create Method 'f'" "true"
|
|
class A {
|
|
{
|
|
f(() -> {});
|
|
}
|
|
|
|
private void f(Object p0) {
|
|
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|