JS backend: fixed wrong NPE when casting to generic type.
This commit is contained in:
@@ -32,6 +32,10 @@ public final class CastTest extends AbstractExpressionTest {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testCastToGenericType() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testSmartCastInExtensionFunction() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user