mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
8 lines
123 B
Java
8 lines
123 B
Java
// "Create method 'fooBar'" "true"
|
|
class FooBar {
|
|
interface A {}
|
|
void m(A a){
|
|
Runnable r = a::foo<caret>Bar;
|
|
}
|
|
}
|