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