fix for KT-245

This commit is contained in:
Alex Tkachman
2011-08-31 13:00:03 +02:00
parent bda26a18ff
commit d6a9e89175
4 changed files with 44 additions and 8 deletions
@@ -1,7 +0,0 @@
package org.jetbrains.jet.codegen;
public class Kt247Test extends CodegenTestCase {
public void testMe () throws Exception {
blackBoxFile("regressions/kt247.jet");
}
}
@@ -0,0 +1,11 @@
package org.jetbrains.jet.codegen;
public class SafeRefTest extends CodegenTestCase {
public void test247 () throws Exception {
blackBoxFile("regressions/kt247.jet");
}
public void test245 () throws Exception {
blackBoxFile("regressions/kt245.jet");
}
}