blob: f67e4a5863620ee28c6c6ad4f4a058c69c86c088 [file] [log] [blame]
// @dart = 2.9
class C {
dynamic x = this;
var x = this;
}