Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conversion of signed constants to unsigned
Signed integer constant cannot be automatically converted to unsigned integer anymore after Kotlin 1.9.0. See https://youtrack.jetbrains.com/issue/KT-56583 for detail
- Loading branch information