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