-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
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)