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