Skip to content

Var arg project#1

Open
wisdomseeker2001 wants to merge 6 commits into
mainfrom
varArgProject
Open

Var arg project#1
wisdomseeker2001 wants to merge 6 commits into
mainfrom
varArgProject

Conversation

@wisdomseeker2001
Copy link
Copy Markdown
Owner

No description provided.

@tu lazy val Seq_drop : Symbol = SeqClass.requiredMethod(nme.drop)
@tu lazy val Seq_lengthCompare: Symbol = SeqClass.requiredMethod(nme.lengthCompare, List(IntType))
@tu lazy val Seq_length : Symbol = SeqClass.requiredMethod(nme.length)
@tu lazy val Seq_++ : Symbol = SeqClass.requiredMethod(nme.PLUSPLUS)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++ is defined on scala.collection.Iterable which is a super type of Seq. Maybe you should move Seq_++ to Iterable_++.

Comment thread compiler/src/dotty/tools/dotc/parsing/Parsers.scala Outdated
Comment thread compiler/src/dotty/tools/dotc/typer/Applications.scala Outdated
Comment thread compiler/src/dotty/tools/dotc/typer/Applications.scala Outdated
Comment thread compiler/src/dotty/tools/dotc/typer/Applications.scala Outdated
Comment thread compiler/test/dotty/tools/dotc/Playground.scala Outdated
Comment thread tests/pos/varargs.scala Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants