mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Fix for unbound generic type lookups
This commit is contained in:
parent
c2490278fa
commit
e5f280de32
4 changed files with 20 additions and 6 deletions
|
@ -487,6 +487,9 @@ namespace Tests
|
|||
b = Foo<int>.value > val;
|
||||
b = Foo<int>.Inner<float>.value2 < 1.2f;
|
||||
b = Foo<int>.Inner<float>.value2 > 2.3f;
|
||||
|
||||
var t = typeof(Array2<>);
|
||||
t = typeof(Dictionary<,>.Enumerator);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue