blob: dd815139efa5ac4c0516c5f899d0e11281ab1662 [file] [log] [blame]
class Test {
static void f<caret>oo() {}
static void foo2(int i) {}
{
Runnable r = Test :: foo;
}
}