1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
This commit is contained in:
Brian Fiete 2020-05-08 16:35:05 -07:00
parent 876e89d034
commit 4adec702c7

View file

@ -22,7 +22,7 @@ namespace Tests
struct StructB
{
public StructA B { get; set; }
public StructA B { get; set mut; }
int mZ = 9;