Skip to content

Commit 6eebf53

Browse files
committed
Update comment
1 parent 0832e02 commit 6eebf53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/pos/depfuntype.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ object Test {
1616
val z = depfun3(d)
1717
val z1: d.M = z
1818

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.
19+
// Reproduced here because the one from DottyPredef is lacking a paramert dependency of the return type `ev.type`
2220
inline final def implicitly[T](implicit ev: T): ev.type = ev
2321

2422
type IDF = implicit (x: C) => x.M

0 commit comments

Comments
 (0)