mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
Add i2b cast boxing Int to Byte? or Short? (fix android tests)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
val a: Byte? = -1
|
||||
val b: Short? = -1
|
||||
|
||||
// 1 I2B
|
||||
// 1 I2S
|
||||
Reference in New Issue
Block a user