Comment by brunoborges
3 months ago
In JDK 25, you can run this code:
$ cat App.java
void main() {
for (;;) {
try { return; }
finally { continue; }
}
}
$ java App.java
3 months ago
In JDK 25, you can run this code:
$ cat App.java
void main() {
for (;;) {
try { return; }
finally { continue; }
}
}
$ java App.java
No comments yet
Contribute on Hacker News ↗