BOO-973: Compile error when attaching to an event on a locally defined generic or...
commitb02062df9d93ba35ae612144d70d6a0595cbf52f
authorneoeinstein <neoeinstein@2c1201b4-01cd-e047-a400-b836ae1fbc61>
Mon, 24 Mar 2008 04:39:56 +0000 (24 04:39 +0000)
committerneoeinstein <neoeinstein@2c1201b4-01cd-e047-a400-b836ae1fbc61>
Mon, 24 Mar 2008 04:39:56 +0000 (24 04:39 +0000)
tree4660b3262d8b625efc6b80a57ef72b46d4fcf841
parent82dc54e3c6c389b125db0ff89b2ca14401af6827
BOO-973: Compile error when attaching to an event on a locally defined generic or on a generic using a locally defined type parameter.  Includes test case.
BOO-977: Compile error on referencing inherited member of generic subclass instance.  Includes test case.

Both of these patches are courtesy of Spruce Weber with minor modification

git-svn-id: https://svn.codehaus.org/boo/boo/trunk@2885 2c1201b4-01cd-e047-a400-b836ae1fbc61
src/Boo.Lang.Compiler/TypeSystem/GenericConstructedType.cs
src/Boo.Lang.Compiler/TypeSystem/GenericMapping.cs
tests/testcases/regression/BOO-973-1.boo [new file with mode: 0644]
tests/testcases/regression/BOO-977-1.boo [new file with mode: 0644]