blob: e1d5d9a570e40c6c153ad4eaddda87bc3b732ef2 [file] [log] [blame]
class Class {
var map = {
'foo': (String a) {
int c = a.length;
}
};
}
main() {}