blob: a60f2aea80a527e08af185c8147ecb81495c50af [file] [log] [blame]
extension on int {
int bar({int baz = this}) => 42;
}