File tree 1 file changed +0
-11
lines changed
src/dotty/tools/dotc/core 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,6 @@ class TypeApplications(val self: Type) extends AnyVal {
369
369
/** If this is an encoding of a (partially) applied type, return its arguments,
370
370
* otherwise return Nil.
371
371
* Existential types in arguments are returned as TypeBounds instances.
372
- * @param interpolate See argInfo
373
372
*/
374
373
final def argInfos (implicit ctx : Context ): List [Type ] = {
375
374
var tparams : List [TypeSymbol ] = null
@@ -415,16 +414,6 @@ class TypeApplications(val self: Type) extends AnyVal {
415
414
416
415
/** If this is the image of a type argument to type parameter `tparam`,
417
416
* 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.
428
417
*/
429
418
final def argInfo (implicit ctx : Context ): Type = self match {
430
419
case self : TypeAlias => self.alias
You can’t perform that action at this time.
0 commit comments