Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
import groovy.transform.Memoized class Test{ @Memoized String some(Integer inp, ...params){ sleep(3000) } }
1 compilation error: Invalid field name. Invalid character at position: 40 of value: ; in name: memoizedMethodClosure$someIntegerObject; . At [-1:-1] at line: -1, column: -1