blob: 7dc490b2694dffd085ecf84a3645a12b179ccccd [file] [log] [blame]
class Bar {
get foo => 42;
get foo => ~foo;
}