mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Additional tests
This commit is contained in:
parent
66d5f67528
commit
206b508d38
2 changed files with 18 additions and 0 deletions
|
@ -16,6 +16,11 @@ namespace Tests
|
|||
{
|
||||
FuncA(a + 100);
|
||||
}
|
||||
|
||||
void FuncC(int a) mut
|
||||
{
|
||||
FuncB(a + 1000);
|
||||
}
|
||||
}
|
||||
|
||||
concrete interface IFaceC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue