blob: 9092c5767e750acec56de71729198eb2b2658679 [file] [log] [blame]
class Util {
{
Another.fooZoo<caret>
}
}
class Another {
private static void fooZoo() {}
static void fooZooGoo() {}
static void fooZooImpl() {}
}