KT-446: wrong String.+=

This commit is contained in:
Alex Tkachman
2011-11-07 11:18:49 +01:00
parent d1787a5f6e
commit 0b6dffb79b
3 changed files with 11 additions and 1 deletions
@@ -4,6 +4,7 @@ import java.lang.reflect.Method;
/**
* @author yole
* @author alex.tkachman
*/
public class PrimitiveTypesTest extends CodegenTestCase {
public void testPlus() throws Exception {
@@ -274,4 +275,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt248 () throws Exception {
blackBoxFile("regressions/kt248.jet");
}
public void testKt446 () throws Exception {
blackBoxFile("regressions/kt446.jet");
}
}