Skip to content

Commit 35eb305

Browse files
author
gorilskij
committed
clean up
1 parent c0439c3 commit 35eb305

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ object Inliner {
210210

211211
val targs = fun match
212212
case TypeApply(_, targs) => targs
213-
// TODO: separate issue
214-
case Apply(TypeApply(_, targs), _) => targs
215-
// ===
216213
case _ => Nil
217214

218215
val unapplyInfo = sym.info match

0 commit comments

Comments
 (0)