diff --git a/IDEHelper/Tests/src/Program.bf b/IDEHelper/Tests/src/Program.bf index 1b54c3f5..5694db1e 100644 --- a/IDEHelper/Tests/src/Program.bf +++ b/IDEHelper/Tests/src/Program.bf @@ -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; + } } }