2007-12-01 00:00:00 +00:00
|
|
|
/*
|
2014-07-17 18:22:47 +00:00
|
|
|
* @test /nodynamiccopyright/
|
2007-12-01 00:00:00 +00:00
|
|
|
* @bug 6413682
|
|
|
|
* @summary Compiler confused about implicit type args and arrays
|
2014-07-17 18:22:47 +00:00
|
|
|
* @compile/fail/ref=T6413682.out -XDrawDiagnostics T6413682.java
|
2007-12-01 00:00:00 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
public class T6413682 {
|
|
|
|
public static void main(String... args) {
|
|
|
|
Object[] text = new
|
|
|
|
<Wow,thanks.Mr<List>,and.thanks.Mr<Javac>.Vince>Object[5];
|
|
|
|
}
|
|
|
|
}
|