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