blob: 2633e25f69541a5a185f626e224c5fba589740ad [file] [log] [blame]
class X {
interface I {
void _();
}
static void m() {}
{
I i = <spot>X :: m</spot>;
}
}