Corrected an error in Section 6 of test.

This commit is contained in:
pschwartau%netscape.com 2001-08-15 18:07:03 +00:00
parent 6fef752aa5
commit 2ba1b45e77

View File

@ -80,11 +80,8 @@ class C
}
// Here is a CLASS-level "objX" to resolve...
class CC extends C
{
var objX:Object;
constructor function CC()
{
objX = this;