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 {
444
444
def Seq_head (implicit ctx : Context ): Symbol = Seq_headR .symbol
445
445
lazy val Seq_dropR : TermRef = SeqClass .requiredMethodRef(nme.drop)
446
446
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 ) )
448
448
def Seq_lengthCompare (implicit ctx : Context ): Symbol = Seq_lengthCompareR .symbol
449
449
lazy val Seq_lengthR : TermRef = SeqClass .requiredMethodRef(nme.length)
450
450
def Seq_length (implicit ctx : Context ): Symbol = Seq_lengthR .symbol
You can’t perform that action at this time.
0 commit comments