mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Test fix
This commit is contained in:
parent
4f8426d8f1
commit
3454e26941
1 changed files with 7 additions and 1 deletions
|
@ -74,7 +74,13 @@ namespace IDETest
|
|||
struct AttribCAttribute : Attribute
|
||||
{
|
||||
[AttribC] //FAIL
|
||||
int Val => 123; //FAIL
|
||||
int Val //FAIL
|
||||
{
|
||||
get
|
||||
{
|
||||
return 123;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue