blob: 8dab0803fcece5aca6d20d8fa2a0350ade2ae8a3 [file] [log] [blame]
class Test {
static void foo2() {}
static void foo2(int i) {}
{
Runnable r = Test ::foo2;
}
}