Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/core/Definitions.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Dale Wijnand <[email protected]>
  • Loading branch information
nicolasstucki and dwijnand authored Aug 26, 2021
1 parent f70ae54 commit 6ed2c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/Definitions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ class Definitions {

/** Is this type a `TupleN` type?
*
* @return true if the dealiased type of `self` is `TupleN[T1, T2, ..., Tn]`
* @return true if the dealiased type of `tp` is `TupleN[T1, T2, ..., Tn]`
*/
def isTupleNType(tp: Type)(using Context): Boolean = {
val arity = tp.dealias.argInfos.length
Expand Down

0 comments on commit 6ed2c85

Please sign in to comment.