1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-08-26 05:57:44 +02:00
org.aspectj/tests/bugs/Source14Assert.java

13 satır
235 B
Java

public class Source14Assert {
private void method1() {
try {
invoke();
} catch (Throwable throwable) {
assert false : throwable;
}
}
private void invoke() {}
public static void main(String[] args) {}
}