1 2 3 4 5 6 7 8
Invalid Code void main () { dynamic Object? foo = null; foo.on_bar.connect ((baz) => { // lambdas are not allowed }); }