2015-06-28 12:58:24 +05:30
|
|
|
/*
|
2020-12-30 17:20:54 +00:00
|
|
|
* @test /nodynamiccopyright/
|
2018-06-13 12:52:21 +02:00
|
|
|
* @bug 4869999 8193302
|
2015-06-28 12:58:24 +05:30
|
|
|
* @summary Verify that the compiler does not prematurely decide a package is not observable.
|
2018-06-13 12:52:21 +02:00
|
|
|
* @compile -source 8 -Xlint:-options ImportsObservable.java
|
|
|
|
* @compile/fail/ref=ImportsObservable.out -XDrawDiagnostics ImportsObservable.java
|
2015-06-28 12:58:24 +05:30
|
|
|
*/
|
|
|
|
|
|
|
|
import javax.*;
|
|
|
|
import javax.swing.*;
|
|
|
|
public class ImportsObservable {
|
|
|
|
}
|