We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d8417 commit ef73669Copy full SHA for ef73669
src/dotty/tools/dotc/core/Types.scala
@@ -995,7 +995,7 @@ object Types {
995
case _ => Nil
996
}
997
998
- /** The parameter types of a PolyType or MethodType, Empty list for others */
+ /** The parameter names of a PolyType or MethodType, Empty list for others */
999
final def paramNamess(implicit ctx: Context): List[List[TermName]] = this match {
1000
case mt: MethodType => mt.paramNames :: mt.resultType.paramNamess
1001
case pt: PolyType => pt.resultType.paramNamess
0 commit comments