Merge remote branch 'origin/master'

This commit is contained in:
Andrey Breslav
2011-11-03 17:37:37 +03:00
@@ -366,7 +366,7 @@ public class NamespaceGenTest extends CodegenTestCase {
} }
public void testArrayAugAssignLong() throws Exception { public void testArrayAugAssignLong() throws Exception {
loadText("fun foo(c: LongArray) { c[0] *= 2 }"); loadText("fun foo(c: LongArray) { c[0] *= 2.lng }");
System.out.println(generateToText()); System.out.println(generateToText());
final Method main = generateFunction(); final Method main = generateFunction();
long[] data = new long[] { 5 }; long[] data = new long[] { 5 };