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