JS backend: fixed wrong NPE when casting to generic type.

This commit is contained in:
Zalim Bashorov
2014-06-23 20:10:35 +04:00
parent 0d0751c3f9
commit 444932d4c1
3 changed files with 84 additions and 3 deletions
@@ -32,6 +32,10 @@ public final class CastTest extends AbstractExpressionTest {
checkFooBoxIsOk();
}
public void testCastToGenericType() throws Exception {
checkFooBoxIsOk();
}
public void testSmartCastInExtensionFunction() throws Exception {
checkFooBoxIsOk();
}