blob: 7f33f347b3fd18fc7c32fbae5fe517ab0fa6d37b [file] [log] [blame]
class Test {
void foo() {
<selection>class X {}
X x;
</selection>
x = null;
}
}