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