Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

StrictFpCErr1.java 166B

1234
  1. strictfp interface StrictInterfaceBadFunction {
  2. // Has to be error, may not generate strictfp, but has to set strictfp in bytecode
  3. strictfp float test1();
  4. };