From 9e7e40b9f33aec952a9fcb05d45734dd19da0322 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Mon, 30 Nov 2015 17:19:07 +0100 Subject: Update the comment of TypeApplications#argInfo --- src/dotty/tools/dotc/core/TypeApplications.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dotty') diff --git a/src/dotty/tools/dotc/core/TypeApplications.scala b/src/dotty/tools/dotc/core/TypeApplications.scala index 3d9ffb0bb..661975dab 100644 --- a/src/dotty/tools/dotc/core/TypeApplications.scala +++ b/src/dotty/tools/dotc/core/TypeApplications.scala @@ -412,8 +412,8 @@ class TypeApplications(val self: Type) extends AnyVal { self } - /** If this is the image of a type argument to type parameter `tparam`, - * recover the type argument, otherwise NoType. + /** If this is the image of a type argument; recover the type argument, + * otherwise NoType. */ final def argInfo(implicit ctx: Context): Type = self match { case self: TypeAlias => self.alias -- cgit v1.2.3