-
Bug
-
Resolution: Fixed
-
P4
-
9
-
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)