Sign in
android
/
toolchain
/
jdk
/
jdk21
/
HEAD
/
.
/
test
/
langtools
/
tools
/
javac
/
generics
/
T4738171.java
blob: 1f0631a61a5a19c016375449e4b8e633c9dca76f [
file
] [
log
] [
blame
]
/*
* @test /nodynamiccopyright/
* @bug 4738171
* @summary generics: problem with equivalence of generic types
* @author gafter
*
* @compile/fail/ref=T4738171.out -XDrawDiagnostics T4738171.java
*/
interface
If
<
T
>
{
final
If
<
T
>
C0
=
null
;
}