mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Adjust test expectations now signature type-accesses are named
This commit is contained in:
@@ -1,2 +1 @@
|
||||
| Test.java:1:30:1:48 | Unknown or erroneous type for expression of kind TypeAccess |
|
||||
| file://:0:0:0:0 | 1 errors during annotation processing |
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
| Test.java:1:30:1:48 | <TypeAccess of ErrorType> |
|
||||
|
||||
@@ -2,5 +2,5 @@ Test.java:
|
||||
# 0| [CompilationUnit] Test
|
||||
# 1| 1: [Class] Test
|
||||
#-----| -1: (Base Types)
|
||||
# 1| 0: [TypeAccess] <TypeAccess of ErrorType>
|
||||
# 1| 0: [TypeAccess] <any>
|
||||
# 1| 0: [TypeAccess] String
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
public class Test implements Unavailable<String> { }
|
||||
|
||||
// Diagnostic Matches: 1 errors during annotation processing
|
||||
// Diagnostic Matches: Unknown or erroneous type for expression of kind TypeAccess
|
||||
|
||||
Reference in New Issue
Block a user