blob: 5080d0af593b03bfc62226ae0b904e168ffd5571 [file] [log] [blame]
class Foo {
int bar({dynamic baz = this}) => 42;
}