mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Fixed virtuals defaults issue, added virtuals test
This commit is contained in:
parent
40c404f329
commit
5d1a9e6873
4 changed files with 68 additions and 9 deletions
|
@ -101,7 +101,9 @@ namespace Tests
|
|||
static void TestA()
|
||||
{
|
||||
ClassA ca = scope ClassA();
|
||||
|
||||
ClassA2 ca2 = scope ClassA2();
|
||||
|
||||
Test.Assert(ca2.GetA(9) == 2009);
|
||||
|
||||
int methodIdx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue