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

Key: BOO-906
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

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

Internal error with GetType() inside internal generic type that inherits from internal generic type

Created: 26/Oct/07 11:12 AM   Updated: 16/May/08 10:06 AM
Component/s: None
Affects Version/s: 0.8
Fix Version/s: 0.8.2

Time Tracking:
Not Specified

Testcase included: yes


 Description  « Hide
class Base of T:
	pass
	
class Derived of T(Base of T):
	override def Equals(o):
		return GetType() == o.GetType()


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Cedric Vivier - 16/May/08 10:06 AM
This was also fixed in rev. 2885