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 5598012 commit 9e7e40bCopy full SHA for 9e7e40b
src/dotty/tools/dotc/core/TypeApplications.scala
@@ -412,8 +412,8 @@ class TypeApplications(val self: Type) extends AnyVal {
412
self
413
}
414
415
- /** If this is the image of a type argument to type parameter `tparam`,
416
- * recover the type argument, otherwise NoType.
+ /** If this is the image of a type argument; recover the type argument,
+ * otherwise NoType.
417
*/
418
final def argInfo(implicit ctx: Context): Type = self match {
419
case self: TypeAlias => self.alias
0 commit comments