blob: 4765eeda64aa1e0b25a8d959b625d10f8cce8dda [file] [log] [blame]
class C {
int f;
{
int f = 0;
int k = this.f;
}
}