org.aspectj/tests/new/StrictFpCErr1.java
2002-12-16 18:51:06 +00:00

5 lines
166 B
Java

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