summaryrefslogtreecommitdiff
path: root/sources/scala/tools/nsc/typechecker/Typers.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2005-05-27 16:08:52 +0000
committerMartin Odersky <odersky@gmail.com>2005-05-27 16:08:52 +0000
commit4c593d00f6959e2d753fcb365150921258d9b760 (patch)
treeac5248895f41b0c9e40413c1a8be458eac9fff04 /sources/scala/tools/nsc/typechecker/Typers.scala
parent22dc160a9f4cb6f28a2a58c3ec8298e2d90f749a (diff)
downloadscala-4c593d00f6959e2d753fcb365150921258d9b760.tar.gz
scala-4c593d00f6959e2d753fcb365150921258d9b760.tar.bz2
scala-4c593d00f6959e2d753fcb365150921258d9b760.zip
*** empty log message ***
Diffstat (limited to 'sources/scala/tools/nsc/typechecker/Typers.scala')
-rwxr-xr-xsources/scala/tools/nsc/typechecker/Typers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/tools/nsc/typechecker/Typers.scala b/sources/scala/tools/nsc/typechecker/Typers.scala
index 07cc5f37cc..61f5272e7d 100755
--- a/sources/scala/tools/nsc/typechecker/Typers.scala
+++ b/sources/scala/tools/nsc/typechecker/Typers.scala
@@ -1037,7 +1037,7 @@ abstract class Typers: Analyzer {
ErrorType
} else ps.head
}
- tree setSymbol clazz setType owntype
+ tree setSymbol clazz setType SuperType(clazz.thisType, owntype)
}
case This(qual) =>