blob: 264e03725b0b57b532e2fdaf9f24dc812a16e8e5 [file] [log] [blame]
class Test {
Object object;
void foo() {
Object o = <selection>object</selection>; // object is selected
Object p = object;
}
}