org.aspectj/tests/new/StrictFpCErr1.java

5 lines
166 B
Java
Raw Normal View History

2002-12-16 19:51:06 +01:00
strictfp interface StrictInterfaceBadFunction {
// Has to be error, may not generate strictfp, but has to set strictfp in bytecode
strictfp float test1();
};