Hi Cédric,
If method throws exception, what does your proposed syntax look like?
For example,
```
def m(String x, Integer y) throws IOException {
readSomeFile(..)
}
```
is equivalent to the following code?
```
def m(String x, Integer y) throws IOException = readSomeFile(..)
```
Cheers,
Daniel.Sun
--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
