blob: 6b119bcfc0e3b562345bb641fe7570b30c5f6b45 [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
var a_complement = ~1;
var a_negate = -1;
var a_not = !true;