mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Fixed properties debug evaluation and struct calls
This commit is contained in:
parent
a399e383fa
commit
c28ed988b3
7 changed files with 195 additions and 13 deletions
|
@ -16,7 +16,7 @@ class Bug002
|
|||
|
||||
public static void Test()
|
||||
{
|
||||
var strs = scope String[] {"aaa", "bbb", "ccc"};
|
||||
var strs = scope String[] ("aaa", "bbb", "ccc");
|
||||
//Bug002_DoTest
|
||||
Parse(strs);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue