Files
2022-08-22 17:58:06 +00:00

8 lines
141 B
Java

// "Remove 'RuntimeException' from 'f()' throws list" "false"
import java.io.*;
class a {
void f() throws <caret>RuntimeException {
}
}