Skip to content

Commit

Permalink
Rewrite in Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Jun 30, 2024
1 parent 17a5d6d commit ae48527
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ class DefaultScalaProductFieldAccessorFactory extends ScalaProductFieldAccessorF

if (pos < 0 || pos >= arity)
throw new CompositeType.InvalidFieldReferenceException(
<<<<<<< HEAD
s"Tried to select $pos. field on \"$typeInfo\", which is an invalid index."
=======
s"""Tried to select $pos. field on "$typeInfo", which is an invalid index."""
>>>>>>> d5aec93 (Rewrite in Scala)
)

fieldType = typeInfo.asInstanceOf[TupleTypeInfoBase[T]].getTypeAt(pos)
Expand Down

0 comments on commit ae48527

Please sign in to comment.