1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-08-27 05:54:38 +02:00
org.aspectj/tests/new/ParsingFloatCE.java
2002-12-16 18:51:06 +00:00

9 satır
229 B
Java

public class ParsingFloatCE {
/** @testcase PR#642 PUREJAVA invalid floating-point constant */
public void notrun() {
float f = 10e-f; // expecting CE here
double d = 10ee10; // expecting CE here
}
}