mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6900037: javac should warn if earlier -source is used and bootclasspath not set
Reviewed-by: darcy
This commit is contained in:
parent
68ea64e30f
commit
be8a607fef
39 changed files with 193 additions and 72 deletions
|
@ -22,6 +22,6 @@
|
|||
*/
|
||||
|
||||
// key: compiler.err.generics.not.supported.in.source
|
||||
// options: -source 1.4
|
||||
// options: -source 1.4 -Xlint:-options
|
||||
|
||||
class GenericsNotSupported<T> { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue