blob: e387ab99c8b69a0d141c175137cd9e04c774c176 [file] [log] [blame]
class A {
final int x;
const A(this.x);
}
main() {}