blob 2d682e1e2bd71d5e782557fbea26cd8c4950eeeb 156 bytes (raw)
name: t/t4018/java-return-generic-wildcart # note: path name is non-authoritative(*)
1
2
3
4
5
6
| | class MyExample {
public List<? extends Comparable> myMethod(String[] RIGHT) {
// Whatever...
return Arrays.asList("ChangeMe");
}
}
|
debug log:
solving 2d682e1e2b ...
found 2d682e1e2b in https://public-inbox.org/git/20210810190937.305765-1-tsdh@gnu.org/
applying [1/1] https://public-inbox.org/git/20210810190937.305765-1-tsdh@gnu.org/
diff --git a/t/t4018/java-return-generic-wildcart b/t/t4018/java-return-generic-wildcart
new file mode 100644
index 0000000000..2d682e1e2b
Checking patch t/t4018/java-return-generic-wildcart...
Applied patch t/t4018/java-return-generic-wildcart cleanly.
index at:
100644 2d682e1e2bd71d5e782557fbea26cd8c4950eeeb t/t4018/java-return-generic-wildcart
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).