Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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. };