small optimizaton of toString for primitive types (no boxing needed)

This commit is contained in:
Alex Tkachman
2012-09-17 09:07:08 +03:00
parent 58af365eb2
commit 3b96624c81
4 changed files with 26 additions and 4 deletions
@@ -448,4 +448,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testEmptyRanges() throws Exception {
blackBoxFile("emptyRanges.kt");
}
public void testToString() throws Exception {
blackBoxFile("intrinsics/tostring.kt");
}
}