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