blob: bf2e71f830d883ad023d6fe9e8942826751a722f [file]
// @dart = 2.9
main() {}
class C {
final d;
C() {}
C(this.d) {}
}