Do not cast arguments of binary operation to expected type for byte and short
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
val a: Byte = 1 + 1
|
||||
|
||||
// 1 I2B
|
||||
@@ -0,0 +1,3 @@
|
||||
val a: Short = 1 + 1
|
||||
|
||||
// 1 I2S
|
||||
Reference in New Issue
Block a user