blob: ae82c7498fff3edd6d86d223914a411efec7f87c [file] [log] [blame]
class Outer {
static class Inner {
static void foo() {}
}
{
Runnable r = Inner::foo;
}
}