Ticket #67 (new defect)

Opened 2 months ago

Last modified 3 weeks ago

Partial class merge problem re: inheritance

Reported by: Chuck Owned by:
Priority: major Milestone: Cobra 0.9
Component: Cobra Compiler Version: 0.8.0
Keywords: Cc:

Description

The first partial class takes precedence so if you have:

class X
	is partial
	pass
class X
	is partial
	inherits A
	pass

Then Cobra thinks that X inherits Object instead of A.

Change History

Changed 3 weeks ago by Chuck

  • milestone set to Cobra 0.9
Note: See TracTickets for help on using tickets.