summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rwxr-xr-xsources/scala/tools/scalac/typechecker/RefCheck.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/tools/scalac/typechecker/RefCheck.scala b/sources/scala/tools/scalac/typechecker/RefCheck.scala
index 93b514217e..570dba39e7 100755
--- a/sources/scala/tools/scalac/typechecker/RefCheck.scala
+++ b/sources/scala/tools/scalac/typechecker/RefCheck.scala
@@ -981,7 +981,7 @@ class RefCheck(globl: scalac.Global) extends Transformer(globl) {
resultArgs.length == 1 &&
resultArgs(0).symbol() == defs.ANY_CLASS)
{
- unit.warning(tree.pos, "Array[Any] not supported");
+ //unit.warning(tree.pos, "Array[Any] not supported");
}
gen.mkType(tree.pos, resultType);
} else tree;