Alex Irvine

Results 1 comments of Alex Irvine

To add to this it appears to struggle with Type-testing operators: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/type-testing-and-cast namely: `if (thing is IInterface newTypeCheckedVariable)` will result in the same error.