public class StaticMethodCall { void m() { <caret>Foo.staticMethod(); } }