Created
February 11, 2013 14:13
-
-
Save pnkfelix/4754621 to your computer and use it in GitHub Desktop.
semi-minimal test case
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gczeal(9, 2) | |
function testScatterConflict() { | |
var p = new ParallelArray([1,2]); | |
function foo() true; | |
function bar() true; | |
var r = p.scatter([0,1]); | |
} | |
testScatterConflict(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment