We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0832e02 commit 894eceeCopy full SHA for 894ecee
tests/pos/depfuntype.scala
@@ -16,9 +16,7 @@ object Test {
16
val z = depfun3(d)
17
val z1: d.M = z
18
19
- // Reproduced here because the one from DottyPredef is lacking a Tasty tree and
20
- // therefore can't be inlined when testing non-bootstrapped.
21
- // But inlining `implicitly` is vital to make the definition of `ifun` below work.
+ // Reproduced here because the one from DottyPredef is lacking a parameter dependency of the return type `ev.type`
22
inline final def implicitly[T](implicit ev: T): ev.type = ev
23
24
type IDF = implicit (x: C) => x.M
0 commit comments