1
0
Mirror von https://github.com/eclipse-aspectj/aspectj.git synchronisiert 2024-08-18 14:13:31 +02:00
org.aspectj/tests/bugs/pr102746/PR102746.java

8 Zeilen
151 B
Java

public class PR102746 {
public static void main(String[] args) {
if (!("hello".equals(lib.Lib.hello()))) {
throw new Error("no hello");
}
}
}