You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

StrictFpCErr2.java 91B

1234
  1. strictfp abstract class StrictClassBadField {
  2. // Has to be an error
  3. strictfp float f;
  4. };