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