blob: 5e8df101ff8fafccd573f4be8cd092834f9f4601 [file] [log] [blame]
def foo(String s) throws IOException {}
new Object().each {
try {
foo("")
} catch (IOException e) {
e.printStackTrace()
}
}