blob: f38f3d33b732035d197cf8e90cd96a39f646ddab [file] [log] [blame]
class C {
dynamic x = this;
var x = this;
}