langtools/test/tools/javac/importOnDemand/ImportOnDemandConflicts.java
author ysuenaga
Wed, 30 Mar 2016 21:05:13 +0900
changeset 37218 c7241bc368bf
parent 25443 9187d77f2c64
permissions -rw-r--r--
8151674: STW phases at Concurrent GC should count in PerfCounter Reviewed-by: jmasa, sla, tschatzl
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25443
9187d77f2c64 8031569: Refactor javac scope implementation to enable lazy imports
jlahoda
parents:
diff changeset
     1
/* @test /nodynamiccopyright/
9187d77f2c64 8031569: Refactor javac scope implementation to enable lazy imports
jlahoda
parents:
diff changeset
     2
 * @compile/fail/ref=ImportOnDemandConflicts.out -XDrawDiagnostics p1/Object.java p1/String.java p2/Boolean.java
9187d77f2c64 8031569: Refactor javac scope implementation to enable lazy imports
jlahoda
parents:
diff changeset
     3
 */