[root]/groovy/groovy-core/src/test/gls/syntax
fix typo and accidental incorrect basedir
2 lines of code changed in:
fix typo
37 lines of code changed in:
* adds package statements to some tests
* adds a test to ensure "assert x=y" will lead to a compile time error
14 lines of code changed in:
* completes the implementation of synchronized and finally. They should now work even if a return/break/continue is used somewhere and even if the try-catch-finally are nested
* adds a compiler check for disabled multimethods that was missing
* adds a check for not supporting the old closure syntax
1 lines of code changed in:
remove old Closure syntax
1 lines of code changed in: