Meowtimer

Results 3 issues of Meowtimer

**Input:** using static System.IO.Path; using static PrivateMcNamespace; **Output:** using static PrivateMcNamespace; using static System.IO.Path; **Expected behavior:** using static System.IO.Path; using static PrivateMcNamespace;

**Input:** ```csharp public class Obj { public string this[ [A] int X, [B, VeryLongAttributeWithSoManyArguments(123, 321)] int Y, [C, LongAttributeThatIsLong] int Y ] => X + Y + Z; public string...

Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'nextEventMatchingMask should only be called from the Main Thread!' abort() called terminating with uncaught exception of type NSException...

mac