on Fun fact: Unlike Int, UInt doesn't extend Number, but sometimes it does · c/kotlin · 2 pts · 3yFor your example d I'm getting true. At least when using JVM. When switching to Wasm, both c and d result in false. So it seems that in Kotlin UInt is not a Number, but at runtime on the JVM it is.
For your example d I'm getting true. At least when using JVM. When switching to Wasm, both c and d result in false.
So it seems that in Kotlin UInt is not a Number, but at runtime on the JVM it is.