track values of implicit vals when types depend on it #6139
Labels
dependent types
enhancement
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
infer
Milestone
https://gist.github.com/2943283
this doesn't work because
new Indirection[Foo]: Indirection[Foo]
,i.e., there's no information about the implicit value that was inferred for
c
in the type of the target of the selection ofindirect
The text was updated successfully, but these errors were encountered: