-
Bug
-
Resolution: Unresolved
-
P3
-
9
Please compile the attached files and run the test.
The output will be (Win. 7 + JDK9 b115)
get 42, true, true
then make "I" public:
public interface I { double get42(); }
The output:
42, false, false
(default values)
The output will be (Win. 7 + JDK9 b115)
get 42, true, true
then make "I" public:
public interface I { double get42(); }
The output:
42, false, false
(default values)