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