Files
codeql/csharp/ql/test/library-tests/standalone/errorrecovery/ErrorCalls.expected
2020-03-26 20:40:40 +00:00

7 lines
484 B
Plaintext

| errors.cs:24:31:24:40 | errors.cs:24:31:24:40 | call to method | none |
| errors.cs:43:21:43:28 | errors.cs:43:21:43:28 | object creation of type C1 | C1 |
| errors.cs:44:13:44:19 | errors.cs:44:13:44:19 | call to method m1 | m1 |
| errors.cs:45:13:45:19 | errors.cs:45:13:45:19 | call to method m2 | m2 |
| errors.cs:46:13:46:38 | errors.cs:46:13:46:38 | call to method WriteLine | WriteLine |
| errors.cs:53:17:53:25 | errors.cs:53:17:53:25 | object creation of type C2 | none |