generate checkcast instruction for 'as' calls; use accessors for accessing fields of other instances of the same class
This commit is contained in:
@@ -404,4 +404,8 @@ public class NamespaceGenTest extends CodegenTestCase {
|
||||
public void testNamespaceQualifiedMethod() throws Exception {
|
||||
blackBoxFile("namespaceQualifiedMethod.jet");
|
||||
}
|
||||
|
||||
public void testCheckCast() throws Exception {
|
||||
blackBoxFile("checkCast.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user