diff -r 000000000000 -r 6474c204b198 toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,6 @@ +foo = (n) -> + return "foo" + i for i in [0...n] + +[first, second, third] = foo(3) + +debugger \ No newline at end of file