fix for KT-257

This commit is contained in:
Alex Tkachman
2011-09-01 16:45:40 +02:00
parent 475b15aaca
commit 47222c7474
3 changed files with 29 additions and 3 deletions
@@ -130,4 +130,8 @@ public class PropertyGenTest extends CodegenTestCase {
final Class aClass = loadClass("Foo", codegens);
assertNotNull(aClass.getMethod("getX"));
}
public void testKt257 () throws Exception {
blackBoxFile("regressions/kt257.jet");
}
}