Skip to content

Commit c111a49

Browse files
committed
Remove unnecessary comment
1 parent aad48ea commit c111a49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/semanticdb/TypeOps.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ class TypeOps:
150150
val syms = pt.paramNames.flatMap { paramName =>
151151
paramRefSymtab.getOrErr(pt, paramName, sym)
152152
}
153-
// there shouldn't multiple type params
154153
flatten(pt.resType, paramss, tparams ++ syms)
155154
case other =>
156155
(other, paramss, tparams)

0 commit comments

Comments
 (0)