blob: 7786b17cc832496fbc130fc0f38e348a823b96c5 [file] [log] [blame]
class A {
A(const this.foo);
final String foo;
}
main() {}