fix for KT-247
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.jetbrains.jet.codegen;
|
||||
|
||||
public class Kt247Test extends CodegenTestCase {
|
||||
public void testMe () throws Exception {
|
||||
blackBoxFile("regressions/kt247.jet");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user