-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2355] fixed tests for clashes in the generics for superbuilder
- Loading branch information
1 parent
f12b705
commit 2e06cb3
Showing
3 changed files
with
51 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
test/transform/resource/messages-ecj/SuperBuilderNameClashes.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
3 WARNING The type parameter B is hiding the type SuperBuilderNameClashes.B | ||
3 WARNING The type parameter C is hiding the type SuperBuilderNameClashes.C | ||
3 WARNING The type parameter C2 is hiding the type SuperBuilderNameClashes.C2 | ||
3 The type parameter B is hiding the type SuperBuilderNameClashes.B | ||
3 The type parameter C is hiding the type SuperBuilderNameClashes.C | ||
3 The type parameter C2 is hiding the type SuperBuilderNameClashes.C2 |