1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-08-18 14:13:31 +02:00
org.aspectj/tests/bugs/pr102746/PR102746.java

8 satır
151 B
Java
Ham Normal Görünüm Geçmiş

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