blob: e489d908ded20c1f9c73ba4ddac1b617dd9dd50e [file] [log] [blame]
typedef A = Function()?;
mixin B {}
class C = A with B;
main() {}