Do not cast arguments of binary operation to expected type for byte and short

This commit is contained in:
Natalia Ukhorskaya
2013-12-09 16:50:12 +04:00
parent 8b9fbdf911
commit 69ed9bc47a
24 changed files with 351 additions and 52 deletions
@@ -0,0 +1,3 @@
val a: Byte = 1 + 1
// 1 I2B
@@ -0,0 +1,3 @@
val a: Short = 1 + 1
// 1 I2S