Skip to content

Commit c0439c3

Browse files
author
gorilskij
committed
fix another bug
1 parent 99873a2 commit c0439c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/typer/Inliner.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ object Inliner {
210210

211211
val targs = fun match
212212
case TypeApply(_, targs) => targs
213-
// TODO: understand
214-
// case Apply(TypeApply(_, targs), _) => targs
213+
// TODO: separate issue
214+
case Apply(TypeApply(_, targs), _) => targs
215215
// ===
216216
case _ => Nil
217217

0 commit comments

Comments
 (0)