blob: 66956f15d458719e6d178f403ab4b5127027f4a0 [file] [log] [blame]
class Foo {
{
x = 3;
x = 2;<caret> y = 4;
}
}