Fix lambda compatibility check for void returning expressions Reviewed-by: vromero
Javac should check that types annotated with @FunctionalInterface are indeed functional interfaces Reviewed-by: jjg
Turn on lambda expression, method reference and default method support Reviewed-by: jjg