mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +02:00
why did i do that revert
This commit is contained in:
parent
b58c0d4055
commit
f9a53884e9
1 changed files with 1 additions and 10 deletions
|
@ -1,19 +1,10 @@
|
||||||
namespace Tests
|
namespace Tests
|
||||||
{
|
{
|
||||||
typealias DDDDAttribute = System.InlineAttribute;
|
|
||||||
|
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
|
|
||||||
public static void Main()
|
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