fix stupid bug introduced during refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user