blob: d0132300bccef7a75d739cdfc6e9afc2273bb04a [file] [log] [blame]
// @dart = 2.9
class A {
Map<String, var> m;
}
main() {}