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:
parent
9332693132
commit
d24f169181
2 changed files with 21 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue