blob: 9ffb89507938400ba301f257e9e0a5fe4c347acd [file] [log] [blame]
public class Foo {
void m(Object o) {
o.throw <caret>
}
}