-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: tools
-
b152
-
Not verified
compiler.err.intersection.types.in.cast.not.supported.in.source reads:
> intersection types in cast are not supported in -source {0}\n\
> (use -source 8 or higher to enable default methods)
It should be:
> intersection types in cast are not supported in -source {0}\n\
> (use -source 8 or higher to enable intersection types in cast)
> intersection types in cast are not supported in -source {0}\n\
> (use -source 8 or higher to enable default methods)
It should be:
> intersection types in cast are not supported in -source {0}\n\
> (use -source 8 or higher to enable intersection types in cast)