blob: 3c3be744f548bcf5d5c406e39e9491bac39c7634 [file] [log] [blame]
class Class {
const Class({this.length = 0});
final int length;
method1a() {}
method1b() {}
method2a() {}
method2b() {}
}
main() {}