mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
fix builtin attrib matching
This commit is contained in:
parent
4d0f4b76bc
commit
b58c0d4055
7 changed files with 38 additions and 7 deletions
|
@ -1,10 +1,19 @@
|
|||
namespace Tests
|
||||
{
|
||||
typealias DDDDAttribute = System.InlineAttribute;
|
||||
|
||||
class Program
|
||||
{
|
||||
|
||||
public static void Main()
|
||||
{
|
||||
A();
|
||||
}
|
||||
|
||||
[DDDD]
|
||||
public static void A()
|
||||
{
|
||||
int i = 1 + 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue