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 0fde1ac commit 275b2c3Copy full SHA for 275b2c3
src/dotty/tools/dotc/ast/Desugar.scala
@@ -872,7 +872,7 @@ object desugar {
872
* trait <refinement> extends C { this: T1 => type T <: A }
873
*
874
* The result of this method is used for validity checking, is thrown away afterwards.
875
- * @param parentType The type of `parent`
+ * @param parent The type of `parent`
876
*/
877
def refinedTypeToClass(parent: tpd.Tree, refinements: List[Tree])(implicit ctx: Context): TypeDef = {
878
def stripToCore(tp: Type): List[Type] = tp match {
0 commit comments