org.aspectj/tests/bugs/pr102746/PR102746.java

8 lines
151 B
Java
Raw Normal View History

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