org.aspectj/tests/new/StrictFpCErr2.java

5 lines
91 B
Java
Raw Normal View History

2002-12-16 19:51:06 +01:00
strictfp abstract class StrictClassBadField {
// Has to be an error
strictfp float f;
};