1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fixed properties debug evaluation and struct calls

This commit is contained in:
Brian Fiete 2020-09-29 11:58:07 -07:00
parent a399e383fa
commit c28ed988b3
7 changed files with 195 additions and 13 deletions

View file

@ -26,6 +26,7 @@ namespace IDETest
Multithread.Test();
Multithread02.Test();
MemoryBreakpointTester.Test();
Properties.Test();
SplatTester.Test();
Stepping_Scope.Test();
TypedPrimitives.Test();