summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Suereth <Joshua.Suereth@gmail.com>2012-09-14 07:17:21 -0700
committerJosh Suereth <Joshua.Suereth@gmail.com>2012-09-14 07:17:21 -0700
commit52abc96229e624f6b31ee30ffced945ff652c994 (patch)
tree11fe65914d07979e0328840bedf31be2d38e62b6 /src
parent255e096f1ac0f0c8f19d599404ef668af0f28341 (diff)
parenta2c870569c124cbf090f7c85cea3269d95ff4170 (diff)
downloadscala-52abc96229e624f6b31ee30ffced945ff652c994.tar.gz
scala-52abc96229e624f6b31ee30ffced945ff652c994.tar.bz2
scala-52abc96229e624f6b31ee30ffced945ff652c994.zip
Merge pull request #1272 from paulp/issue/6340
Fix for SI-6340, error message regression.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Namers.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Namers.scala b/src/compiler/scala/tools/nsc/typechecker/Namers.scala
index 62f01b8afa..161df00220 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Namers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Namers.scala
@@ -496,7 +496,6 @@ trait Namers extends MethodSynthesis {
// for Java code importing Scala objects
if (!nme.isModuleName(from) || isValid(nme.stripModuleSuffix(from))) {
typer.TyperErrorGen.NotAMemberError(tree, expr, from)
- typer.infer.setError(tree)
}
}
// Setting the position at the import means that if there is