berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

[3,3].fill(1, 0, 2) should return [1,1] not [3,3] #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Test case: puts [3,3].fill(1, 0, 2)
Expected: [1, 1]
Actual: [3, 3]

Blocks MatrixBenchmark.

Original issue reported on code.google.com by sason...@gmail.com on 23 Oct 2007 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by meaningi...@gmail.com on 23 Oct 2007 at 5:27