Files
codeql/csharp/ql/test/query-tests/Language Abuse/CatchOfGenericException/CatchOfGenericException.expected
2018-08-02 17:53:23 +01:00

4 lines
243 B
Plaintext

| CatchOfGenericException.cs:10:9:12:9 | catch (...) {...} | Generic catch clause. |
| CatchOfGenericException.cs:17:9:19:9 | catch {...} | Generic catch clause. |
| CatchOfGenericException.cs:52:9:56:9 | catch {...} | Generic catch clause. |