File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ class Definitions {
444444 def Seq_head (implicit ctx : Context ): Symbol = Seq_headR .symbol
445445 lazy val Seq_dropR : TermRef = SeqClass .requiredMethodRef(nme.drop)
446446 def Seq_drop (implicit ctx : Context ): Symbol = Seq_dropR .symbol
447- lazy val Seq_lengthCompareR : TermRef = SeqClass .requiredMethodRef(nme.lengthCompare)
447+ lazy val Seq_lengthCompareR : TermRef = SeqClass .requiredMethodRef(nme.lengthCompare, List ( IntType ) )
448448 def Seq_lengthCompare (implicit ctx : Context ): Symbol = Seq_lengthCompareR .symbol
449449 lazy val Seq_lengthR : TermRef = SeqClass .requiredMethodRef(nme.length)
450450 def Seq_length (implicit ctx : Context ): Symbol = Seq_lengthR .symbol
You can’t perform that action at this time.
0 commit comments