mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +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
|
||||
{
|
||||
ClassA<T, TSize> mVal = new ClassA<T, const TSize>();
|
||||
var mVal2 = new ClassA<T, const TSize + 100>();
|
||||
ClassA<T, TSize> mVal = new ClassA<T, const TSize>() ~ delete _;
|
||||
var mVal2 = new ClassA<T, const TSize + 100>() ~ delete _;
|
||||
|
||||
public int GetVal()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue