mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-01 05:45:59 +02:00
Improved virtual overrides in extensions
This commit is contained in:
parent
8a84647bcd
commit
e1d7939081
11 changed files with 116 additions and 11 deletions
|
@ -42,6 +42,10 @@ namespace TestsB
|
|||
Test.Assert(ca.mB == 1008);
|
||||
Test.Assert(ca.mC == 9);
|
||||
Test.Assert(ca.GetVal2() == 11);
|
||||
|
||||
LibA.LibA0 la0 = scope .();
|
||||
int la0a = la0.GetA();
|
||||
Test.Assert(la0a == 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue