1
0
espelhamento de https://github.com/eclipse-aspectj/aspectj.git sincronizado 2024-08-26 05:57:44 +02:00
org.aspectj/tests/pureJava/AssertsCF2.java
2002-12-16 18:51:06 +00:00

9 linhas
188 B
Java

import org.aspectj.testing.Tester;
public class AssertsCF2 {
public static void main(String[] args) {
String s;
assert true: s; //ERR: s might not be assigned
}
}