blob: 7753032674ffbe94a79a57af086f9300be3f7153 [file] [log] [blame]
class Client2 {
void foo() {
new Base().s = 'a';
}
}