1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

why did i do that revert

This commit is contained in:
EinBurgbauer 2021-05-26 21:01:20 +02:00
parent b58c0d4055
commit f9a53884e9

View file

@ -1,19 +1,10 @@
namespace Tests
{
typealias DDDDAttribute = System.InlineAttribute;
class Program
{
public static void Main()
{
A();
}
[DDDD]
public static void A()
{
int i = 1 + 2;
}
}
}