Merge branch 'master' of ssh://git.labs.intellij.net/jet

This commit is contained in:
svtk
2011-11-07 19:47:10 +04:00
6 changed files with 130 additions and 6 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");
}
}