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