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