1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00

Better array size fix with missing commas

This commit is contained in:
Brian Fiete 2020-10-12 10:22:42 -07:00
parent 9332693132
commit d24f169181
2 changed files with 21 additions and 13 deletions

View file

@ -3,6 +3,8 @@ namespace Tests
{
class Arrays
{
public static float[,] GetArray() => new .[,] ( ( 0, 1, 2, 3), ( 10, 11, 12, 13 ), ( 20, 21, 22, 23 ) );
struct StructA
{
public int16 mA = 11;