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