Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The follow code compiles fine on groovy 2, but fails on groovy 3
public synchronized ImmutableMap<String,Pair<String,Double>> a( List<String> params, List<String> columnMapping) { return null; } public class Pair<T, U> {} public class ImmutableMap<T, U> {}
error msg
1 compilation error:
Unexpected input: 'public synchronized ImmutableMap<String,Pair<String,Double>> \n' at line: 1, column: 62