call correct methods String.valueOf/StringBuilder.append in case of byte/short. #KT-2794 fixed

This commit is contained in:
Alex Tkachman
2012-09-20 11:46:40 +03:00
parent a163236713
commit b022eec0fa
3 changed files with 23 additions and 12 deletions
@@ -451,6 +451,9 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void test2251() throws Exception {
blackBoxFile("regressions/kt2251.kt");
System.out.println(generateToText());
}
public void test2794() throws Exception {
blackBoxFile("regressions/kt2794.kt");
}
}