mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
class Test {
|
|
|
|
static void foo2() {}
|
|
static void foo2(int i) {}
|
|
|
|
{
|
|
Runnable r = Test ::foo2;
|
|
}
|
|
} |