History log of /openjdk10/langtools/test/tools/javac/lambda/LambdaExpr10.out
Revision Date Author Comments
# 3397:5c3dfebefa4a 16-May-2016 mcimadamore

8153884: Expression lambda erroneously compatible with void-returning descriptor
Summary: Fix lambda compatibility check for void returning expressions
Reviewed-by: vromero


# 1496:7aa2025bbb7b 16-Jan-2013 mcimadamore

8005299: Add FunctionalInterface checking to javac
Summary: Javac should check that types annotated with @FunctionalInterface are indeed functional interfaces
Reviewed-by: jjg


# 1414:01c9d4161882 17-Nov-2012 mcimadamore

8003280: Add lambda tests
Summary: Turn on lambda expression, method reference and default method support
Reviewed-by: jjg