Adjust test expectations now signature type-accesses are named

This commit is contained in:
Chris Smowton
2024-02-29 15:33:29 +00:00
parent 903e4f59f0
commit ef9544cbef
4 changed files with 1 additions and 4 deletions

View File

@@ -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 |

View File

@@ -1 +0,0 @@
| Test.java:1:30:1:48 | <TypeAccess of ErrorType> |

View File

@@ -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

View File

@@ -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