summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2011-12-12 20:36:47 +0100
committerEugene Burmako <xeno.by@gmail.com>2011-12-12 20:36:47 +0100
commit9437b3528cdc5a9ab30d456ad2dedf0e802503bc (patch)
tree31bfa4721f90d7fe5b66cff45544625a719a6bfc /src/library
parentb6617b091da1ac25c78c1e1323d4d3c9fad8abd7 (diff)
downloadscala-9437b3528cdc5a9ab30d456ad2dedf0e802503bc.tar.gz
scala-9437b3528cdc5a9ab30d456ad2dedf0e802503bc.tar.bz2
scala-9437b3528cdc5a9ab30d456ad2dedf0e802503bc.zip
typeParams now performs one more completion
When tracking a problem in type inference during reflective compilation, Martin and I have discovered that under certain circumstances typeParams does not fully load the type. During a debugging session we found out that info first had the type of TopLevelCompleter, and after the load it was still not completed, having the type of UnPickler$something$LazyTypeRef. After that discovery it became apparent that typeParams need to behave similarly to the info getter - allow for two completions, not just one. Review by @odersky, @adriaanm.
Diffstat (limited to 'src/library')
0 files changed, 0 insertions, 0 deletions