fix for KT-247

This commit is contained in:
Alex Tkachman
2011-08-31 12:04:07 +02:00
parent b6800059a0
commit 960aa59822
4 changed files with 76 additions and 12 deletions
@@ -0,0 +1,7 @@
package org.jetbrains.jet.codegen;
public class Kt247Test extends CodegenTestCase {
public void testMe () throws Exception {
blackBoxFile("regressions/kt247.jet");
}
}