Changes between Version 172 and Version 173 of j2p
- Timestamp:
- 11/25/24 14:57:58 (7 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v172 v173 202 202 return new MyX{()->f(),(x)->g(x)); 203 203 } 204 }}} 205 206 207 208 {{{#!td style="background: #fee" 209 There is a [https://github.com/javaparser/javaparser/issues/4503 persistent bug in the javaparser] related to parsing MethodReferenceExpressions like {{{Object::func}}}. You may have to introduce an extra variable containing the Method reference expression to work around this issue. 204 210 }}} 205 211