blob: ab453b5c44523460a87272afa30956b1ce59bd0b [file] [log] [blame]
// @dart = 2.9
class C {
operator unary- ()=> 0;
}
main() {}