IllegalArgumentException
thrown when using Kotlin unsigned integer value class
as annotated method parameter
#34458
Labels
Milestone
Summary
IllegalArgumentException
is thrown when Kotlin unsignedvalue class
(ULong
,UInt
) is used as the request parameter. However it's working as expected when thevalue class
is signed (Long
,Int
)Environment
Minimal Example Code
Stacktrace
From my short investigation, it might have something to do with the Kotlin convert the unsigned to signed in the bytecode and comparing that signed class against the Kotlin unsigned class.
The text was updated successfully, but these errors were encountered: