Skip to content

Commit b970a1c

Browse files
committed
Fixed comments
1 parent b635f21 commit b970a1c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ class TypeApplications(val self: Type) extends AnyVal {
369369
/** If this is an encoding of a (partially) applied type, return its arguments,
370370
* otherwise return Nil.
371371
* Existential types in arguments are returned as TypeBounds instances.
372-
* @param interpolate See argInfo
373372
*/
374373
final def argInfos(implicit ctx: Context): List[Type] = {
375374
var tparams: List[TypeSymbol] = null
@@ -415,16 +414,6 @@ class TypeApplications(val self: Type) extends AnyVal {
415414

416415
/** If this is the image of a type argument to type parameter `tparam`,
417416
* recover the type argument, otherwise NoType.
418-
* @param interpolate If true, replace type bounds as arguments corresponding to
419-
* variant type parameters by their dominating element. I.e. an argument
420-
*
421-
* T <: U
422-
*
423-
* for a covariant type-parameter becomes U, and an argument
424-
*
425-
* T >: L
426-
*
427-
* for a contravariant type-parameter becomes L.
428417
*/
429418
final def argInfo(implicit ctx: Context): Type = self match {
430419
case self: TypeAlias => self.alias

0 commit comments

Comments
 (0)