blob: 02ef4eb38d11e671bec45958f7d865a6db6925a3 [file] [log] [blame]
@Deprecated('')
extension type A(@Deprecated('') int i) {
@Deprecated('')
A.constructor(this.i);
@Deprecated('')
void m() {}
}