mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-27 03:58:01 +02:00
Fixed lookup for inner type declared in a generic base class
This commit is contained in:
parent
b7e47027c3
commit
d9fd93ccbd
2 changed files with 26 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma warning disable 168
|
||||
|
||||
using System.Collections;
|
||||
|
||||
namespace Tests
|
||||
{
|
||||
class ClassE
|
||||
|
@ -120,4 +122,9 @@ namespace Tests
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
class DictExt : Dictionary<int, float>
|
||||
{
|
||||
Entry mEntry;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue