Skip to content

Commit 9fdd013

Browse files
committed
Remove TODO comment
1 parent 58f20ad commit 9fdd013

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compiler/src/scala/quoted/runtime/impl/QuoteMatcher.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,12 +516,6 @@ object QuoteMatcher {
516516
* When matching a method call `f(0)` against a HOAS pattern `p(g)` where
517517
* f has a method type `(x: Int): Int` and `f` maps to `g`, `p` should hold
518518
* `g.apply(0)` because the type of `g` is `Int => Int` due to eta expansion.
519-
*
520-
* Remaining TODOs from issue-17105
521-
* * [x] cover the case of nested method call
522-
* * [ ] contextual params?
523-
* * [ ] erasure types?
524-
* * [x] eta-expand only HOAS param methods
525519
*/
526520
case Apply(_, _) if !tree.tpe.isInstanceOf[MethodicType] && env.contains(tree.symbol) =>
527521
def adaptMethodCalls(t: Tree): Tree = t match

0 commit comments

Comments
 (0)