blob: 57159e469abf8f298ab6cc8d46adfb6e80fadd63 [file] [log] [blame]
def foo(String s) throws IOException {
}
def bar() {
try {
foo("")
} catch (IOException e) {
e.printStackTrace()
}
}