blob: 967fe3c7af780470c8d6c268b23860506c40ffdc [file] [log] [blame]
class Test {
void foo(Object o) {
<selection>((A)o).doSmth();</selection>
}
}
class A {void doSmth(){}}