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