Skip to content

Commit ef73669

Browse files
committed
Address review comments.
1 parent 18d8417 commit ef73669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/Types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ object Types {
995995
case _ => Nil
996996
}
997997

998-
/** The parameter types of a PolyType or MethodType, Empty list for others */
998+
/** The parameter names of a PolyType or MethodType, Empty list for others */
999999
final def paramNamess(implicit ctx: Context): List[List[TermName]] = this match {
10001000
case mt: MethodType => mt.paramNames :: mt.resultType.paramNamess
10011001
case pt: PolyType => pt.resultType.paramNamess

0 commit comments

Comments
 (0)