summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2012-02-14 18:37:56 +0100
committerMartin Odersky <odersky@gmail.com>2012-02-14 18:37:56 +0100
commitea96b48d9274e90b64b66e51507460c004c01643 (patch)
tree0ee4f7f9f1283c6fa1b510a16e8942ef74e1e08d /src/library
parent5bbc2d089f0f440612d6219479ea8e5cea0f01a4 (diff)
downloadscala-ea96b48d9274e90b64b66e51507460c004c01643.tar.gz
scala-ea96b48d9274e90b64b66e51507460c004c01643.tar.bz2
scala-ea96b48d9274e90b64b66e51507460c004c01643.zip
Changed erasure behavior of arrays to use always boxed representation.
Conflicts: test/files/run/Meter.scala
Diffstat (limited to 'src/library')
-rwxr-xr-xsrc/library/scala/reflect/api/Types.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/reflect/api/Types.scala b/src/library/scala/reflect/api/Types.scala
index 8a91956320..09ee90355e 100755
--- a/src/library/scala/reflect/api/Types.scala
+++ b/src/library/scala/reflect/api/Types.scala
@@ -46,7 +46,7 @@ trait Types { self: Universe =>
/** Substitute types in `to` for corresponding occurrences of references to
* symbols `from` in this type.
*/
- def substituteTypes(from: List[Symbol], to: List[Type]): Type // !!! Too many things with names like "subst"
+ def substituteTypes(from: List[Symbol], to: List[Type]): Type
/** If this is a parameterized types, the type arguments.
* Otherwise the empty list