Testing a theory about the windows build.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25998 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2011-11-13 12:30:36 +00:00
parent fb5e2bc863
commit 37907397a4
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ trait Namers extends MethodSynthesis {
* the flags to keep.
*/
private def createMemberSymbol(tree: MemberDef, name: Name, mask: Long): Symbol = {
val pos = tree.pos
val pos = tree.pos.focus
val isParameter = tree.mods.isParameter
val sym = tree match {
case TypeDef(_, _, _, _) if isParameter => owner.newTypeParameter(pos, name.toTypeName)