Sign in
code
/
edge
/
openjdk
/
master
/
.
/
langtools
/
test
/
tools
/
javac
/
parser
/
7157165
/
T7157165.java
blob: e8cf054f124a1af2335375938529ccb01be8c476 [
file
] [
log
] [
blame
]
/*
* @test /nodynamiccopyright/
* @bug 7157165
*
* @summary Regression: code with disjunctive type crashes javac
* @compile/fail/ref=T7157165.out -XDrawDiagnostics T7157165.java
*
*/
class
T7157165
{
Foo
<?
extends
A
|
B
>
foo1
=
null
;
}