1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 01:37:59 +02:00

Additional tests

This commit is contained in:
Brian Fiete 2020-09-01 06:37:02 -07:00
parent 66d5f67528
commit 206b508d38
2 changed files with 18 additions and 0 deletions

View file

@ -16,6 +16,11 @@ namespace Tests
{
FuncA(a + 100);
}
void FuncC(int a) mut
{
FuncB(a + 1000);
}
}
concrete interface IFaceC