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 079943e commit ba1027eCopy full SHA for ba1027e
src/dotty/tools/dotc/core/TypeErasure.scala
@@ -66,7 +66,7 @@ object TypeErasure {
66
* Nothing. This is because this type is only useful for type adaptation (see
67
* [[Erasure.Boxing#adaptToType]]).
68
*
69
- * @param cls The value class symbol
+ * @param tycon A TypeRef referring to the value class symbol
70
* @param erasedUnderlying The erased type of the single field of the value class
71
*/
72
abstract case class ErasedValueType(tycon: TypeRef, erasedUnderlying: Type)
0 commit comments