選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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