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