Skip to content

Commit

Permalink
v5.0.12-RC: added JavaHelpers.JUnitRType
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Sep 28, 2023
1 parent 0845e0b commit ca85d0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ object JavaHelpers {
implicit val JIntRType: RType[JInt] = sigma.IntType.asInstanceOf[RType[JInt]]
implicit val JLongRType: RType[JLong] = sigma.LongType.asInstanceOf[RType[JLong]]
implicit val JBooleanRType: RType[JBoolean] = sigma.BooleanType.asInstanceOf[RType[JBoolean]]
implicit val JUnitRType: RType[Unit] = sigma.UnitType

val HeaderRType: RType[Header] = sigma.HeaderRType
val PreHeaderRType: RType[sigma.PreHeader] = sigma.PreHeaderRType
Expand Down

0 comments on commit ca85d0f

Please sign in to comment.