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