blob: 82950304be66a8efaa0de2d7bd9772e6a3e1f728 [file] [log] [blame]
// @dart = 2.12
typedef A = Function()?;
class B {}
class C = A with B;
main() {}