History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-241
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: PC Bender
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Nested classes not working

Created: 19/Jan/05 03:43 PM   Updated: 06/Feb/05 05:22 PM
Component/s: None
Affects Version/s: 0.5
Fix Version/s: 0.5

Time Tracking:
Not Specified

Environment: win32 M$FT 1.1 framework


 Description  « Hide
The following code throws an error (BCE0015: Node 'Child.stuff' has not been correctly processed.)

class Base():
public pubs as string

class Child(base):

class ChildBase():
pass
class ChildChild(Child.ChildBase):
pass

public stuff as string

def foo():
return "foo"

class StepChild(base):

public stuff as string

def foo():
return "foo"

class ChildBase():
pass
class ChildChild(StepChild.ChildBase):
pass



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 06/Feb/05 05:22 PM
Fixed in the repository. Thanks for the report!