Files
kotlin-fork/compiler/testData/codegen
Denis Zharkov b86affaa3a Assignment operations test fix:
x is a byte, x += 2 translated to x = x+2, but type of (x+2) currently
is Int, so it's not compiled because Int can't be stored in Byte.

Maybe we need to think about what should be a result of sum of to
Bytes, but currently it's still Int
2014-07-28 22:00:15 +04:00
..
2013-02-07 22:42:17 +04:00
2013-01-24 21:12:27 +04:00