Jump to content

Java 8 support


ssimitrov

Recommended Posts

  • 2 weeks later...
  • 4 months later...

We would love to see support for Java 8. The parser fails on nearly everything that is part of the functional Java syntax - the most important constructs from our perspective are:

 

  • lambdas (a -> a + 3, a -> { int c = a+3; return c; })
  • references to methods (Class::toString, this::toString)
Link to comment
Share on other sites

  • 8 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...