Check for undefined whenever check for null

This commit is contained in:
pTalanov
2012-06-15 17:25:59 +04:00
parent 5f3c3d7e2b
commit 1ba6470e8d
7 changed files with 69 additions and 9 deletions
@@ -67,4 +67,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
public void testClassObject() throws Exception {
fooBoxTest();
}
public void testSimpleUndefined() throws Exception {
fooBoxTest();
}
}