aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/TypeApplications.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-11-30 17:19:07 +0100
committerGuillaume Martres <smarter@ubuntu.com>2015-11-30 17:31:32 +0100
commit9e7e40b9f33aec952a9fcb05d45734dd19da0322 (patch)
treebb58ea3a6b7e9d71092c7f7170835b9ca5a30bef /src/dotty/tools/dotc/core/TypeApplications.scala
parent559801288d96a28e84f4b79c9033b507416caa90 (diff)
downloaddotty-9e7e40b9f33aec952a9fcb05d45734dd19da0322.tar.gz
dotty-9e7e40b9f33aec952a9fcb05d45734dd19da0322.tar.bz2
dotty-9e7e40b9f33aec952a9fcb05d45734dd19da0322.zip
Update the comment of TypeApplications#argInfo
Diffstat (limited to 'src/dotty/tools/dotc/core/TypeApplications.scala')
-rw-r--r--src/dotty/tools/dotc/core/TypeApplications.scala4
1 files changed, 2 insertions, 2 deletions
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