From 91c61e4694097971b9a0c139048b7239d0f05588 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 28 Nov 2014 22:10:37 +0100 Subject: Previous scheme was buggy; leaked Array types to backend. Now: All new Array[T] methods are translated to calls of the form dotty.Arrays.newXYZArray ... --- src/dotty/tools/dotc/core/NameOps.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/NameOps.scala') diff --git a/src/dotty/tools/dotc/core/NameOps.scala b/src/dotty/tools/dotc/core/NameOps.scala index bc15f6a06..a6b40fe66 100644 --- a/src/dotty/tools/dotc/core/NameOps.scala +++ b/src/dotty/tools/dotc/core/NameOps.scala @@ -204,7 +204,6 @@ object NameOps { case nme.length => nme.primitive.arrayLength case nme.update => nme.primitive.arrayUpdate case nme.clone_ => nme.clone_ - case nme.CONSTRUCTOR => nme.primitive.arrayConstructor } /** If name length exceeds allowable limit, replace part of it by hash */ -- cgit v1.2.3