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

8 linhas
151 B
Java
Original Visão normal Histórico

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