blob: 7b6becfc301e85c42fbdfdf3b7f528cb90b12911 [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
test1() {}
test2() {}
var x1 = {1: 'x', 2: 'y'};
var x2 = {1: 'x', 2: 'y', 3.0: new RegExp('.')};