We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typeOfJavaType
long
int
1 parent cf055b6 commit 4c31c07Copy full SHA for 4c31c07
src/SAWScript/Crucible/JVM/Builtins.hs
@@ -819,7 +819,7 @@ typeOfJavaType jty =
819
JavaChar -> J.CharType
820
JavaShort -> J.ShortType
821
JavaInt -> J.IntType
822
- JavaLong -> J.IntType
+ JavaLong -> J.LongType
823
JavaFloat -> J.FloatType
824
JavaDouble -> J.DoubleType
825
JavaArray _ t -> J.ArrayType (typeOfJavaType t)
0 commit comments