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:
parent
fb5e2bc863
commit
37907397a4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue