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