blob: d51cacce25879e06b02a43a911e5df387cf0654e [file] [log] [blame]
var log;
class C1 {
final int id;
C1.n1(this.id, [String s = "a"]) {}
}
extension type ET1(int id) {
ET1.n1(this.id, [String s = "b"]) {}
}
main() {}
expect(expected, actual) {}