fix stupid bug introduced during refactoring

This commit is contained in:
Dmitry Jemerov
2011-05-30 15:46:57 +04:00
parent d4f0486139
commit d0f284fd5f
3 changed files with 12 additions and 1 deletions
@@ -79,6 +79,11 @@ public class TypeInfoTest extends CodegenTestCase {
assertNull(foo.invoke(null));
}
public void testAsInLoop() throws Exception {
loadFile();
generateFunction(); // assert no exception
}
private Runnable newRunnable() {
return new Runnable() {
@Override