1
0
Mirror von https://github.com/eclipse-aspectj/aspectj.git synchronisiert 2024-08-26 17:58:43 +02:00
org.aspectj/tests/new/StrictFpCErr1.java
2002-12-16 18:51:06 +00:00

5 Zeilen
166 B
Java

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