mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Test fix
This commit is contained in:
parent
0a78b5cc35
commit
dd71b6e5c0
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ namespace Tests
|
||||||
|
|
||||||
class ClassB<T, TSize> where TSize : const int
|
class ClassB<T, TSize> where TSize : const int
|
||||||
{
|
{
|
||||||
ClassA<T, TSize> mVal = new ClassA<T, const TSize>();
|
ClassA<T, TSize> mVal = new ClassA<T, const TSize>() ~ delete _;
|
||||||
var mVal2 = new ClassA<T, const TSize + 100>();
|
var mVal2 = new ClassA<T, const TSize + 100>() ~ delete _;
|
||||||
|
|
||||||
public int GetVal()
|
public int GetVal()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue